-- MySQL dump 10.16  Distrib 10.1.41-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: beec6812_wp532
-- ------------------------------------------------------
-- Server version	10.1.41-MariaDB

/*!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 `wpk3_commentmeta`
--

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

--
-- Dumping data for table `wpk3_commentmeta`
--

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

--
-- Table structure for table `wpk3_comments`
--

DROP TABLE IF EXISTS `wpk3_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_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=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_comments`
--

LOCK TABLES `wpk3_comments` WRITE;
/*!40000 ALTER TABLE `wpk3_comments` DISABLE KEYS */;
INSERT INTO `wpk3_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2019-12-19 09:29:45','2019-12-19 09:29:45','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0),(2,190,'Mr WordPress','','https://wordpress.org/','','2016-04-07 07:43:51','2016-04-07 07:43:51','Hi, this is a comment.\nTo delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.',0,'post-trashed','','',0,0),(3,190,'1','sample@email.tst','http://1','127.0.0.1','2016-10-25 09:58:14','2016-10-25 09:58:14','1',0,'post-trashed','','',0,0),(4,190,'1','sample@email.tst','http://1','127.0.0.1','2016-10-25 10:00:04','2016-10-25 10:00:04','1',0,'post-trashed','','',2,0),(5,115,'sdfs','fsdfs@gmail.com','http://asdsfsfsdfs','127.0.0.1','2017-09-08 07:14:36','2017-09-08 07:14:36','sdfsf',0,'post-trashed','','',0,0);
/*!40000 ALTER TABLE `wpk3_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_layerslider`
--

DROP TABLE IF EXISTS `wpk3_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `group_id` int(10) DEFAULT NULL,
  `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',
  `flag_group` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_layerslider`
--

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

--
-- Table structure for table `wpk3_layerslider_revisions`
--

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

--
-- Dumping data for table `wpk3_layerslider_revisions`
--

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

--
-- Table structure for table `wpk3_links`
--

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

--
-- Dumping data for table `wpk3_links`
--

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

--
-- Table structure for table `wpk3_options`
--

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

--
-- Dumping data for table `wpk3_options`
--

LOCK TABLES `wpk3_options` WRITE;
/*!40000 ALTER TABLE `wpk3_options` DISABLE KEYS */;
INSERT INTO `wpk3_options` VALUES (1,'siteurl','https://beetcrm.com','yes'),(2,'home','https://beetcrm.com','yes'),(3,'blogname','Beet CRM','yes'),(4,'blogdescription','CRM Terbaik di Asia','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','hello@beetpos.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','94','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(5436,'widget_polylang','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5522,'rewrite_rules','a:262:{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:30:\"pf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"pf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"pf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"pf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"pf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"pf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:19:\"pf/([^/]+)/embed/?$\";s:47:\"index.php?thegem_pf_item=$matches[1]&embed=true\";s:23:\"pf/([^/]+)/trackback/?$\";s:41:\"index.php?thegem_pf_item=$matches[1]&tb=1\";s:31:\"pf/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?thegem_pf_item=$matches[1]&paged=$matches[2]\";s:38:\"pf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?thegem_pf_item=$matches[1]&cpage=$matches[2]\";s:27:\"pf/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?thegem_pf_item=$matches[1]&page=$matches[2]\";s:19:\"pf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:29:\"pf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:49:\"pf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:44:\"pf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:44:\"pf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:25:\"pf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"thegem_qf_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"thegem_qf_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"thegem_qf_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"thegem_qf_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"thegem_qf_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"thegem_qf_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"thegem_qf_item/([^/]+)/embed/?$\";s:62:\"index.php?post_type=thegem_qf_item&name=$matches[1]&embed=true\";s:35:\"thegem_qf_item/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=thegem_qf_item&name=$matches[1]&tb=1\";s:43:\"thegem_qf_item/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=thegem_qf_item&name=$matches[1]&paged=$matches[2]\";s:50:\"thegem_qf_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=thegem_qf_item&name=$matches[1]&cpage=$matches[2]\";s:39:\"thegem_qf_item/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=thegem_qf_item&name=$matches[1]&page=$matches[2]\";s:31:\"thegem_qf_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"thegem_qf_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"thegem_qf_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"thegem_qf_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"thegem_qf_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"thegem_qf_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"thegem_title/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"thegem_title/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"thegem_title/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"thegem_title/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"thegem_title/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"thegem_title/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"thegem_title/([^/]+)/embed/?$\";s:60:\"index.php?post_type=thegem_title&name=$matches[1]&embed=true\";s:33:\"thegem_title/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=thegem_title&name=$matches[1]&tb=1\";s:41:\"thegem_title/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=thegem_title&name=$matches[1]&paged=$matches[2]\";s:48:\"thegem_title/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=thegem_title&name=$matches[1]&cpage=$matches[2]\";s:37:\"thegem_title/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=thegem_title&name=$matches[1]&page=$matches[2]\";s:29:\"thegem_title/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"thegem_title/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"thegem_title/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"thegem_title/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"thegem_title/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"thegem_title/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"thegem_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"thegem_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"thegem_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"thegem_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"thegem_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"thegem_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"thegem_footer/([^/]+)/embed/?$\";s:61:\"index.php?post_type=thegem_footer&name=$matches[1]&embed=true\";s:34:\"thegem_footer/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=thegem_footer&name=$matches[1]&tb=1\";s:42:\"thegem_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=thegem_footer&name=$matches[1]&paged=$matches[2]\";s:49:\"thegem_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=thegem_footer&name=$matches[1]&cpage=$matches[2]\";s:38:\"thegem_footer/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=thegem_footer&name=$matches[1]&page=$matches[2]\";s:30:\"thegem_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"thegem_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"thegem_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"thegem_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"thegem_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"thegem_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:42:\"thegem_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"thegem_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"thegem_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"thegem_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"thegem_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"thegem_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"thegem_gallery/([^/]+)/embed/?$\";s:62:\"index.php?post_type=thegem_gallery&name=$matches[1]&embed=true\";s:35:\"thegem_gallery/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=thegem_gallery&name=$matches[1]&tb=1\";s:43:\"thegem_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=thegem_gallery&name=$matches[1]&paged=$matches[2]\";s:50:\"thegem_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=thegem_gallery&name=$matches[1]&cpage=$matches[2]\";s:39:\"thegem_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=thegem_gallery&name=$matches[1]&page=$matches[2]\";s:31:\"thegem_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"thegem_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"thegem_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"thegem_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"thegem_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"thegem_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"thegem_team_person/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"thegem_team_person/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"thegem_team_person/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"thegem_team_person/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"thegem_team_person/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"thegem_team_person/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"thegem_team_person/([^/]+)/embed/?$\";s:66:\"index.php?post_type=thegem_team_person&name=$matches[1]&embed=true\";s:39:\"thegem_team_person/([^/]+)/trackback/?$\";s:60:\"index.php?post_type=thegem_team_person&name=$matches[1]&tb=1\";s:47:\"thegem_team_person/([^/]+)/page/?([0-9]{1,})/?$\";s:73:\"index.php?post_type=thegem_team_person&name=$matches[1]&paged=$matches[2]\";s:54:\"thegem_team_person/([^/]+)/comment-page-([0-9]{1,})/?$\";s:73:\"index.php?post_type=thegem_team_person&name=$matches[1]&cpage=$matches[2]\";s:43:\"thegem_team_person/([^/]+)(?:/([0-9]+))?/?$\";s:72:\"index.php?post_type=thegem_team_person&name=$matches[1]&page=$matches[2]\";s:35:\"thegem_team_person/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"thegem_team_person/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"thegem_team_person/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"thegem_team_person/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"thegem_team_person/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"thegem_team_person/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"thegem_client/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"thegem_client/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"thegem_client/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"thegem_client/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"thegem_client/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"thegem_client/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"thegem_client/([^/]+)/embed/?$\";s:61:\"index.php?post_type=thegem_client&name=$matches[1]&embed=true\";s:34:\"thegem_client/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=thegem_client&name=$matches[1]&tb=1\";s:42:\"thegem_client/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=thegem_client&name=$matches[1]&paged=$matches[2]\";s:49:\"thegem_client/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=thegem_client&name=$matches[1]&cpage=$matches[2]\";s:38:\"thegem_client/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=thegem_client&name=$matches[1]&page=$matches[2]\";s:30:\"thegem_client/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"thegem_client/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"thegem_client/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"thegem_client/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"thegem_client/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"thegem_client/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"thegem_testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"thegem_testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"thegem_testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"thegem_testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"thegem_testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"thegem_testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"thegem_testimonial/([^/]+)/embed/?$\";s:66:\"index.php?post_type=thegem_testimonial&name=$matches[1]&embed=true\";s:39:\"thegem_testimonial/([^/]+)/trackback/?$\";s:60:\"index.php?post_type=thegem_testimonial&name=$matches[1]&tb=1\";s:47:\"thegem_testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:73:\"index.php?post_type=thegem_testimonial&name=$matches[1]&paged=$matches[2]\";s:54:\"thegem_testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:73:\"index.php?post_type=thegem_testimonial&name=$matches[1]&cpage=$matches[2]\";s:43:\"thegem_testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:72:\"index.php?post_type=thegem_testimonial&name=$matches[1]&page=$matches[2]\";s:35:\"thegem_testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"thegem_testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"thegem_testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"thegem_testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"thegem_testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"thegem_testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s: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:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=191&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'),(5477,'googlelanguagetranslator_floating_widget','yes','yes'),(5478,'googlelanguagetranslator_flag_size','18','yes'),(5479,'googlelanguagetranslator_flags_order','','yes'),(5480,'googlelanguagetranslator_english_flag_choice','','yes'),(5481,'googlelanguagetranslator_spanish_flag_choice','','yes'),(5482,'googlelanguagetranslator_portuguese_flag_choice','','yes'),(5483,'googlelanguagetranslator_floating_widget_text','Translate &raquo;','yes'),(5484,'googlelanguagetranslator_floating_widget_text_allow_translation','0','yes'),(5485,'widget_glt_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5486,'glt_admin_notice','a:3:{s:16:\"glt_announcement\";a:2:{s:5:\"start\";s:8:\"7/6/2020\";s:3:\"int\";i:0;}s:15:\"two_week_review\";a:2:{s:5:\"start\";s:9:\"7/11/2020\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:8:\"7/8/2020\";s:3:\"int\";i:2;}}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:18:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:27:\"js_composer/js_composer.php\";i:3;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:4;s:23:\"php-info-wp/phpinfo.php\";i:5;s:23:\"revslider/revslider.php\";i:6;s:27:\"tawkto-live-chat/tawkto.php\";i:7;s:31:\"thegem-blocks/thegem-blocks.php\";i:8;s:35:\"thegem-elements/thegem-elements.php\";i:9;s:35:\"thegem-importer/thegem-importer.php\";i:10;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:11;s:46:\"under-construction-page/under-construction.php\";i:12;s:27:\"updraftplus/updraftplus.php\";i:13;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:14;s:34:\"wp-page-widget/wp-page-widgets.php\";i:15;s:21:\"wp-reset/wp-reset.php\";i:17;s:71:\"yikes-inc-easy-mailchimp-extender/yikes-inc-easy-mailchimp-extender.php\";i:18;s:27:\"zilla-likes/zilla-likes.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:2:{i:0;s:73:\"/home/beec6812/public_html/beetcrm.com/wp-content/themes/thegem/style.css\";i:2;s:0:\"\";}','no'),(40,'template','thegem','yes'),(41,'stylesheet','thegem','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','47018','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;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:4:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:9:\"uninstall\";}s:71:\"yikes-inc-easy-mailchimp-extender/yikes-inc-easy-mailchimp-extender.php\";s:43:\"uninstall_yikes_inc_easy_mailchimp_extender\";s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:46:\"under-construction-page/under-construction.php\";a:2:{i:0;s:3:\"UCP\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','191','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','6266','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,'admin_email_lifespan','1608013061','yes'),(94,'initial_db_version','45805','yes'),(95,'wpk3_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:12:\"access_zopim\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}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:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;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:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"page-sidebar\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-3\";i:3;s:12:\"categories-3\";i:4;s:6:\"meta-3\";}s:14:\"page-sidebar-1\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:14:\"page-sidebar-2\";a:0:{}s:18:\"footer-widget-area\";a:0:{}s:12:\"shop-sidebar\";a:0:{}s:16:\"shop-widget-area\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(199,'mc4wp_version','4.7.8','yes'),(200,'thegem_info_message','a:4:{s:10:\"last_check\";i:1594260973;s:5:\"class\";s:0:\"\";s:4:\"html\";s:0:\"\";s:5:\"until\";i:0;}','yes'),(147,'wpcf7','a:2:{s:7:\"version\";s:3:\"5.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1576748039;s:7:\"version\";s:5:\"5.1.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(148,'yikes_easy_mailchimp_activation_date','1576748039','yes'),(149,'yikes_easy_mailchimp_extender_forms','a:1:{i:1;a:17:{s:13:\"custom_fields\";a:0:{}s:20:\"custom_notifications\";s:0:\"\";s:13:\"custom_styles\";s:0:\"\";s:15:\"custom_template\";i:0;s:14:\"error_messages\";a:10:{s:7:\"success\";s:0:\"\";s:20:\"success-single-optin\";s:0:\"\";s:20:\"success-resubscribed\";s:0:\"\";s:13:\"general-error\";s:0:\"\";s:18:\"already-subscribed\";s:0:\"\";s:11:\"update-link\";s:0:\"\";s:13:\"email-subject\";s:0:\"\";s:10:\"email-body\";s:635:\"Greetings,\r\n\r\nA request has been made to update your Mailchimp account profile information. To do so please use the following link: [link]Update Mailchimp Profile Info[/link]\r\n\r\nIf you did not request this update, please disregard this email.\r\n\r\n&nbsp;\r\n\r\nThis email was sent from: [url]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"font-size: 13px; margin-top: 5em;\"><em>This email was generated by the <a href=\"http://www.wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/\" target=\"_blank\" rel=\"noopener\">Easy Forms for Mailchimp</a> plugin, created by <a href=\"http://www.yikesinc.com\" target=\"_blank\" rel=\"noopener\">YIKES Inc.</a></em></p>\";s:20:\"update-email-success\";s:0:\"\";s:20:\"update-email-failure\";s:0:\"\";}s:6:\"fields\";a:1:{s:5:\"EMAIL\";a:9:{s:5:\"label\";s:13:\"Email Address\";s:4:\"type\";s:5:\"email\";s:5:\"merge\";s:5:\"EMAIL\";s:8:\"position\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:0:\"\";s:18:\"additional-classes\";s:0:\"\";}}s:16:\"form_description\";s:0:\"\";s:9:\"form_name\";s:9:\"Subscribe\";s:13:\"form_settings\";a:13:{s:30:\"yikes-easy-mc-form-class-names\";s:0:\"\";s:25:\"yikes-easy-mc-inline-form\";s:1:\"1\";s:32:\"yikes-easy-mc-submit-button-type\";s:4:\"text\";s:32:\"yikes-easy-mc-submit-button-text\";s:9:\"Subscribe\";s:33:\"yikes-easy-mc-submit-button-image\";s:0:\"\";s:35:\"yikes-easy-mc-submit-button-classes\";s:0:\"\";s:27:\"yikes-easy-mc-form-schedule\";s:1:\"0\";s:36:\"yikes-easy-mc-form-restriction-start\";i:1593970920;s:34:\"yikes-easy-mc-form-restriction-end\";i:1593970920;s:46:\"yikes-easy-mc-form-restriction-pending-message\";s:105:\"Signup is not yet open, and will be available on July 5, 2020 at 5:42PM. Please come back then to signup.\";s:46:\"yikes-easy-mc-form-restriction-expired-message\";s:58:\"This signup for this form ended on July 6, 2020 at 5:42PM.\";s:33:\"yikes-easy-mc-form-login-required\";s:1:\"0\";s:44:\"yikes-easy-mc-form-restriction-login-message\";s:58:\"You need to be logged in to sign up for this mailing list.\";}s:2:\"id\";i:1;s:11:\"impressions\";i:120;s:7:\"list_id\";s:10:\"a28fb4dd80\";s:14:\"optin_settings\";a:3:{s:5:\"optin\";s:1:\"1\";s:20:\"update_existing_user\";s:1:\"1\";s:17:\"send_update_email\";s:1:\"1\";}s:13:\"redirect_page\";s:1:\"1\";s:23:\"redirect_user_on_submit\";s:1:\"0\";s:19:\"submission_settings\";a:7:{s:4:\"ajax\";s:1:\"1\";s:22:\"redirect_on_submission\";s:1:\"0\";s:13:\"redirect_page\";s:1:\"1\";s:21:\"hide_form_post_signup\";s:1:\"0\";s:19:\"custom_redirect_url\";s:0:\"\";s:19:\"redirect_new_window\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";}s:11:\"submissions\";i:1;}}','yes'),(150,'yikes_easy_mailchimp_extender_version','6.6.2','yes'),(151,'ls-plugin-version','6.11.1','yes'),(152,'ls-db-version','6.9.0','yes'),(153,'ls-installed','1','yes'),(154,'ls-date-installed','1576748039','yes'),(201,'mc4wp_flash_messages','a:0:{}','no'),(156,'revslider_servers','a:7:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:16:\"themepunch.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}','yes'),(157,'revslider_server_refresh','1593784895','yes'),(158,'revslider-update-check-short','1594270630','yes'),(159,'revslider-connection','1','yes'),(160,'revslider-update-hash','2d81d2717cd11e3f0c76c8b6dcdf0621','yes'),(161,'revslider-latest-version','6.2.15','yes'),(162,'revslider-stable-version','4.2','yes'),(163,'revslider-notices','a:0:{}','yes'),(164,'revslider-addons','O:8:\"stdClass\":27:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.2.0\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{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:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{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:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{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:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{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:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{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:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{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:\"2.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{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:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{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:\"2.2.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{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:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{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:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{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:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{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:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":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:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{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:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{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:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{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:\"2.0.7\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{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:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{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:23:\"Display images in 360°\";s:9:\"available\";s:5:\"2.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{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:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{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:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{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:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{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:\"2.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{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:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{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:\"2.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{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:\"2.1.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}}','yes'),(165,'revslider-library-check','1593068483','yes'),(166,'revslider-library-hash','182cddf4eb7341b26304629033cbbb48','yes'),(167,'rs-library','a:3:{s:4:\"hash\";s:32:\"182cddf4eb7341b26304629033cbbb48\";s:7:\"objects\";a:417:{i:529;a:14:{s:2:\"id\";s:3:\"529\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";s:3:\"528\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";s:3:\"527\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";s:3:\"526\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:3:\"525\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:3:\"524\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";s:3:\"523\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:3:\"522\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";s:3:\"521\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:520;a:14:{s:2:\"id\";s:3:\"520\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"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:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";s:3:\"519\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Walking \";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:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:3:\"518\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Double Exposure \";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:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:517;a:14:{s:2:\"id\";s:3:\"517\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Girl \";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:\"1088\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:516;a:14:{s:2:\"id\";s:3:\"516\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Bengal Lights \";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:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:3:\"515\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Swiping 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";s:3:\"514\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Mock Up \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";s:3:\"513\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Countdown \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:512;a:14:{s:2:\"id\";s:3:\"512\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Wall Sketching \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";s:3:\"511\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Typing on the 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";s:3:\"510\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Meeting \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:3:\"509\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Swiping \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:3:\"508\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Alarm \";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:\"1013\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";s:3:\"507\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hey World \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";s:3:\"506\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Typing on the keyboard 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";s:3:\"505\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Valley \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:3:\"504\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Stars \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:503;a:14:{s:2:\"id\";s:3:\"503\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Car in the forest \";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:\"1012\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:3:\"502\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Aerial Shot \";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:501;a:14:{s:2:\"id\";s:3:\"501\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Disco Ball \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:3:\"500\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man Playing 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";s:3:\"499\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Live Music \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";s:3:\"498\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Cheer Up \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";s:3:\"497\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Night club \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:3:\"496\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Cup Of Coffee \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";s:3:\"495\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Pot \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"494\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Grill 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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";s:3:\"493\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Rice Bowl \";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:\"1920\";s:6:\"height\";s:4:\"1010\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:3:\"492\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Grill \";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:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:3:\"491\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:3:\"490\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:489;a:14:{s:2:\"id\";s:3:\"489\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:3:\"488\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:3:\"487\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:3:\"486\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:3:\"485\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";s:3:\"484\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:3:\"483\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:482;a:14:{s:2:\"id\";s:3:\"482\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:3:\"481\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";s:3:\"480\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:479;a:13:{s:2:\"id\";s:3:\"479\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Tram beside waiting station\";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:\"1450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";}i:478;a:13:{s:2:\"id\";s:3:\"478\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:477;a:13:{s:2:\"id\";s:3:\"477\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:476;a:13:{s:2:\"id\";s:3:\"476\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:475;a:13:{s:2:\"id\";s:3:\"475\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:474;a:13:{s:2:\"id\";s:3:\"474\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:473;a:13:{s:2:\"id\";s:3:\"473\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:472;a:13:{s:2:\"id\";s:3:\"472\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:471;a:13:{s:2:\"id\";s:3:\"471\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:470;a:13:{s:2:\"id\";s:3:\"470\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:469;a:13:{s:2:\"id\";s:3:\"469\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:468;a:13:{s:2:\"id\";s:3:\"468\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:467;a:13:{s:2:\"id\";s:3:\"467\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:466;a:13:{s:2:\"id\";s:3:\"466\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:465;a:13:{s:2:\"id\";s:3:\"465\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:464;a:13:{s:2:\"id\";s:3:\"464\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:463;a:13:{s:2:\"id\";s:3:\"463\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:462;a:13:{s:2:\"id\";s:3:\"462\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:461;a:13:{s:2:\"id\";s:3:\"461\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:460;a:13:{s:2:\"id\";s:3:\"460\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:459;a:13:{s:2:\"id\";s:3:\"459\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:458;a:13:{s:2:\"id\";s:3:\"458\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:457;a:13:{s:2:\"id\";s:3:\"457\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:456;a:13:{s:2:\"id\";s:3:\"456\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:455;a:13:{s:2:\"id\";s:3:\"455\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:454;a:13:{s:2:\"id\";s:3:\"454\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:453;a:13:{s:2:\"id\";s:3:\"453\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:452;a:13:{s:2:\"id\";s:3:\"452\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:451;a:13:{s:2:\"id\";s:3:\"451\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:450;a:13:{s:2:\"id\";s:3:\"450\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:449;a:13:{s:2:\"id\";s:3:\"449\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:448;a:13:{s:2:\"id\";s:3:\"448\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:447;a:13:{s:2:\"id\";s:3:\"447\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Friends\";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:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:446;a:13:{s:2:\"id\";s:3:\"446\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Sneakers on the railroad\";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:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:445;a:13:{s:2:\"id\";s:3:\"445\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Family on the ocean\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:444;a:13:{s:2:\"id\";s:3:\"444\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Sunset\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:443;a:13:{s:2:\"id\";s:3:\"443\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Books\";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:\"1275\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:442;a:13:{s:2:\"id\";s:3:\"442\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Looking at the window\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:441;a:13:{s:2:\"id\";s:3:\"441\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";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:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:440;a:13:{s:2:\"id\";s:3:\"440\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Lollipop\";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:\"1395\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:439;a:13:{s:2:\"id\";s:3:\"439\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"People crossing street\";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:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:438;a:13:{s:2:\"id\";s:3:\"438\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Friends on the shore\";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:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:437;a:13:{s:2:\"id\";s:3:\"437\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Coworkers\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:436;a:13:{s:2:\"id\";s:3:\"436\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:435;a:13:{s:2:\"id\";s:3:\"435\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Successful man\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:434;a:13:{s:2:\"id\";s:3:\"434\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Beautiful sunny day\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:433;a:13:{s:2:\"id\";s:3:\"433\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Guys\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:432;a:13:{s:2:\"id\";s:3:\"432\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confetti Shower\";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:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:431;a:13:{s:2:\"id\";s:3:\"431\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Sun was setting down\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:430;a:13:{s:2:\"id\";s:3:\"430\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Jumps\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:429;a:13:{s:2:\"id\";s:3:\"429\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Friends by the fire\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:428;a:13:{s:2:\"id\";s:3:\"428\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Under the blanket\";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:\"1413\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:427;a:13:{s:2:\"id\";s:3:\"427\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Pretty in Pink\";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:\"1394\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:426;a:13:{s:2:\"id\";s:3:\"426\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Discussions at a long table\";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:\"1268\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:425;a:13:{s:2:\"id\";s:3:\"425\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Lost in Lemons\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:424;a:13:{s:2:\"id\";s:3:\"424\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Team work\";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:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:423;a:13:{s:2:\"id\";s:3:\"423\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Romantic evening\";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:\"1263\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:422;a:13:{s:2:\"id\";s:3:\"422\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Crew collective\";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:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:421;a:13:{s:2:\"id\";s:3:\"421\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Code\";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:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:420;a:13:{s:2:\"id\";s:3:\"420\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:419;a:13:{s:2:\"id\";s:3:\"419\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"My desk\";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:\"1315\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:418;a:13:{s:2:\"id\";s:3:\"418\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Cooperation 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:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:417;a:13:{s:2:\"id\";s:3:\"417\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"MacBook on top of brown table\";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:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:416;a:13:{s:2:\"id\";s:3:\"416\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Beautiful working place\";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:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:415;a:13:{s:2:\"id\";s:3:\"415\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"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:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:414;a:13:{s:2:\"id\";s:3:\"414\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"White 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:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:413;a:13:{s:2:\"id\";s:3:\"413\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Office working\";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:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:412;a:13:{s:2:\"id\";s:3:\"412\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";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:\"1240\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:411;a:13:{s:2:\"id\";s:3:\"411\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Working in progress\";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:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:410;a:13:{s:2:\"id\";s:3:\"410\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cooperation\";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:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:409;a:13:{s:2:\"id\";s:3:\"409\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Working place\";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:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:408;a:13:{s:2:\"id\";s:3:\"408\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Working desk\";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:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:407;a:13:{s:2:\"id\";s:3:\"407\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"low angle of forest\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:406;a:13:{s:2:\"id\";s:3:\"406\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Lake under blue sky\";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:\"1351\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:405;a:13:{s:2:\"id\";s:3:\"405\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blue starry night\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:404;a:13:{s:2:\"id\";s:3:\"404\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Aerial photography\";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:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:403;a:13:{s:2:\"id\";s:3:\"403\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Red clouds\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:402;a:13:{s:2:\"id\";s:3:\"402\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Snow field\";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:\"1227\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:401;a:13:{s:2:\"id\";s:3:\"401\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"White sky\";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:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:400;a:13:{s:2:\"id\";s:3:\"400\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Trees covered by fog\";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:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:399;a:13:{s:2:\"id\";s:3:\"399\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Red and white mushroom\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:398;a:13:{s:2:\"id\";s:3:\"398\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Lake near pine trees\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:397;a:13:{s:2:\"id\";s:3:\"397\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"After a long day of backpacking\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:396;a:13:{s:2:\"id\";s:3:\"396\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Mountains during golden hour\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:395;a:13:{s:2:\"id\";s:3:\"395\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Man looking on mountain\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:394;a:13:{s:2:\"id\";s:3:\"394\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Body of water 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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:393;a:13:{s:2:\"id\";s:3:\"393\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Brown cliff\";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:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:392;a:13:{s:2:\"id\";s:3:\"392\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Green foggy tree\";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:\"1417\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:391;a:13:{s:2:\"id\";s:3:\"391\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:390;a:13:{s:2:\"id\";s:3:\"390\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Under sunny sky\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:389;a:13:{s:2:\"id\";s:3:\"389\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Rock concert\";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:\"1920\";s:6:\"height\";s:4:\"1443\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:388;a:13:{s:2:\"id\";s:3:\"388\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"Group of people in concert\";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:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:387;a:13:{s:2:\"id\";s:3:\"387\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:2:\"DJ\";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:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:386;a:13:{s:2:\"id\";s:3:\"386\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";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:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:385;a:13:{s:2:\"id\";s:3:\"385\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Concert hall\";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:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:384;a:13:{s:2:\"id\";s:3:\"384\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert hall 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:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:383;a:13:{s:2:\"id\";s:3:\"383\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"man playing upright piano\";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:\"1920\";s:6:\"height\";s:4:\"1340\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:382;a:13:{s:2:\"id\";s:3:\"382\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"person performing on stage\";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:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:381;a:13:{s:2:\"id\";s:3:\"381\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Brown string instrument\";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:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:380;a:13:{s:2:\"id\";s:3:\"380\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"silhouette of person with 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:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:379;a:13:{s:2:\"id\";s:3:\"379\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Party fans\";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:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:378;a:13:{s:2:\"id\";s:3:\"378\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Condenser microphone\";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:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:377;a:13:{s:2:\"id\";s:3:\"377\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:376;a:13:{s:2:\"id\";s:3:\"376\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"High rise buildings\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:375;a:13:{s:2:\"id\";s:3:\"375\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Cable bridge\";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:\"1272\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:374;a:13:{s:2:\"id\";s:3:\"374\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:373;a:13:{s:2:\"id\";s:3:\"373\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Low angle view\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:372;a:13:{s:2:\"id\";s:3:\"372\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Double decker bus\";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:\"1373\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:371;a:13:{s:2:\"id\";s:3:\"371\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Buildings near body of water\";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:\"1370\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:370;a:13:{s:2:\"id\";s:3:\"370\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Satellite view\";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:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:369;a:13:{s:2:\"id\";s:3:\"369\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Twin Tower\";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:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:368;a:13:{s:2:\"id\";s:3:\"368\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Two person walking\";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:\"1345\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:367;a:13:{s:2:\"id\";s:3:\"367\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Sears Tower\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:366;a:13:{s:2:\"id\";s:3:\"366\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night cityscape\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:365;a:13:{s:2:\"id\";s:3:\"365\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Empire State Building\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:364;a:13:{s:2:\"id\";s:3:\"364\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Paris\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:363;a:13:{s:2:\"id\";s:3:\"363\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Building during golden hour\";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:\"1288\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:362;a:13:{s:2:\"id\";s:3:\"362\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Afternoon 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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:361;a:13:{s:2:\"id\";s:3:\"361\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Concrete buildings\";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:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:360;a:13:{s:2:\"id\";s:3:\"360\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Architectural building\";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:\"1382\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:359;a:13:{s:2:\"id\";s:3:\"359\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Skyline photography\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:358;a:13:{s:2:\"id\";s:3:\"358\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";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:\"1154\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:357;a:13:{s:2:\"id\";s:3:\"357\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Burj Khalifa\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:356;a:13:{s:2:\"id\";s:3:\"356\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Skycraper\";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:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:355;a:13:{s:2:\"id\";s:3:\"355\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Gray tower\";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:\"1433\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:354;a:13:{s:2:\"id\";s:3:\"354\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:353;a:13:{s:2:\"id\";s:3:\"353\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:352;a:13:{s:2:\"id\";s:3:\"352\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:351;a:13:{s:2:\"id\";s:3:\"351\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:350;a:13:{s:2:\"id\";s:3:\"350\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:349;a:13:{s:2:\"id\";s:3:\"349\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:348;a:13:{s:2:\"id\";s:3:\"348\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:347;a:13:{s:2:\"id\";s:3:\"347\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:346;a:13:{s:2:\"id\";s:3:\"346\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:345;a:13:{s:2:\"id\";s:3:\"345\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:344;a:13:{s:2:\"id\";s:3:\"344\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:343;a:13:{s:2:\"id\";s:3:\"343\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:342;a:13:{s:2:\"id\";s:3:\"342\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:341;a:13:{s:2:\"id\";s:3:\"341\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:340;a:13:{s:2:\"id\";s:3:\"340\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:339;a:13:{s:2:\"id\";s:3:\"339\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:337;a:13:{s:2:\"id\";s:3:\"337\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:336;a:13:{s:2:\"id\";s:3:\"336\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:335;a:13:{s:2:\"id\";s:3:\"335\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:334;a:13:{s:2:\"id\";s:3:\"334\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:333;a:13:{s:2:\"id\";s:3:\"333\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:332;a:13:{s:2:\"id\";s:3:\"332\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:331;a:13:{s:2:\"id\";s:3:\"331\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:330;a:13:{s:2:\"id\";s:3:\"330\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:329;a:13:{s:2:\"id\";s:3:\"329\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:328;a:13:{s:2:\"id\";s:3:\"328\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";}i:327;a:13:{s:2:\"id\";s:3:\"327\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:326;a:13:{s:2:\"id\";s:3:\"326\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:325;a:13:{s:2:\"id\";s:3:\"325\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:324;a:13:{s:2:\"id\";s:3:\"324\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:322;a:13:{s:2:\"id\";s:3:\"322\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:321;a:13:{s:2:\"id\";s:3:\"321\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:320;a:13:{s:2:\"id\";s:3:\"320\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:319;a:13:{s:2:\"id\";s:3:\"319\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:318;a:13:{s:2:\"id\";s:3:\"318\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:317;a:13:{s:2:\"id\";s:3:\"317\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:316;a:13:{s:2:\"id\";s:3:\"316\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:315;a:13:{s:2:\"id\";s:3:\"315\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:314;a:13:{s:2:\"id\";s:3:\"314\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:313;a:13:{s:2:\"id\";s:3:\"313\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:312;a:13:{s:2:\"id\";s:3:\"312\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";}i:311;a:13:{s:2:\"id\";s:3:\"311\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:310;a:13:{s:2:\"id\";s:3:\"310\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:309;a:13:{s:2:\"id\";s:3:\"309\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:308;a:13:{s:2:\"id\";s:3:\"308\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:307;a:13:{s:2:\"id\";s:3:\"307\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:306;a:13:{s:2:\"id\";s:3:\"306\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:305;a:13:{s:2:\"id\";s:3:\"305\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:304;a:13:{s:2:\"id\";s:3:\"304\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:303;a:13:{s:2:\"id\";s:3:\"303\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:302;a:13:{s:2:\"id\";s:3:\"302\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:301;a:13:{s:2:\"id\";s:3:\"301\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:300;a:13:{s:2:\"id\";s:3:\"300\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:299;a:13:{s:2:\"id\";s:3:\"299\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:298;a:13:{s:2:\"id\";s:3:\"298\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:297;a:13:{s:2:\"id\";s:3:\"297\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:296;a:13:{s:2:\"id\";s:3:\"296\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:295;a:13:{s:2:\"id\";s:3:\"295\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:294;a:13:{s:2:\"id\";s:3:\"294\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:293;a:13:{s:2:\"id\";s:3:\"293\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:292;a:13:{s:2:\"id\";s:3:\"292\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:291;a:13:{s:2:\"id\";s:3:\"291\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:290;a:13:{s:2:\"id\";s:3:\"290\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}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'),(103,'cron','a:7:{i:1594279786;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:1594282139;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:1594286985;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1594286986;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1594287068;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:1594874996;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4786,'db_upgraded','','yes'),(4789,'can_compress_scripts','1','no'),(114,'recovery_keys','a:0:{}','yes'),(116,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1576747879;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(119,'wp-reset','a:4:{s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"1.75\";s:13:\"first_install\";i:1576661168;s:11:\"reset_count\";i:4;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:8:\"last_run\";a:0:{}s:7:\"options\";a:0:{}}','yes'),(120,'wp-reset-snapshots','a:0:{}','yes'),(4807,'tadv_settings','a:10:{s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:21:\"toolbar_classic_block\";s:134:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,forecolor,backcolor,table,fontselect,wp_help\";s:13:\"toolbar_block\";s:10:\"core/image\";s:18:\"toolbar_block_side\";s:74:\"tadv/sup,tadv/sub,core/strikethrough,core/code,tadv/mark,tadv/removeformat\";s:12:\"panels_block\";s:44:\"tadv/color-panel,tadv/background-color-panel\";s:7:\"options\";s:44:\"menubar_block,menubar,merge_toolbars,advlist\";s:7:\"plugins\";s:13:\"table,advlist\";}','yes'),(4808,'tadv_admin_settings','a:2:{s:7:\"options\";s:86:\"classic_paragraph_block,table_resize_bars,table_grid,table_tab_navigation,table_advtab\";s:16:\"disabled_editors\";s:0:\"\";}','yes'),(4809,'tadv_version','5400','yes'),(132,'current_theme','TheGem','yes'),(133,'theme_mods_thegem','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:7;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(134,'theme_switched','','yes'),(135,'thegem_theme_options','a:605:{s:13:\"theme_version\";s:5:\"4.4.2\";s:17:\"page_layout_style\";s:9:\"fullwidth\";s:16:\"page_padding_top\";s:1:\"0\";s:19:\"page_padding_bottom\";s:1:\"0\";s:17:\"page_padding_left\";s:1:\"0\";s:18:\"page_padding_right\";s:1:\"0\";s:25:\"disable_scroll_top_button\";s:1:\"1\";s:10:\"logo_width\";s:3:\"164\";s:16:\"small_logo_width\";s:3:\"132\";s:4:\"logo\";s:71:\"http://beetcrm.com/wp-content/uploads/2020/06/beetcrm_logo-200x50px.png\";s:10:\"small_logo\";s:71:\"http://beetcrm.com/wp-content/uploads/2020/06/beetcrm_logo-200x50px.png\";s:10:\"logo_light\";s:71:\"http://beetcrm.com/wp-content/uploads/2020/06/beetcrm_logo-200x50px.png\";s:16:\"small_logo_light\";s:71:\"http://beetcrm.com/wp-content/uploads/2020/06/beetcrm_logo-200x50px.png\";s:7:\"favicon\";s:66:\"https://beetcrm.com/wp-content/uploads/2020/07/Favicon-BeetCRM.png\";s:15:\"preloader_style\";s:11:\"preloader-4\";s:10:\"custom_css\";s:7276:\"#colophon .gem-clients  .grayscale, \r\n#colophon .gem-clients  .grayscale-image img {\r\n filter: none !important;\r\n background-color: #181828 !important;\r\n -webkit-filter: grayscale(0%);\r\n -moz-filter: grayscale(0%);\r\n filter: grayscale(0%);\r\n filter:none;\r\n}\r\n.postid-7334 .team-person-hover {\r\n    padding-bottom: 20px !important;\r\n} \r\n.postid-6465  .gem-team-style-6 .team-person-hover,\r\n.postid-5979  .gem-team-style-6 .team-person-hover {\r\n    padding: 34px 34px;\r\n    padding-bottom: 15px;\r\n}\r\n\r\n.postid-7334 .team-person-email ,\r\n.postid-6629 .team-person-email ,\r\n.postid-5985 .team-person-email ,\r\n.postid-6465 .team-person-email ,\r\n.postid-5979 .team-person-email {\r\n    display: none;\r\n}\r\n\r\nh1,\r\n.title-h1,\r\n.pricing-table-style-8 .pricing-cost {\r\n	letter-spacing: 0.05em;\r\n}\r\nh2,\r\n.title-h2,\r\nh3.comment-reply-title,\r\n.pricing-table-style-6 .pricing-price-title,\r\n.single-product-content .price {\r\n	letter-spacing: 0.05em;\r\n}\r\nh3,\r\n.title-h3,\r\n.cart_totals table .order-total td,\r\n.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,\r\n.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount {\r\n	letter-spacing: 0.05em;\r\n}\r\nh4,\r\n.title-h4,\r\n.widget .gem-teams-name,\r\nbody .vc_separator h4,\r\n.pricing-table-style-3 .pricing_row_title,\r\n.pricing-table-style-8 .pricing_row_title, \r\n.pricing-table-style-4 .pricing_row_title,\r\n.single-product-content .price del,\r\n.quickfinder-item .quickfinder-item-title {\r\n	letter-spacing: 0.05em;\r\n}\r\nh5,\r\n.title-h5,\r\n.gem-table thead th,\r\n.gem-teams-phone,\r\n.shop_table td.product-price,\r\n.shop_table td.product-subtotal,\r\n.cart_totals table .cart-subtotal td,\r\n.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,\r\n.woocommerce table.shop_table.order-details thead tr th.product-name,\r\n.woocommerce table.shop_table.order-details thead tr th.product-total,\r\n.widget-gem-portfolio-item.gem-portfolio-dummy:after, \r\n.resp-tabs-list li,\r\n.gem-quote.gem-quote-style-4,\r\n.gem-quote.gem-quote-style-5,\r\n.blog-style-styled_list1 .post-time,\r\n.gem-teams-phone {\r\n	letter-spacing: 0.05em;\r\n}\r\nh6,\r\n.title-h6,\r\n.project_info-item-style-1 .project_info-item .title,\r\n.gem_accordion_header a,\r\n.widget_rss li,\r\n.wpb_toggle,\r\n.vc_toggle_title h4,\r\n.testimonials-style-1-name.gem-testimonial-name,\r\n.testimonials-style-2-name.gem-testimonial-name,\r\n.diagram-wrapper .digram-line-box .skill-amount,\r\n.diagram-wrapper.style-3 .digram-line-box .skill-title,\r\n.row .vc_progress_bar .vc_label {\r\n	letter-spacing: 0.05em;\r\n}\r\n.letter-spacing {\r\n	letter-spacing: 0.05em;\r\n}\r\n#wp-calendar caption {\r\n	letter-spacing: 0.08em;\r\n}\r\n.pricing-table-style-1 .pricing-price-title {\r\n    letter-spacing: 1px;\r\n}\r\n.gem-quote.gem-quote-style-3 blockquote,\r\n.gem-quote.gem-quote-style-4,\r\n.gem-quote.gem-quote-style-5 {\r\n	letter-spacing: 0.085em;\r\n}\r\n.diagram-wrapper.style-3 .digram-line-box  .skill-title {\r\n	letter-spacing: 0.07em;\r\n}\r\n.gem-basic-grid .post-title h4.entry-title a{\r\n	letter-spacing: 1.2px;\r\n}\r\n.gem-media-grid .vc_gitem-post-data-source-post_title a{\r\n	letter-spacing: 0.05em;\r\n}\r\n.gem-media-grid-2 .vc_gitem-post-data-source-post_title a{\r\n	letter-spacing: 0.05em;\r\n}\r\n.gem-button {\r\n	letter-spacing: 0.05em;\r\n}\r\n.top-area-button .gem-button {\r\n	letter-spacing: 0;\r\n}\r\n@media (max-width: 767px) {\r\n	h1,\r\n	.title-h1,\r\n	.page-title-title h1 {\r\n		font-size: 38px;\r\n		line-height: 53px;\r\n	}\r\n}\r\n@media (max-width: 879px) {\r\n	h2,\r\n	.title-h2,\r\n	.pricing-table-style-5  .pricing-price-title,\r\n	.pricing-table-style-6 .pricing-price-title,\r\n	.pricing-table-style-6 .pricing-price-subtitle,\r\n	h3.comment-reply-title,\r\n	.pricing-table-style-2 .pricing-price-title {\r\n		font-size: 32px;\r\n	}\r\n}\r\n@media (max-width: 879px) {\r\n	h2,\r\n	.title-h2,\r\n	.pricing-table-style-6 .pricing-price-title,\r\n	h3.comment-reply-title {\r\n		line-height: 47px;\r\n	}\r\n}\r\n@media (max-width: 599px) {\r\n	.title-xlarge {\r\n		font-size: 42px;\r\n		line-height: 54px;\r\n	}\r\n}\r\n@media (max-width: 499px) {\r\n	.styled-subtitle,\r\n	.vc_pie_chart,\r\n	form.cart .quantity .qty,\r\n	.shop_table .quantity .qty,\r\n	.woocommerce-before-cart .cart-short-info,\r\n	input[type=\\\"text\\\"].coupon-code,\r\n	.cart_totals table th,\r\n	.order-totals table th,\r\n	.cart_totals table .shipping td,\r\n	.woocommerce-message,\r\n	.woocommerce-info,\r\n	.woocommerce ul.woocommerce-error li,\r\n	.woocommerce table.checkout-cart-info-table tr th\r\n	.woocommerce table.checkout-cart-info-table tr.shipping td,\r\n	.widget_calendar caption,\r\n	.blog-style-timeline .post-time,\r\n	.gem-dropcap.gem-dropcap-style-medium,\r\n	.project-info-shortcode-style-default .project-info-shortcode-item .title,\r\n	.project_info-item-style-2 .project_info-item .title,\r\n	.diagram-legend .legend-element .title,\r\n	.widget_shopping_cart .total span.amount{\r\n		font-size: 20px;\r\n	}\r\n}\r\n@media (max-width: 499px) {\r\n	.styled-subtitle,\r\n	.woocommerce-before-cart .cart-short-info,\r\n	.cart_totals table th,\r\n	.order-totals table th,\r\n	.cart_totals table .shipping td,\r\n	.woocommerce-message,\r\n	.woocommerce-info,\r\n	.woocommerce ul.woocommerce-error li,\r\n	.woocommerce table.checkout-cart-info-table tr th,\r\n	.woocommerce table.checkout-cart-info-table tr.shipping td,\r\n	.widget_calendar caption,\r\n	.blog-style-timeline .post-time,\r\n	.project-info-shortcode-style-default .project-info-shortcode-item .title,\r\n	.project_info-item-style-2 .project_info-item .title,\r\n	.diagram-legend .legend-element .title {\r\n		line-height: 30px;\r\n	}\r\n}\r\n@media (max-width: 499px) {\r\n	.gem-testimonial-text,\r\n	.testimonials-style-1-text {\r\n		font-size: 20px;\r\n		line-height: 30px;\r\n	}\r\n}\r\n@media (min-width: 1041px){\r\n	.with-sidebar .products-list{\r\n		min-height: 2250px;\r\n	}\r\n}\r\n@media (min-width: 992px) and (max-width: 1040px){\r\n	.with-sidebar .products-list{\r\n		min-height: 2700px;\r\n	}\r\n}\r\n\r\n#colophon #wpcf7-f4-o1 p {\r\n	margin-bottom: 14px;\r\n}\r\n#colophon #wpcf7-f4-o1 .ajax-loader {\r\n	display: none;\r\n}\r\n#colophon input[type=\\\"text\\\"],\r\n#colophon input[type=\\\"password\\\"],\r\n#colophon input[type=\\\"color\\\"],\r\n#colophon input[type=\\\"date\\\"],\r\n#colophon input[type=\\\"datetime\\\"],\r\n#colophon input[type=\\\"datetime-local\\\"],\r\n#colophon input[type=\\\"email\\\"], input[type=\\\"number\\\"],\r\n#colophon input[type=\\\"range\\\"], input[type=\\\"search\\\"],\r\n#colophon input[type=\\\"tel\\\"],\r\n#colophon input[type=\\\"time\\\"],\r\n#colophon input[type=\\\"url\\\"],\r\n#colophon input[type=\\\"month\\\"],\r\n#colophon input[type=\\\"week\\\"],\r\n#colophon textarea {\r\n		color: #99a9b5;\r\n}\r\n#colophon  input::-webkit-input-placeholder,\r\n#colophon  textarea::-webkit-input-placeholder,\r\n#colophon  input:-moz-placeholder,\r\n#colophon  textarea:-moz-placeholder,\r\n#colophon  input::-moz-placeholder,\r\n#colophon  textarea::-moz-placeholder {\r\n	color: #494a59;\r\n}\r\n#colophon #custom_recent_posts-2 {\r\n		margin-bottom: 35px;\r\n}\r\n#colophon #custom_flickr-2 {\r\n		margin-bottom: 45px;\r\n}\r\n#colophon #text-3 {\r\n		margin-bottom: 56px;\r\n}\r\n#colophon #text-2 {\r\n		margin-bottom: 40px;\r\n}\r\n.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language,\r\n.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-cart,\r\nbody #page.vertical-header #primary-menu.no-responsive li.menu-item-language,\r\nbody #page.vertical-header #primary-menu.no-responsive li.menu-item-cart {\r\n    display: none;\r\n}\";s:9:\"custom_js\";s:0:\"\";s:11:\"tracking_js\";s:0:\"\";s:22:\"portfolio_rewrite_slug\";s:0:\"\";s:22:\"portfolio_archive_page\";s:0:\"\";s:17:\"news_rewrite_slug\";s:0:\"\";s:8:\"404_page\";s:0:\"\";s:36:\"pagespeed_lazy_images_desktop_enable\";s:1:\"1\";s:35:\"pagespeed_lazy_images_mobile_enable\";s:1:\"1\";s:39:\"pagespeed_lazy_images_visibility_offset\";s:3:\"600\";s:40:\"pagespeed_lazy_images_page_cache_enabled\";s:1:\"1\";s:16:\"size_guide_image\";s:0:\"\";s:18:\"product_quick_view\";s:0:\"\";s:19:\"products_pagination\";s:0:\"\";s:12:\"catalog_view\";s:0:\"\";s:13:\"checkout_type\";s:0:\"\";s:28:\"hamburger_menu_cart_position\";s:0:\"\";s:33:\"product_title_listing_font_family\";s:10:\"Montserrat\";s:32:\"product_title_listing_font_style\";s:3:\"700\";s:31:\"product_title_listing_font_sets\";s:15:\"latin,latin-ext\";s:31:\"product_title_listing_font_size\";s:2:\"16\";s:33:\"product_title_listing_line_height\";s:2:\"25\";s:30:\"product_title_page_font_family\";s:21:\"Montserrat UltraLight\";s:29:\"product_title_page_font_style\";s:7:\"regular\";s:28:\"product_title_page_font_sets\";s:15:\"latin,latin-ext\";s:28:\"product_title_page_font_size\";s:2:\"28\";s:30:\"product_title_page_line_height\";s:2:\"42\";s:32:\"product_title_widget_font_family\";s:15:\"Source Sans Pro\";s:31:\"product_title_widget_font_style\";s:7:\"regular\";s:30:\"product_title_widget_font_sets\";s:15:\"latin,latin-ext\";s:30:\"product_title_widget_font_size\";s:2:\"16\";s:32:\"product_title_widget_line_height\";s:2:\"25\";s:30:\"product_title_cart_font_family\";s:15:\"Source Sans Pro\";s:29:\"product_title_cart_font_style\";s:7:\"regular\";s:28:\"product_title_cart_font_sets\";s:15:\"latin,latin-ext\";s:28:\"product_title_cart_font_size\";s:2:\"16\";s:30:\"product_title_cart_line_height\";s:2:\"25\";s:33:\"product_price_listing_font_family\";s:15:\"Source Sans Pro\";s:32:\"product_price_listing_font_style\";s:7:\"regular\";s:31:\"product_price_listing_font_sets\";s:15:\"latin,latin-ext\";s:31:\"product_price_listing_font_size\";s:2:\"16\";s:33:\"product_price_listing_line_height\";s:2:\"25\";s:30:\"product_price_page_font_family\";s:15:\"Source Sans Pro\";s:29:\"product_price_page_font_style\";s:3:\"300\";s:28:\"product_price_page_font_sets\";s:15:\"latin,latin-ext\";s:28:\"product_price_page_font_size\";s:2:\"36\";s:30:\"product_price_page_line_height\";s:2:\"36\";s:32:\"product_price_widget_font_family\";s:15:\"Source Sans Pro\";s:31:\"product_price_widget_font_style\";s:3:\"300\";s:30:\"product_price_widget_font_sets\";s:15:\"latin,latin-ext\";s:30:\"product_price_widget_font_size\";s:2:\"20\";s:32:\"product_price_widget_line_height\";s:2:\"30\";s:30:\"product_price_cart_font_family\";s:15:\"Source Sans Pro\";s:29:\"product_price_cart_font_style\";s:3:\"300\";s:28:\"product_price_cart_font_sets\";s:15:\"latin,latin-ext\";s:28:\"product_price_cart_font_size\";s:2:\"24\";s:30:\"product_price_cart_line_height\";s:2:\"30\";s:27:\"product_title_listing_color\";s:7:\"#5f727f\";s:24:\"product_title_page_color\";s:7:\"#3c3950\";s:26:\"product_title_widget_color\";s:7:\"#5f727f\";s:24:\"product_title_cart_color\";s:7:\"#00bcd4\";s:27:\"product_price_listing_color\";s:7:\"#00bcd4\";s:24:\"product_price_page_color\";s:7:\"#3c3950\";s:26:\"product_price_widget_color\";s:7:\"#3c3950\";s:24:\"product_price_cart_color\";s:7:\"#3c3950\";s:31:\"product_separator_listing_color\";s:7:\"#000000\";s:16:\"hide_search_icon\";s:1:\"1\";s:13:\"header_layout\";s:7:\"default\";s:12:\"header_style\";s:1:\"3\";s:18:\"mobile_menu_layout\";s:7:\"default\";s:24:\"mobile_menu_layout_style\";s:5:\"light\";s:13:\"logo_position\";s:4:\"left\";s:31:\"menu_appearance_tablet_portrait\";s:10:\"responsive\";s:32:\"menu_appearance_tablet_landscape\";s:8:\"centered\";s:24:\"hamburger_menu_icon_size\";s:0:\"\";s:14:\"top_area_style\";s:1:\"1\";s:18:\"top_area_alignment\";s:4:\"left\";s:17:\"top_area_contacts\";s:1:\"1\";s:16:\"top_area_socials\";s:1:\"1\";s:20:\"top_area_button_text\";s:8:\"Join Now\";s:20:\"top_area_button_link\";s:1:\"#\";s:22:\"top_area_disable_fixed\";s:1:\"1\";s:23:\"top_area_disable_mobile\";s:1:\"1\";s:21:\"main_menu_font_family\";s:10:\"Montserrat\";s:20:\"main_menu_font_style\";s:3:\"700\";s:19:\"main_menu_font_sets\";s:0:\"\";s:19:\"main_menu_font_size\";s:2:\"14\";s:21:\"main_menu_line_height\";s:2:\"25\";s:19:\"submenu_font_family\";s:15:\"Source Sans Pro\";s:18:\"submenu_font_style\";s:7:\"regular\";s:17:\"submenu_font_sets\";s:0:\"\";s:17:\"submenu_font_size\";s:2:\"16\";s:19:\"submenu_line_height\";s:2:\"20\";s:24:\"overlay_menu_font_family\";s:21:\"Montserrat UltraLight\";s:22:\"overlay_menu_font_sets\";s:15:\"latin,latin-ext\";s:22:\"overlay_menu_font_size\";s:2:\"12\";s:24:\"overlay_menu_line_height\";s:2:\"18\";s:23:\"mobile_menu_font_family\";s:15:\"Source Sans Pro\";s:22:\"mobile_menu_font_style\";s:7:\"regular\";s:21:\"mobile_menu_font_sets\";s:0:\"\";s:21:\"mobile_menu_font_size\";s:2:\"16\";s:23:\"mobile_menu_line_height\";s:2:\"20\";s:27:\"styled_subtitle_font_family\";s:15:\"Source Sans Pro\";s:26:\"styled_subtitle_font_style\";s:3:\"300\";s:25:\"styled_subtitle_font_sets\";s:0:\"\";s:25:\"styled_subtitle_font_size\";s:2:\"24\";s:27:\"styled_subtitle_line_height\";s:2:\"37\";s:32:\"styled_subtitle_font_size_tablet\";s:2:\"18\";s:34:\"styled_subtitle_line_height_tablet\";s:2:\"29\";s:32:\"styled_subtitle_font_size_mobile\";s:2:\"18\";s:34:\"styled_subtitle_line_height_mobile\";s:2:\"29\";s:14:\"h1_font_family\";s:10:\"Montserrat\";s:13:\"h1_font_style\";s:3:\"700\";s:12:\"h1_font_sets\";s:0:\"\";s:12:\"h1_font_size\";s:2:\"50\";s:14:\"h1_line_height\";s:2:\"69\";s:19:\"h1_font_size_tablet\";s:2:\"18\";s:21:\"h1_line_height_tablet\";s:2:\"29\";s:19:\"h1_font_size_mobile\";s:2:\"18\";s:21:\"h1_line_height_mobile\";s:2:\"29\";s:14:\"h2_font_family\";s:10:\"Montserrat\";s:13:\"h2_font_style\";s:3:\"700\";s:12:\"h2_font_sets\";s:0:\"\";s:12:\"h2_font_size\";s:2:\"36\";s:14:\"h2_line_height\";s:2:\"53\";s:19:\"h2_font_size_tablet\";s:2:\"18\";s:21:\"h2_line_height_tablet\";s:2:\"29\";s:19:\"h2_font_size_mobile\";s:2:\"18\";s:21:\"h2_line_height_mobile\";s:2:\"29\";s:14:\"h3_font_family\";s:10:\"Montserrat\";s:13:\"h3_font_style\";s:3:\"700\";s:12:\"h3_font_sets\";s:0:\"\";s:12:\"h3_font_size\";s:2:\"28\";s:14:\"h3_line_height\";s:2:\"42\";s:19:\"h3_font_size_tablet\";s:2:\"18\";s:21:\"h3_line_height_tablet\";s:2:\"29\";s:19:\"h3_font_size_mobile\";s:2:\"18\";s:21:\"h3_line_height_mobile\";s:2:\"29\";s:14:\"h4_font_family\";s:10:\"Montserrat\";s:13:\"h4_font_style\";s:3:\"700\";s:12:\"h4_font_sets\";s:0:\"\";s:12:\"h4_font_size\";s:2:\"24\";s:14:\"h4_line_height\";s:2:\"38\";s:19:\"h4_font_size_tablet\";s:2:\"18\";s:21:\"h4_line_height_tablet\";s:2:\"29\";s:19:\"h4_font_size_mobile\";s:2:\"18\";s:21:\"h4_line_height_mobile\";s:2:\"29\";s:14:\"h5_font_family\";s:10:\"Montserrat\";s:13:\"h5_font_style\";s:3:\"700\";s:12:\"h5_font_sets\";s:0:\"\";s:12:\"h5_font_size\";s:2:\"19\";s:14:\"h5_line_height\";s:2:\"30\";s:19:\"h5_font_size_tablet\";s:2:\"18\";s:21:\"h5_line_height_tablet\";s:2:\"29\";s:19:\"h5_font_size_mobile\";s:2:\"18\";s:21:\"h5_line_height_mobile\";s:2:\"29\";s:14:\"h6_font_family\";s:10:\"Montserrat\";s:13:\"h6_font_style\";s:3:\"700\";s:12:\"h6_font_sets\";s:0:\"\";s:12:\"h6_font_size\";s:2:\"16\";s:14:\"h6_line_height\";s:2:\"25\";s:19:\"h6_font_size_tablet\";s:2:\"18\";s:21:\"h6_line_height_tablet\";s:2:\"29\";s:19:\"h6_font_size_mobile\";s:2:\"18\";s:21:\"h6_line_height_mobile\";s:2:\"29\";s:24:\"xlarge_title_font_family\";s:21:\"Montserrat UltraLight\";s:22:\"xlarge_title_font_sets\";s:15:\"latin,latin-ext\";s:22:\"xlarge_title_font_size\";s:2:\"17\";s:24:\"xlarge_title_line_height\";s:2:\"18\";s:23:\"xlarge_font_size_tablet\";s:2:\"18\";s:25:\"xlarge_line_height_tablet\";s:2:\"29\";s:23:\"xlarge_font_size_mobile\";s:2:\"18\";s:25:\"xlarge_line_height_mobile\";s:2:\"29\";s:23:\"light_title_font_family\";s:21:\"Montserrat UltraLight\";s:22:\"light_title_font_style\";s:7:\"regular\";s:21:\"light_title_font_sets\";s:0:\"\";s:16:\"body_font_family\";s:15:\"Source Sans Pro\";s:15:\"body_font_style\";s:7:\"regular\";s:14:\"body_font_sets\";s:0:\"\";s:14:\"body_font_size\";s:2:\"16\";s:16:\"body_line_height\";s:2:\"25\";s:25:\"title_excerpt_font_family\";s:15:\"Source Sans Pro\";s:24:\"title_excerpt_font_style\";s:3:\"300\";s:23:\"title_excerpt_font_sets\";s:0:\"\";s:23:\"title_excerpt_font_size\";s:2:\"24\";s:25:\"title_excerpt_line_height\";s:2:\"37\";s:30:\"title_excerpt_font_size_tablet\";s:2:\"24\";s:32:\"title_excerpt_line_height_tablet\";s:2:\"37\";s:30:\"title_excerpt_font_size_mobile\";s:2:\"24\";s:32:\"title_excerpt_line_height_mobile\";s:2:\"37\";s:24:\"widget_title_font_family\";s:10:\"Montserrat\";s:23:\"widget_title_font_style\";s:3:\"700\";s:22:\"widget_title_font_sets\";s:0:\"\";s:22:\"widget_title_font_size\";s:2:\"19\";s:24:\"widget_title_line_height\";s:2:\"30\";s:18:\"button_font_family\";s:10:\"Montserrat\";s:17:\"button_font_style\";s:3:\"700\";s:16:\"button_font_sets\";s:5:\"latin\";s:23:\"button_thin_font_family\";s:21:\"Montserrat UltraLight\";s:22:\"button_thin_font_style\";s:7:\"regular\";s:21:\"button_thin_font_sets\";s:0:\"\";s:27:\"portfolio_title_font_family\";s:10:\"Montserrat\";s:26:\"portfolio_title_font_style\";s:3:\"700\";s:25:\"portfolio_title_font_sets\";s:0:\"\";s:25:\"portfolio_title_font_size\";s:2:\"16\";s:27:\"portfolio_title_line_height\";s:2:\"24\";s:33:\"portfolio_description_font_family\";s:15:\"Source Sans Pro\";s:32:\"portfolio_description_font_style\";s:7:\"regular\";s:31:\"portfolio_description_font_sets\";s:0:\"\";s:31:\"portfolio_description_font_size\";s:2:\"16\";s:33:\"portfolio_description_line_height\";s:2:\"24\";s:29:\"quickfinder_title_font_family\";s:21:\"Montserrat UltraLight\";s:28:\"quickfinder_title_font_style\";s:7:\"regular\";s:27:\"quickfinder_title_font_sets\";s:0:\"\";s:27:\"quickfinder_title_font_size\";s:2:\"28\";s:29:\"quickfinder_title_line_height\";s:2:\"42\";s:34:\"quickfinder_title_thin_font_family\";s:21:\"Montserrat UltraLight\";s:33:\"quickfinder_title_thin_font_style\";s:7:\"regular\";s:32:\"quickfinder_title_thin_font_sets\";s:15:\"latin,latin-ext\";s:32:\"quickfinder_title_thin_font_size\";s:2:\"16\";s:34:\"quickfinder_title_thin_line_height\";s:2:\"18\";s:35:\"quickfinder_description_font_family\";s:15:\"Source Sans Pro\";s:34:\"quickfinder_description_font_style\";s:7:\"regular\";s:33:\"quickfinder_description_font_sets\";s:0:\"\";s:33:\"quickfinder_description_font_size\";s:2:\"16\";s:35:\"quickfinder_description_line_height\";s:2:\"25\";s:25:\"gallery_title_font_family\";s:21:\"Montserrat UltraLight\";s:24:\"gallery_title_font_style\";s:7:\"regular\";s:23:\"gallery_title_font_sets\";s:0:\"\";s:23:\"gallery_title_font_size\";s:2:\"24\";s:25:\"gallery_title_line_height\";s:2:\"30\";s:30:\"gallery_title_bold_font_family\";s:10:\"Montserrat\";s:29:\"gallery_title_bold_font_style\";s:3:\"700\";s:28:\"gallery_title_bold_font_sets\";s:15:\"latin,latin-ext\";s:28:\"gallery_title_bold_font_size\";s:2:\"24\";s:30:\"gallery_title_bold_line_height\";s:2:\"31\";s:31:\"gallery_description_font_family\";s:15:\"Source Sans Pro\";s:30:\"gallery_description_font_style\";s:3:\"300\";s:29:\"gallery_description_font_sets\";s:0:\"\";s:29:\"gallery_description_font_size\";s:2:\"17\";s:31:\"gallery_description_line_height\";s:2:\"24\";s:23:\"testimonial_font_family\";s:15:\"Source Sans Pro\";s:22:\"testimonial_font_style\";s:3:\"300\";s:21:\"testimonial_font_sets\";s:0:\"\";s:21:\"testimonial_font_size\";s:2:\"24\";s:23:\"testimonial_line_height\";s:2:\"36\";s:19:\"counter_font_family\";s:10:\"Montserrat\";s:18:\"counter_font_style\";s:7:\"regular\";s:17:\"counter_font_sets\";s:0:\"\";s:17:\"counter_font_size\";s:2:\"59\";s:19:\"counter_line_height\";s:2:\"66\";s:24:\"counter_font_size_tablet\";s:2:\"18\";s:26:\"counter_line_height_tablet\";s:2:\"29\";s:24:\"counter_font_size_mobile\";s:2:\"18\";s:26:\"counter_line_height_mobile\";s:2:\"29\";s:22:\"tabs_title_font_family\";s:10:\"Montserrat\";s:21:\"tabs_title_font_style\";s:3:\"700\";s:20:\"tabs_title_font_sets\";s:15:\"latin,latin-ext\";s:20:\"tabs_title_font_size\";s:2:\"16\";s:22:\"tabs_title_line_height\";s:2:\"18\";s:27:\"tabs_title_thin_font_family\";s:21:\"Montserrat UltraLight\";s:25:\"tabs_title_thin_font_sets\";s:15:\"latin,latin-ext\";s:25:\"tabs_title_thin_font_size\";s:2:\"16\";s:27:\"tabs_title_thin_line_height\";s:2:\"18\";s:29:\"woocommerce_price_font_family\";s:10:\"Montserrat\";s:28:\"woocommerce_price_font_style\";s:7:\"regular\";s:27:\"woocommerce_price_font_sets\";s:0:\"\";s:27:\"woocommerce_price_font_size\";s:2:\"26\";s:29:\"woocommerce_price_line_height\";s:2:\"36\";s:27:\"slideshow_title_font_family\";s:10:\"Montserrat\";s:26:\"slideshow_title_font_style\";s:7:\"regular\";s:25:\"slideshow_title_font_sets\";s:0:\"\";s:25:\"slideshow_title_font_size\";s:2:\"80\";s:27:\"slideshow_title_line_height\";s:3:\"100\";s:33:\"slideshow_description_font_family\";s:10:\"Montserrat\";s:32:\"slideshow_description_font_style\";s:7:\"regular\";s:31:\"slideshow_description_font_sets\";s:0:\"\";s:31:\"slideshow_description_font_size\";s:2:\"36\";s:33:\"slideshow_description_line_height\";s:2:\"50\";s:28:\"basic_outer_background_color\";s:7:\"#8b94a5\";s:20:\"top_background_color\";s:7:\"#ffffff\";s:21:\"main_background_color\";s:7:\"#ffffff\";s:32:\"styled_elements_background_color\";s:7:\"#f0f3f2\";s:23:\"styled_elements_color_1\";s:7:\"#3366cc\";s:23:\"styled_elements_color_2\";s:7:\"#99a9b5\";s:23:\"styled_elements_color_3\";s:7:\"#f44336\";s:23:\"styled_elements_color_4\";s:7:\"#393d50\";s:21:\"divider_default_color\";s:7:\"#dfe5e8\";s:16:\"box_border_color\";s:7:\"#dfe5e8\";s:22:\"main_menu_level1_color\";s:7:\"#3c3950\";s:33:\"main_menu_level1_background_color\";s:0:\"\";s:28:\"main_menu_level1_hover_color\";s:7:\"#3366cc\";s:39:\"main_menu_level1_hover_background_color\";s:0:\"\";s:29:\"main_menu_level1_active_color\";s:7:\"#3c3950\";s:40:\"main_menu_level1_active_background_color\";s:7:\"#3c3950\";s:22:\"main_menu_level2_color\";s:7:\"#5f727f\";s:33:\"main_menu_level2_background_color\";s:7:\"#f4f6f7\";s:28:\"main_menu_level2_hover_color\";s:7:\"#3c3950\";s:39:\"main_menu_level2_hover_background_color\";s:7:\"#ffffff\";s:29:\"main_menu_level2_active_color\";s:7:\"#3c3950\";s:40:\"main_menu_level2_active_background_color\";s:7:\"#ffffff\";s:33:\"main_menu_mega_column_title_color\";s:7:\"#3c3950\";s:39:\"main_menu_mega_column_title_hover_color\";s:7:\"#3366cc\";s:40:\"main_menu_mega_column_title_active_color\";s:7:\"#3366cc\";s:22:\"main_menu_level3_color\";s:7:\"#5f727f\";s:33:\"main_menu_level3_background_color\";s:7:\"#ffffff\";s:28:\"main_menu_level3_hover_color\";s:7:\"#ffffff\";s:39:\"main_menu_level3_hover_background_color\";s:7:\"#494c64\";s:29:\"main_menu_level3_active_color\";s:7:\"#3366cc\";s:40:\"main_menu_level3_active_background_color\";s:7:\"#ffffff\";s:28:\"main_menu_level1_light_color\";s:7:\"#ffffff\";s:34:\"main_menu_level1_light_hover_color\";s:7:\"#3366cc\";s:35:\"main_menu_level1_light_active_color\";s:7:\"#ffffff\";s:29:\"main_menu_level2_border_color\";s:7:\"#dfe5e8\";s:21:\"mega_menu_icons_color\";s:0:\"\";s:29:\"overlay_menu_background_color\";s:7:\"#ffffff\";s:18:\"overlay_menu_color\";s:7:\"#212331\";s:24:\"overlay_menu_hover_color\";s:7:\"#3366cc\";s:25:\"overlay_menu_active_color\";s:7:\"#3366cc\";s:25:\"hamburger_menu_icon_color\";s:7:\"#3c3950\";s:31:\"hamburger_menu_icon_light_color\";s:7:\"#ffffff\";s:24:\"mobile_menu_button_color\";s:7:\"#3c3950\";s:30:\"mobile_menu_button_light_color\";s:7:\"#ffffff\";s:28:\"mobile_menu_background_color\";s:0:\"\";s:24:\"mobile_menu_level1_color\";s:7:\"#5f727f\";s:35:\"mobile_menu_level1_background_color\";s:7:\"#f4f6f7\";s:31:\"mobile_menu_level1_active_color\";s:7:\"#3c3950\";s:42:\"mobile_menu_level1_active_background_color\";s:7:\"#ffffff\";s:24:\"mobile_menu_level2_color\";s:7:\"#5f727f\";s:35:\"mobile_menu_level2_background_color\";s:7:\"#f4f6f7\";s:31:\"mobile_menu_level2_active_color\";s:7:\"#3c3950\";s:42:\"mobile_menu_level2_active_background_color\";s:7:\"#ffffff\";s:24:\"mobile_menu_level3_color\";s:7:\"#5f727f\";s:35:\"mobile_menu_level3_background_color\";s:7:\"#f4f6f7\";s:31:\"mobile_menu_level3_active_color\";s:7:\"#3c3950\";s:42:\"mobile_menu_level3_active_background_color\";s:7:\"#ffffff\";s:24:\"mobile_menu_border_color\";s:7:\"#dfe5e8\";s:29:\"mobile_menu_social_icon_color\";s:0:\"\";s:22:\"mobile_menu_hide_color\";s:0:\"\";s:25:\"top_area_background_color\";s:7:\"#f4f6f7\";s:21:\"top_area_border_color\";s:7:\"#742c49\";s:24:\"top_area_separator_color\";s:7:\"#dfe5e8\";s:19:\"top_area_text_color\";s:7:\"#5f727f\";s:19:\"top_area_link_color\";s:7:\"#5f727f\";s:25:\"top_area_link_hover_color\";s:7:\"#742c49\";s:26:\"top_area_button_text_color\";s:7:\"#ffffff\";s:32:\"top_area_button_background_color\";s:7:\"#494c64\";s:32:\"top_area_button_hover_text_color\";s:7:\"#ffffff\";s:38:\"top_area_button_hover_background_color\";s:7:\"#823153\";s:23:\"footer_background_color\";s:7:\"#181828\";s:17:\"footer_text_color\";s:7:\"#99a9b5\";s:17:\"footer_menu_color\";s:0:\"\";s:23:\"footer_menu_hover_color\";s:0:\"\";s:27:\"footer_menu_separator_color\";s:0:\"\";s:23:\"footer_top_border_color\";s:0:\"\";s:35:\"footer_widget_area_background_color\";s:7:\"#212331\";s:25:\"footer_widget_title_color\";s:7:\"#feffff\";s:24:\"footer_widget_text_color\";s:7:\"#99a9b5\";s:24:\"footer_widget_link_color\";s:7:\"#99a9b5\";s:30:\"footer_widget_hover_link_color\";s:7:\"#00bcd4\";s:31:\"footer_widget_active_link_color\";s:7:\"#00bcd4\";s:28:\"footer_widget_triangle_color\";s:0:\"\";s:10:\"body_color\";s:7:\"#5f727f\";s:8:\"h1_color\";s:7:\"#3c3950\";s:8:\"h2_color\";s:7:\"#3c3950\";s:8:\"h3_color\";s:7:\"#3c3950\";s:8:\"h4_color\";s:7:\"#3c3950\";s:8:\"h5_color\";s:7:\"#3c3950\";s:8:\"h6_color\";s:7:\"#3c3950\";s:10:\"link_color\";s:7:\"#742c49\";s:16:\"hover_link_color\";s:7:\"#384554\";s:17:\"active_link_color\";s:7:\"#742c49\";s:20:\"copyright_text_color\";s:7:\"#99a9b5\";s:20:\"copyright_link_color\";s:7:\"#742c49\";s:26:\"title_bar_background_color\";s:7:\"#6c7cd0\";s:20:\"title_bar_text_color\";s:7:\"#ffffff\";s:26:\"date_filter_subtitle_color\";s:7:\"#99a9b5\";s:17:\"system_icons_font\";s:7:\"#99a3b0\";s:19:\"system_icons_font_2\";s:7:\"#b6c6c9\";s:23:\"button_text_basic_color\";s:7:\"#ffffff\";s:23:\"button_text_hover_color\";s:7:\"#ffffff\";s:29:\"button_background_basic_color\";s:7:\"#b6c6c9\";s:29:\"button_background_hover_color\";s:7:\"#3c3950\";s:31:\"button_outline_text_basic_color\";s:7:\"#3366cc\";s:31:\"button_outline_text_hover_color\";s:7:\"#ffffff\";s:33:\"button_outline_border_basic_color\";s:7:\"#3366cc\";s:18:\"widget_title_color\";s:7:\"#3c3950\";s:17:\"widget_link_color\";s:7:\"#5f727f\";s:23:\"widget_hover_link_color\";s:7:\"#3366cc\";s:24:\"widget_active_link_color\";s:7:\"#384554\";s:21:\"portfolio_title_color\";s:7:\"#5f727f\";s:27:\"portfolio_description_color\";s:7:\"#5f727f\";s:20:\"portfolio_date_color\";s:7:\"#99a9b5\";s:21:\"portfolio_arrow_color\";s:0:\"\";s:27:\"portfolio_arrow_hover_color\";s:0:\"\";s:32:\"portfolio_arrow_background_color\";s:0:\"\";s:38:\"portfolio_arrow_background_hover_color\";s:0:\"\";s:32:\"portfolio_sorting_controls_color\";s:0:\"\";s:34:\"portfolio_sorting_background_color\";s:0:\"\";s:30:\"portfolio_sorting_switch_color\";s:0:\"\";s:33:\"portfolio_sorting_separator_color\";s:0:\"\";s:29:\"portfolio_filter_button_color\";s:0:\"\";s:40:\"portfolio_filter_button_background_color\";s:0:\"\";s:35:\"portfolio_filter_button_hover_color\";s:0:\"\";s:46:\"portfolio_filter_button_hover_background_color\";s:0:\"\";s:36:\"portfolio_filter_button_active_color\";s:0:\"\";s:47:\"portfolio_filter_button_active_background_color\";s:0:\"\";s:32:\"gallery_caption_background_color\";s:7:\"#000000\";s:19:\"gallery_title_color\";s:7:\"#ffffff\";s:25:\"gallery_description_color\";s:7:\"#ffffff\";s:26:\"slideshow_arrow_background\";s:7:\"#394050\";s:32:\"slideshow_arrow_hover_background\";s:7:\"#3366cc\";s:21:\"slideshow_arrow_color\";s:7:\"#ffffff\";s:19:\"sliders_arrow_color\";s:7:\"#3c3950\";s:30:\"sliders_arrow_background_color\";s:7:\"#b6c6c9\";s:25:\"sliders_arrow_hover_color\";s:7:\"#ffffff\";s:36:\"sliders_arrow_background_hover_color\";s:7:\"#3366cc\";s:26:\"hover_effect_default_color\";s:7:\"#3366cc\";s:31:\"hover_effect_zooming_blur_color\";s:7:\"#ffffff\";s:37:\"hover_effect_horizontal_sliding_color\";s:7:\"#46485c\";s:35:\"hover_effect_vertical_sliding_color\";s:7:\"#f44336\";s:23:\"quickfinder_title_color\";s:7:\"#3366cc\";s:29:\"quickfinder_description_color\";s:7:\"#ffffff\";s:23:\"testimonial_arrow_color\";s:0:\"\";s:29:\"testimonial_arrow_hover_color\";s:0:\"\";s:34:\"testimonial_arrow_background_color\";s:0:\"\";s:40:\"testimonial_arrow_background_hover_color\";s:0:\"\";s:20:\"bullets_symbol_color\";s:7:\"#5f727f\";s:18:\"icons_symbol_color\";s:7:\"#91a0ac\";s:35:\"icons_portfolio_gallery_hover_color\";s:0:\"\";s:22:\"pagination_basic_color\";s:7:\"#99a9b5\";s:33:\"pagination_basic_background_color\";s:7:\"#ffffff\";s:22:\"pagination_hover_color\";s:7:\"#3366cc\";s:23:\"pagination_active_color\";s:7:\"#3c3950\";s:21:\"mini_pagination_color\";s:7:\"#b6c6c9\";s:28:\"mini_pagination_active_color\";s:7:\"#3366cc\";s:28:\"blockquote_icon_testimonials\";s:0:\"\";s:27:\"blockquote_icon_blockquotes\";s:0:\"\";s:23:\"socials_colors_top_area\";s:0:\"\";s:21:\"socials_colors_footer\";s:0:\"\";s:20:\"socials_colors_posts\";s:0:\"\";s:26:\"socials_colors_woocommerce\";s:0:\"\";s:30:\"contact_form_light_input_color\";s:0:\"\";s:41:\"contact_form_light_input_background_color\";s:0:\"\";s:37:\"contact_form_light_input_border_color\";s:0:\"\";s:42:\"contact_form_light_input_placeholder_color\";s:0:\"\";s:35:\"contact_form_light_input_icon_color\";s:0:\"\";s:30:\"contact_form_light_label_color\";s:0:\"\";s:31:\"contact_form_light_button_style\";s:4:\"flat\";s:34:\"contact_form_light_button_position\";s:9:\"fullwidth\";s:30:\"contact_form_light_button_size\";s:5:\"small\";s:37:\"contact_form_light_button_text_weight\";s:6:\"normal\";s:32:\"contact_form_light_button_border\";s:1:\"0\";s:32:\"contact_form_light_button_corner\";s:1:\"3\";s:36:\"contact_form_light_button_text_color\";s:0:\"\";s:42:\"contact_form_light_button_hover_text_color\";s:0:\"\";s:42:\"contact_form_light_button_background_color\";s:0:\"\";s:48:\"contact_form_light_button_hover_background_color\";s:0:\"\";s:38:\"contact_form_light_button_border_color\";s:0:\"\";s:44:\"contact_form_light_button_hover_border_color\";s:0:\"\";s:29:\"contact_form_dark_input_color\";s:0:\"\";s:40:\"contact_form_dark_input_background_color\";s:0:\"\";s:36:\"contact_form_dark_input_border_color\";s:0:\"\";s:41:\"contact_form_dark_input_placeholder_color\";s:0:\"\";s:34:\"contact_form_dark_input_icon_color\";s:0:\"\";s:29:\"contact_form_dark_label_color\";s:0:\"\";s:30:\"contact_form_dark_button_style\";s:4:\"flat\";s:33:\"contact_form_dark_button_position\";s:9:\"fullwidth\";s:29:\"contact_form_dark_button_size\";s:5:\"small\";s:36:\"contact_form_dark_button_text_weight\";s:6:\"normal\";s:31:\"contact_form_dark_button_border\";s:1:\"0\";s:31:\"contact_form_dark_button_corner\";s:1:\"3\";s:35:\"contact_form_dark_button_text_color\";s:0:\"\";s:41:\"contact_form_dark_button_hover_text_color\";s:0:\"\";s:41:\"contact_form_dark_button_background_color\";s:0:\"\";s:47:\"contact_form_dark_button_hover_background_color\";s:0:\"\";s:37:\"contact_form_dark_button_border_color\";s:0:\"\";s:43:\"contact_form_dark_button_hover_border_color\";s:0:\"\";s:29:\"mailchimp_content_input_color\";s:0:\"\";s:40:\"mailchimp_content_input_background_color\";s:0:\"\";s:36:\"mailchimp_content_input_border_color\";s:0:\"\";s:41:\"mailchimp_content_input_placeholder_color\";s:0:\"\";s:28:\"mailchimp_content_text_color\";s:0:\"\";s:29:\"mailchimp_content_label_color\";s:0:\"\";s:35:\"mailchimp_content_button_text_color\";s:0:\"\";s:41:\"mailchimp_content_button_hover_text_color\";s:0:\"\";s:41:\"mailchimp_content_button_background_color\";s:0:\"\";s:47:\"mailchimp_content_button_hover_background_color\";s:0:\"\";s:35:\"mailchimp_sidebars_background_color\";s:0:\"\";s:30:\"mailchimp_sidebars_input_color\";s:0:\"\";s:41:\"mailchimp_sidebars_input_background_color\";s:0:\"\";s:37:\"mailchimp_sidebars_input_border_color\";s:0:\"\";s:42:\"mailchimp_sidebars_input_placeholder_color\";s:0:\"\";s:29:\"mailchimp_sidebars_text_color\";s:0:\"\";s:30:\"mailchimp_sidebars_label_color\";s:0:\"\";s:36:\"mailchimp_sidebars_button_text_color\";s:0:\"\";s:42:\"mailchimp_sidebars_button_hover_text_color\";s:0:\"\";s:42:\"mailchimp_sidebars_button_background_color\";s:0:\"\";s:48:\"mailchimp_sidebars_button_hover_background_color\";s:0:\"\";s:33:\"mailchimp_footer_background_color\";s:0:\"\";s:28:\"mailchimp_footer_input_color\";s:0:\"\";s:39:\"mailchimp_footer_input_background_color\";s:0:\"\";s:35:\"mailchimp_footer_input_border_color\";s:0:\"\";s:40:\"mailchimp_footer_input_placeholder_color\";s:0:\"\";s:27:\"mailchimp_footer_text_color\";s:0:\"\";s:28:\"mailchimp_footer_label_color\";s:0:\"\";s:34:\"mailchimp_footer_button_text_color\";s:0:\"\";s:40:\"mailchimp_footer_button_hover_text_color\";s:0:\"\";s:40:\"mailchimp_footer_button_background_color\";s:0:\"\";s:46:\"mailchimp_footer_button_hover_background_color\";s:0:\"\";s:30:\"form_elements_background_color\";s:7:\"#f5f7f6\";s:24:\"form_elements_text_color\";s:7:\"#3c3950\";s:26:\"form_elements_border_color\";s:7:\"#dfe5e8\";s:25:\"breadcrumbs_default_color\";s:0:\"\";s:24:\"breadcrumbs_active_color\";s:0:\"\";s:23:\"breadcrumbs_hover_color\";s:0:\"\";s:25:\"preloader_page_background\";s:0:\"\";s:16:\"preloader_line_1\";s:0:\"\";s:16:\"preloader_line_2\";s:0:\"\";s:16:\"preloader_line_3\";s:0:\"\";s:28:\"basic_outer_background_image\";s:0:\"\";s:20:\"top_background_image\";s:0:\"\";s:25:\"top_area_background_image\";s:0:\"\";s:21:\"main_background_image\";s:0:\"\";s:23:\"footer_background_image\";s:0:\"\";s:35:\"footer_widget_area_background_image\";s:0:\"\";s:11:\"show_author\";s:1:\"1\";s:14:\"excerpt_length\";s:2:\"20\";s:11:\"footer_html\";s:15:\"© beetCRM 2020\";s:13:\"custom_footer\";s:0:\"\";s:23:\"footer_widget_area_hide\";s:1:\"1\";s:16:\"contacts_address\";s:88:\"Rukan Cordoba Blok D28  Jl. Green Lake City Boulevard  Cipondoh, Tangerang, Banten 15147\";s:14:\"contacts_phone\";s:17:\"+62 822-1306-3399\";s:12:\"contacts_fax\";s:0:\"\";s:14:\"contacts_email\";s:17:\"hello@beetcrm.com\";s:16:\"contacts_website\";s:15:\"www.beetcrm.com\";s:25:\"top_area_contacts_address\";s:0:\"\";s:36:\"top_area_contacts_address_icon_color\";s:0:\"\";s:35:\"top_area_contacts_address_icon_pack\";s:7:\"elegant\";s:30:\"top_area_contacts_address_icon\";s:0:\"\";s:23:\"top_area_contacts_phone\";s:0:\"\";s:34:\"top_area_contacts_phone_icon_color\";s:0:\"\";s:33:\"top_area_contacts_phone_icon_pack\";s:7:\"elegant\";s:28:\"top_area_contacts_phone_icon\";s:0:\"\";s:21:\"top_area_contacts_fax\";s:0:\"\";s:32:\"top_area_contacts_fax_icon_color\";s:0:\"\";s:31:\"top_area_contacts_fax_icon_pack\";s:7:\"elegant\";s:26:\"top_area_contacts_fax_icon\";s:0:\"\";s:23:\"top_area_contacts_email\";s:0:\"\";s:34:\"top_area_contacts_email_icon_color\";s:0:\"\";s:33:\"top_area_contacts_email_icon_pack\";s:7:\"elegant\";s:28:\"top_area_contacts_email_icon\";s:0:\"\";s:25:\"top_area_contacts_website\";s:0:\"\";s:36:\"top_area_contacts_website_icon_color\";s:0:\"\";s:35:\"top_area_contacts_website_icon_pack\";s:7:\"elegant\";s:30:\"top_area_contacts_website_icon\";s:0:\"\";s:13:\"facebook_link\";s:1:\"#\";s:13:\"linkedin_link\";s:1:\"#\";s:12:\"twitter_link\";s:1:\"#\";s:14:\"instagram_link\";s:1:\"#\";s:14:\"pinterest_link\";s:1:\"#\";s:16:\"stumbleupon_link\";s:1:\"#\";s:8:\"rss_link\";s:1:\"#\";s:10:\"vimeo_link\";s:1:\"#\";s:12:\"youtube_link\";s:1:\"#\";s:11:\"flickr_link\";s:1:\"#\";s:11:\"tumblr_link\";s:1:\"#\";s:14:\"wordpress_link\";s:1:\"#\";s:13:\"dribbble_link\";s:1:\"#\";s:15:\"deviantart_link\";s:1:\"#\";s:10:\"share_link\";s:1:\"#\";s:12:\"myspace_link\";s:1:\"#\";s:10:\"skype_link\";s:1:\"#\";s:12:\"picassa_link\";s:1:\"#\";s:16:\"googledrive_link\";s:1:\"#\";s:12:\"blogger_link\";s:1:\"#\";s:12:\"spotify_link\";s:1:\"#\";s:14:\"delicious_link\";s:1:\"#\";s:13:\"telegram_link\";s:1:\"#\";s:7:\"vk_link\";s:1:\"#\";s:13:\"whatsapp_link\";s:1:\"#\";s:10:\"viber_link\";s:1:\"#\";s:7:\"ok_link\";s:1:\"#\";s:11:\"reddit_link\";s:1:\"#\";s:10:\"slack_link\";s:1:\"#\";s:10:\"askfm_link\";s:1:\"#\";s:11:\"meetup_link\";s:1:\"#\";s:10:\"weibo_link\";s:1:\"#\";s:10:\"qzone_link\";s:1:\"#\";s:13:\"purchase_code\";s:36:\"e2d7d17b-22a5-46b2-8011-1cfef3c8b039\";}','yes'),(136,'pw_options','a:4:{s:8:\"donation\";s:3:\"yes\";s:20:\"customize_by_default\";s:3:\"yes\";s:10:\"post_types\";a:5:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"thegem_pf_item\";i:3;s:11:\"thegem_news\";i:4;s:7:\"product\";}s:8:\"sidebars\";a:3:{i:0;s:12:\"page-sidebar\";i:1;s:18:\"footer-widget-area\";i:2;s:12:\"shop-sidebar\";}}','yes'),(137,'shop_catalog_image_size','a:3:{s:5:\"width\";i:522;s:6:\"height\";i:652;s:4:\"crop\";i:1;}','yes'),(138,'shop_single_image_size','a:3:{s:5:\"width\";i:564;s:6:\"height\";i:744;s:4:\"crop\";i:1;}','yes'),(139,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"crop\";i:1;}','yes'),(140,'wpb_js_content_types','a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"product\";i:3;s:11:\"thegem_news\";i:4;s:14:\"thegem_pf_item\";i:5;s:13:\"thegem_footer\";i:6;s:12:\"thegem_title\";}','yes'),(141,'zilla_likes_settings','a:1:{s:11:\"disable_css\";i:1;}','yes'),(142,'wpb_js_js_composer_purchase_code','1','yes'),(143,'revslider-valid-notice','false','yes'),(144,'thegem_custom_css_filename','custom-EJhoo10a','yes'),(168,'revslider-templates-check','1594087292','yes'),(169,'revslider-templates-hash','d18c36e2537bd40f9c1fd848b227cfb1','yes'),(170,'rs-templates-new','','no'),(172,'revslider_table_version','1.0.8','yes'),(198,'page_widget_version','3.9','yes'),(174,'recently_activated','a:5:{s:37:\"wp-whatsapp-chat/wp-whatsapp-chat.php\";i:1594200622;s:21:\"polylang/polylang.php\";i:1594017227;s:57:\"google-language-translator/google-language-translator.php\";i:1594003932;s:33:\"lingotek-translation/lingotek.php\";i:1594000855;s:25:\"zopim-live-chat/zopim.php\";i:1593956881;}','yes'),(175,'revslider_update_version','6.2.0','yes'),(176,'yikes_mc_database_version','1.0','yes'),(177,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(178,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(179,'widget_diagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(180,'widget_picturebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(181,'widget_tweets','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(182,'widget_custom_popular_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183,'widget_thegem_testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(184,'widget_teams','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_custom_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(186,'widget_custom_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(187,'widget_submenu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(188,'widget_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(189,'widget_project_info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_contacts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(191,'widget_thegem_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(192,'widget_the_gem_widget_clients','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(193,'widget_socials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(194,'widget_project_slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(195,'widget_yikes_easy_mc_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(196,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(197,'vc_version','6.2.0','yes'),(202,'thegem_activation','1','yes'),(203,'thegem_print_google_code','1','yes'),(204,'thegem_importer_imports_data','a:103:{s:20:\"thegem-main-features\";a:9:{s:5:\"title\";s:9:\"Main Demo\";s:4:\"link\";s:32:\"https://codex-themes.com/thegem/\";s:9:\"demo-link\";s:43:\"http://democontent.codex-themes.com/thegem/\";s:9:\"live-link\";s:31:\"http://codex-themes.com/thegem/\";s:5:\"image\";s:84:\"//democontent.codex-themes.com/sites-democontent/thegem-main-features/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:17:\"main demo landing\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:14:\"agency-digital\";a:9:{s:5:\"title\";s:14:\"Digital Agency\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/sites/agency-digital/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/sites/agency-digital/\";s:9:\"live-link\";s:46:\"https://codex-themes.com/thegem/agency-sparta/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/agency-digital/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:31:\"digital agency company creative\";s:8:\"category\";s:6:\"Agency\";}s:12:\"agency-light\";a:8:{s:5:\"title\";s:12:\"Agency Light\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/agency-light/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/agency-light/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/agency-light/\";s:5:\"image\";s:76:\"//democontent.codex-themes.com/sites-democontent/agency-light/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:20:\"agency light company\";s:8:\"category\";s:6:\"Agency\";}s:15:\"beauty-salon-02\";a:8:{s:5:\"title\";s:18:\"Beauty Salon & Spa\";s:4:\"link\";s:64:\"https://codex-themes.com/thegem/sites/beauty-salon/home/home-02/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/beauty-salon/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/home/beauty-salon-01/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/beauty-salon-02/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:34:\"beauty salon spa hair hairdressing\";s:8:\"category\";s:32:\"Other/Beauty, SPA & Hairdressing\";}s:15:\"beauty-salon-01\";a:10:{s:5:\"title\";s:12:\"Beauty Salon\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/beauty-salon/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/beauty-salon/\";s:9:\"live-link\";s:51:\"https://codex-themes.com/thegem/sites/beauty-salon/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/beauty-salon-01/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:34:\"beauty salon spa hair hairdressing\";s:8:\"category\";s:32:\"Other/Beauty, SPA & Hairdressing\";s:19:\"import_without_main\";i:1;}s:21:\"building-construction\";a:8:{s:5:\"title\";s:21:\"Building Construction\";s:4:\"link\";s:60:\"https://codex-themes.com/thegem/sites/building-construction/\";s:9:\"demo-link\";s:64:\"http://democontent.codex-themes.com/sites/building-construction/\";s:9:\"live-link\";s:54:\"https://codex-themes.com/thegem/building-construction/\";s:5:\"image\";s:85:\"//democontent.codex-themes.com/sites-democontent/building-construction/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:38:\"building construction company business\";s:8:\"category\";s:32:\"Other/Construction & Real Estate\";}s:6:\"clinic\";a:8:{s:5:\"title\";s:14:\"Medical Clinic\";s:4:\"link\";s:45:\"https://codex-themes.com/thegem/sites/clinic/\";s:9:\"demo-link\";s:49:\"http://democontent.codex-themes.com/sites/clinic/\";s:9:\"live-link\";s:42:\"https://codex-themes.com/thegem/medical-1/\";s:5:\"image\";s:70:\"//democontent.codex-themes.com/sites-democontent/clinic/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:21:\"health clinic medical\";s:8:\"category\";s:22:\"Other/Health & Medical\";}s:14:\"medical-center\";a:8:{s:5:\"title\";s:16:\"Health & Medical\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/sites/medical-center/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/sites/medical-center/\";s:9:\"live-link\";s:42:\"https://codex-themes.com/thegem/medical-2/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/medical-center/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:21:\"health clinic medical\";s:8:\"category\";s:22:\"Other/Health & Medical\";}s:17:\"craftsman-service\";a:8:{s:5:\"title\";s:17:\"Craftsman Service\";s:4:\"link\";s:56:\"https://codex-themes.com/thegem/sites/craftsman-service/\";s:9:\"demo-link\";s:60:\"http://democontent.codex-themes.com/sites/craftsman-service/\";s:9:\"live-link\";s:41:\"https://codex-themes.com/thegem/handyman/\";s:5:\"image\";s:81:\"//democontent.codex-themes.com/sites-democontent/craftsman-service/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:26:\"craftsman handyman service\";s:8:\"category\";s:23:\"Other/Handyman Services\";}s:16:\"handyman-service\";a:8:{s:5:\"title\";s:16:\"Handyman Service\";s:4:\"link\";s:55:\"https://codex-themes.com/thegem/sites/handyman-service/\";s:9:\"demo-link\";s:59:\"http://democontent.codex-themes.com/sites/handyman-service/\";s:9:\"live-link\";s:44:\"https://codex-themes.com/thegem/handyman-01/\";s:5:\"image\";s:80:\"//democontent.codex-themes.com/sites-democontent/handyman-service/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:26:\"craftsman handyman service\";s:8:\"category\";s:23:\"Other/Handyman Services\";}s:19:\"hairdressing-makeup\";a:8:{s:5:\"title\";s:21:\"Hairdressing & Makeup\";s:4:\"link\";s:58:\"https://codex-themes.com/thegem/sites/hairdressing-makeup/\";s:9:\"demo-link\";s:62:\"http://democontent.codex-themes.com/sites/hairdressing-makeup/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/home/beauty-salon-02/\";s:5:\"image\";s:83:\"//democontent.codex-themes.com/sites-democontent/hairdressing-makeup/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:41:\"hair hairdressing makeup beauty salon spa\";s:8:\"category\";s:32:\"Other/Beauty, SPA & Hairdressing\";}s:13:\"hair-dress-01\";a:10:{s:5:\"title\";s:21:\"Hairdressing Salon 01\";s:4:\"link\";s:49:\"https://codex-themes.com/thegem/sites/hair-dress/\";s:9:\"demo-link\";s:53:\"http://democontent.codex-themes.com/sites/hair-dress/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/sites/hair-dress/\";s:5:\"image\";s:77:\"//democontent.codex-themes.com/sites-democontent/hair-dress-01/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:41:\"hair hairdressing makeup beauty salon spa\";s:8:\"category\";s:32:\"Other/Beauty, SPA & Hairdressing\";s:19:\"import_without_main\";i:1;}s:13:\"hair-dress-02\";a:10:{s:5:\"title\";s:21:\"Hairdressing Salon 02\";s:4:\"link\";s:70:\"https://codex-themes.com/thegem/sites/hair-dress/homepage/homepage-02/\";s:9:\"demo-link\";s:53:\"http://democontent.codex-themes.com/sites/hair-dress/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/sites/hair-dress/\";s:5:\"image\";s:77:\"//democontent.codex-themes.com/sites-democontent/hair-dress-02/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:41:\"hair hairdressing makeup beauty salon spa\";s:8:\"category\";s:32:\"Other/Beauty, SPA & Hairdressing\";s:19:\"import_without_main\";i:1;}s:12:\"shop-fashion\";a:8:{s:5:\"title\";s:13:\"Fashion Store\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/shop-fashion/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/shop-fashion/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/home/shop-01/\";s:5:\"image\";s:76:\"//democontent.codex-themes.com/sites-democontent/shop-fashion/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:47:\"fashion store online shop woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:11:\"shop-online\";a:8:{s:5:\"title\";s:11:\"Online Shop\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/shop-online/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/shop-online/\";s:9:\"live-link\";s:40:\"https://codex-themes.com/thegem/shop-03/\";s:5:\"image\";s:75:\"//democontent.codex-themes.com/sites-democontent/shop-online/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:39:\"online shop store woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:15:\"shop-grid-based\";a:9:{s:5:\"title\";s:15:\"Grid-Based Shop\";s:4:\"link\";s:54:\"https://codex-themes.com/thegem/sites/shop-grid-based/\";s:9:\"demo-link\";s:58:\"http://democontent.codex-themes.com/sites/shop-grid-based/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/product-grid/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/shop-grid-based/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:50:\"grid-based shop online store woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:11:\"shop-trendy\";a:8:{s:5:\"title\";s:11:\"Trendy Shop\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/shop-trendy/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/shop-trendy/\";s:9:\"live-link\";s:40:\"https://codex-themes.com/thegem/shop-04/\";s:5:\"image\";s:75:\"//democontent.codex-themes.com/sites-democontent/shop-trendy/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:46:\"trendy shop online store woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:10:\"shop-metro\";a:8:{s:5:\"title\";s:16:\"Metro-Style Shop\";s:4:\"link\";s:49:\"https://codex-themes.com/thegem/sites/shop-metro/\";s:9:\"demo-link\";s:53:\"http://democontent.codex-themes.com/sites/shop-metro/\";s:9:\"live-link\";s:43:\"https://codex-themes.com/thegem/metro-shop/\";s:5:\"image\";s:74:\"//democontent.codex-themes.com/sites-democontent/shop-metro/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:51:\"metro-style shop online store woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:14:\"shop-justified\";a:8:{s:5:\"title\";s:14:\"Justified Shop\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/sites/shop-justified/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/sites/shop-justified/\";s:9:\"live-link\";s:47:\"https://codex-themes.com/thegem/justified-shop/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/shop-justified/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:49:\"justified shop online store woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:13:\"shop-creative\";a:9:{s:5:\"title\";s:13:\"Creative Shop\";s:4:\"link\";s:46:\"https://codex-themes.com/thegem/creative-shop/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/thegem-creative-shop/\";s:9:\"live-link\";s:46:\"https://codex-themes.com/thegem/creative-shop/\";s:5:\"image\";s:77:\"//democontent.codex-themes.com/sites-democontent/shop-creative/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:48:\"creative shop online store woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";s:19:\"import_without_main\";i:1;}s:12:\"shop-masonry\";a:9:{s:5:\"title\";s:12:\"Masonry Shop\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/masonry-shop/\";s:9:\"demo-link\";s:62:\"http://democontent.codex-themes.com/sites/thegem-shop-masonry/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/masonry-shop/\";s:5:\"image\";s:76:\"//democontent.codex-themes.com/sites-democontent/shop-masonry/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:47:\"masonry shop online store woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";s:19:\"import_without_main\";i:1;}s:20:\"delicious-restaurant\";a:9:{s:5:\"title\";s:10:\"Ristorante\";s:4:\"link\";s:59:\"https://codex-themes.com/thegem/sites/delicious-restaurant/\";s:9:\"demo-link\";s:63:\"http://democontent.codex-themes.com/sites/delicious-restaurant/\";s:9:\"live-link\";s:46:\"https://codex-themes.com/thegem/restaurant-02/\";s:5:\"image\";s:84:\"//democontent.codex-themes.com/sites-democontent/delicious-restaurant/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:31:\"restaurant cafe ristorante food\";s:8:\"category\";s:23:\"Other/Restaurant & Cafe\";}s:17:\"gem-restaurant-01\";a:9:{s:5:\"title\";s:17:\"TheGem Restaurant\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/sites/gem-restaurant/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/sites/gem-restaurant/\";s:9:\"live-link\";s:43:\"https://codex-themes.com/thegem/restaurant/\";s:5:\"image\";s:81:\"//democontent.codex-themes.com/sites-democontent/gem-restaurant-01/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:31:\"restaurant cafe ristorante food\";s:8:\"category\";s:23:\"Other/Restaurant & Cafe\";}s:17:\"gem-restaurant-02\";a:9:{s:5:\"title\";s:17:\"Restaurant & Cafe\";s:4:\"link\";s:74:\"https://codex-themes.com/thegem/sites/gem-restaurant/homepage/homepage-02/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/sites/gem-restaurant/\";s:9:\"live-link\";s:74:\"https://codex-themes.com/thegem/sites/gem-restaurant/homepage/homepage-02/\";s:5:\"image\";s:81:\"//democontent.codex-themes.com/sites-democontent/gem-restaurant-02/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:31:\"restaurant cafe ristorante food\";s:8:\"category\";s:23:\"Other/Restaurant & Cafe\";s:19:\"import_without_main\";i:1;}s:6:\"thegym\";a:9:{s:5:\"title\";s:16:\"Gym & Fitness 01\";s:4:\"link\";s:45:\"https://codex-themes.com/thegem/sites/thegym/\";s:9:\"demo-link\";s:49:\"http://democontent.codex-themes.com/sites/thegym/\";s:9:\"live-link\";s:40:\"https://codex-themes.com/thegem/fitness/\";s:5:\"image\";s:70:\"//democontent.codex-themes.com/sites-democontent/thegym/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:39:\"gym fitness workout yoga training sport\";s:8:\"category\";s:19:\"Other/Gym & Fitness\";}s:14:\"gym-fitness-01\";a:8:{s:5:\"title\";s:16:\"Gym & Fitness 02\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/gym-fitness/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/gym-fitness/\";s:9:\"live-link\";s:42:\"https://codex-themes.com/thegem/fitness-2/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/gym-fitness-01/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:39:\"gym fitness workout yoga training sport\";s:8:\"category\";s:19:\"Other/Gym & Fitness\";}s:14:\"gym-fitness-02\";a:10:{s:5:\"title\";s:16:\"Gym & Fitness 03\";s:4:\"link\";s:71:\"https://codex-themes.com/thegem/sites/gym-fitness/homepage/homepage-02/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/gym-fitness/\";s:9:\"live-link\";s:71:\"https://codex-themes.com/thegem/sites/gym-fitness/homepage/homepage-02/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/gym-fitness-02/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:39:\"gym fitness workout yoga training sport\";s:8:\"category\";s:19:\"Other/Gym & Fitness\";s:19:\"import_without_main\";i:1;}s:17:\"lawyers-attorneys\";a:8:{s:5:\"title\";s:22:\"Lawyers & Attorneys 01\";s:4:\"link\";s:56:\"https://codex-themes.com/thegem/sites/lawyers-attorneys/\";s:9:\"demo-link\";s:60:\"http://democontent.codex-themes.com/sites/lawyers-attorneys/\";s:9:\"live-link\";s:48:\"https://codex-themes.com/thegem/home/lawyer_1_2/\";s:5:\"image\";s:81:\"//democontent.codex-themes.com/sites-democontent/lawyers-attorneys/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:44:\"law lawyers attorneys company legal business\";s:8:\"category\";s:25:\"Other/Lawyers & Attorneys\";}s:14:\"law-company-01\";a:8:{s:5:\"title\";s:22:\"Lawyers & Attorneys 02\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/law-company/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/law-company/\";s:9:\"live-link\";s:48:\"https://codex-themes.com/thegem/home/lawyer_1_1/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/law-company-01/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:44:\"law lawyers attorneys company legal business\";s:8:\"category\";s:25:\"Other/Lawyers & Attorneys\";}s:14:\"law-company-02\";a:10:{s:5:\"title\";s:22:\"Lawyers & Attorneys 03\";s:4:\"link\";s:71:\"https://codex-themes.com/thegem/sites/law-company/homepage/homepage-02/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/law-company/\";s:9:\"live-link\";s:71:\"https://codex-themes.com/thegem/sites/law-company/homepage/homepage-02/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/law-company-02/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:44:\"law lawyers attorneys company legal business\";s:8:\"category\";s:25:\"Other/Lawyers & Attorneys\";s:19:\"import_without_main\";i:1;}s:12:\"resort-hotel\";a:9:{s:5:\"title\";s:12:\"TheGem Hotel\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/resort-hotel/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/resort-hotel/\";s:9:\"live-link\";s:41:\"https://codex-themes.com/thegem/hotel-01/\";s:5:\"image\";s:76:\"//democontent.codex-themes.com/sites-democontent/resort-hotel/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:28:\"hotel resort luxury booking \";s:8:\"category\";s:12:\"Other/Hotels\";}s:15:\"luxury-hotel-01\";a:8:{s:5:\"title\";s:18:\"Luxury Hotel & Spa\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/luxury-hotel/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/luxury-hotel/\";s:9:\"live-link\";s:41:\"https://codex-themes.com/thegem/hotel-02/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/luxury-hotel-01/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:32:\"hotel resort spa luxury booking \";s:8:\"category\";s:12:\"Other/Hotels\";}s:15:\"luxury-hotel-02\";a:10:{s:5:\"title\";s:16:\"TheGem Spa Hotel\";s:4:\"link\";s:72:\"https://codex-themes.com/thegem/sites/luxury-hotel/homepage/homepage-02/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/luxury-hotel/\";s:9:\"live-link\";s:72:\"https://codex-themes.com/thegem/sites/luxury-hotel/homepage/homepage-02/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/luxury-hotel-02/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:31:\"hotel resort spa luxury booking\";s:8:\"category\";s:12:\"Other/Hotels\";s:19:\"import_without_main\";i:1;}s:19:\"fashion-photography\";a:8:{s:5:\"title\";s:19:\"Fashion Photography\";s:4:\"link\";s:58:\"https://codex-themes.com/thegem/sites/fashion-photography/\";s:9:\"demo-link\";s:62:\"http://democontent.codex-themes.com/sites/fashion-photography/\";s:9:\"live-link\";s:42:\"https://codex-themes.com/thegem/gem-photo/\";s:5:\"image\";s:83:\"//democontent.codex-themes.com/sites-democontent/fashion-photography/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:41:\"photography portfolio studio photographer\";s:8:\"category\";s:11:\"Photography\";}s:18:\"photography-studio\";a:8:{s:5:\"title\";s:18:\"Photography Studio\";s:4:\"link\";s:57:\"https://codex-themes.com/thegem/sites/photography-studio/\";s:9:\"demo-link\";s:61:\"http://democontent.codex-themes.com/sites/photography-studio/\";s:9:\"live-link\";s:42:\"https://codex-themes.com/thegem/gem-photo/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/photography-studio/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:41:\"photography portfolio studio photographer\";s:8:\"category\";s:11:\"Photography\";}s:14:\"portfolio-dark\";a:8:{s:5:\"title\";s:14:\"Portfolio Dark\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/sites/portfolio-dark/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/sites/portfolio-dark/\";s:9:\"live-link\";s:54:\"https://codex-themes.com/thegem/splash-portfolio-dark/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/portfolio-dark/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:48:\"portfolio dark photography creative clean modern\";s:8:\"category\";s:9:\"Portfolio\";}s:15:\"portfolio-light\";a:8:{s:5:\"title\";s:15:\"Portfolio Light\";s:4:\"link\";s:54:\"https://codex-themes.com/thegem/sites/portfolio-light/\";s:9:\"demo-link\";s:58:\"http://democontent.codex-themes.com/sites/portfolio-light/\";s:9:\"live-link\";s:58:\"https://codex-themes.com/thegem/splash-portfolio-light-02/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/portfolio-light/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:48:\"portfolio dark photography creative clean modern\";s:8:\"category\";s:9:\"Portfolio\";}s:11:\"shop-nature\";a:8:{s:5:\"title\";s:16:\"Home & Body Shop\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/shop-nature/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/shop-nature/\";s:9:\"live-link\";s:44:\"https://codex-themes.com/thegem/nature-shop/\";s:5:\"image\";s:75:\"//democontent.codex-themes.com/sites-democontent/shop-nature/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:49:\"home body shop online store woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:12:\"shop-landing\";a:8:{s:5:\"title\";s:12:\"Shop Landing\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/shop-landing/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/shop-landing/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/shop-landing/\";s:5:\"image\";s:76:\"//democontent.codex-themes.com/sites-democontent/shop-landing/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:55:\"shop landing fashion store online woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:13:\"shop-lookbook\";a:8:{s:5:\"title\";s:15:\"Shop & Lookbook\";s:4:\"link\";s:52:\"https://codex-themes.com/thegem/sites/shop-lookbook/\";s:9:\"demo-link\";s:56:\"http://democontent.codex-themes.com/sites/shop-lookbook/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/home/shop-02/\";s:5:\"image\";s:77:\"//democontent.codex-themes.com/sites-democontent/shop-lookbook/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:56:\"shop lookbook fashion store online woocommerce ecommerce\";s:8:\"category\";s:4:\"Shop\";}s:21:\"shop-lookbook-landing\";a:8:{s:5:\"title\";s:16:\"Lookbook Landing\";s:4:\"link\";s:60:\"https://codex-themes.com/thegem/sites/shop-lookbook-landing/\";s:9:\"demo-link\";s:64:\"http://democontent.codex-themes.com/sites/shop-lookbook-landing/\";s:9:\"live-link\";s:54:\"https://codex-themes.com/thegem/home/lookbook-landing/\";s:5:\"image\";s:85:\"//democontent.codex-themes.com/sites-democontent/shop-lookbook-landing/screenshot.jpg\";s:11:\"woocommerce\";i:1;s:8:\"keywords\";s:65:\"lookbook landing shop fashion online store woocommerce ecommerce \";s:8:\"category\";s:4:\"Shop\";}s:15:\"construction-01\";a:10:{s:5:\"title\";s:20:\"Construction Company\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/construction/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/construction/\";s:9:\"live-link\";s:51:\"https://codex-themes.com/thegem/sites/construction/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/construction-01/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:38:\"construction building company business\";s:8:\"category\";s:32:\"Other/Construction & Real Estate\";s:19:\"import_without_main\";i:1;}s:15:\"construction-02\";a:8:{s:5:\"title\";s:21:\"Construction Business\";s:4:\"link\";s:76:\"https://codex-themes.com/thegem/sites/construction/home/home-construction-2/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/construction/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/construction-page-01/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/construction-02/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:38:\"construction building company business\";s:8:\"category\";s:32:\"Other/Construction & Real Estate\";}s:15:\"sparta-interior\";a:8:{s:5:\"title\";s:23:\"Interior & Architecture\";s:4:\"link\";s:54:\"https://codex-themes.com/thegem/sites/sparta-interior/\";s:9:\"demo-link\";s:58:\"http://democontent.codex-themes.com/sites/sparta-interior/\";s:9:\"live-link\";s:48:\"https://codex-themes.com/thegem/interior-sparta/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/sparta-interior/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:49:\"interior architecture design business real estate\";s:8:\"category\";s:32:\"Other/Construction & Real Estate\";}s:19:\"business-consulting\";a:8:{s:5:\"title\";s:19:\"Business Consulting\";s:4:\"link\";s:58:\"https://codex-themes.com/thegem/sites/business-consulting/\";s:9:\"demo-link\";s:62:\"http://democontent.codex-themes.com/sites/business-consulting/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/home/business-03/\";s:5:\"image\";s:83:\"//democontent.codex-themes.com/sites-democontent/business-consulting/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:37:\"business consulting corporate company\";s:8:\"category\";s:8:\"Business\";}s:18:\"business-corporate\";a:8:{s:5:\"title\";s:18:\"Business Corporate\";s:4:\"link\";s:57:\"https://codex-themes.com/thegem/sites/business-corporate/\";s:9:\"demo-link\";s:61:\"http://democontent.codex-themes.com/sites/business-corporate/\";s:9:\"live-link\";s:50:\"https://codex-themes.com/thegem/home/business-1-2/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/business-corporate/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:37:\"business corporate consulting company\";s:8:\"category\";s:8:\"Business\";}s:18:\"business-solutions\";a:8:{s:5:\"title\";s:18:\"Business Solutions\";s:4:\"link\";s:57:\"https://codex-themes.com/thegem/sites/business-solutions/\";s:9:\"demo-link\";s:61:\"http://democontent.codex-themes.com/sites/business-solutions/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/home/business-06/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/business-solutions/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:47:\"business solutions consulting corporate company\";s:8:\"category\";s:8:\"Business\";}s:14:\"business-light\";a:8:{s:5:\"title\";s:14:\"Business Light\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/sites/business-light/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/sites/business-light/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/home/business-04/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/business-light/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:43:\"business light consulting corporate company\";s:8:\"category\";s:8:\"Business\";}s:21:\"business-multipurpose\";a:8:{s:5:\"title\";s:21:\"Business Multipurpose\";s:4:\"link\";s:60:\"https://codex-themes.com/thegem/sites/business-multipurpose/\";s:9:\"demo-link\";s:64:\"http://democontent.codex-themes.com/sites/business-multipurpose/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/home/business-01/\";s:5:\"image\";s:85:\"//democontent.codex-themes.com/sites-democontent/business-multipurpose/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:50:\"business multipurpose consulting corporate company\";s:8:\"category\";s:8:\"Business\";}s:15:\"banking-finance\";a:8:{s:5:\"title\";s:15:\"Banking Finance\";s:4:\"link\";s:54:\"https://codex-themes.com/thegem/sites/banking-finance/\";s:9:\"demo-link\";s:58:\"http://democontent.codex-themes.com/sites/banking-finance/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/home/business-05/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/banking-finance/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:53:\"banking finance business consulting corporate company\";s:8:\"category\";s:8:\"Business\";}s:9:\"logistics\";a:8:{s:5:\"title\";s:16:\"TheGem Logistics\";s:4:\"link\";s:48:\"https://codex-themes.com/thegem/sites/logistics/\";s:9:\"demo-link\";s:52:\"http://democontent.codex-themes.com/sites/logistics/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/logistics-02/\";s:5:\"image\";s:73:\"//democontent.codex-themes.com/sites-democontent/logistics/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:57:\"logistics transportation shipping transport cargo freight\";s:8:\"category\";s:31:\"Other/Logistic & Transportation\";}s:18:\"logistic-transport\";a:8:{s:5:\"title\";s:20:\"Transport & Logistic\";s:4:\"link\";s:57:\"https://codex-themes.com/thegem/sites/logistic-transport/\";s:9:\"demo-link\";s:61:\"http://democontent.codex-themes.com/sites/logistic-transport/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/logistics-01/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/logistic-transport/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:57:\"logistics transportation shipping transport cargo freight\";s:8:\"category\";s:31:\"Other/Logistic & Transportation\";}s:26:\"onepagers/agency-one-pager\";a:9:{s:5:\"title\";s:15:\"Creative Agency\";s:4:\"link\";s:49:\"https://codex-themes.com/thegem/agency-one-pager/\";s:9:\"demo-link\";s:69:\"http://democontent.codex-themes.com/sites/onepagers/agency-one-pager/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/agency-one-pager/\";s:5:\"image\";s:90:\"//democontent.codex-themes.com/sites-democontent/onepagers/agency-one-pager/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:67:\"onepager one pager creative agency digital company webdesign studio\";s:8:\"category\";s:6:\"Agency\";s:19:\"import_without_main\";i:1;}s:25:\"onepagers/media-one-pager\";a:10:{s:5:\"title\";s:13:\"TheGem Agency\";s:4:\"link\";s:48:\"https://codex-themes.com/thegem/media-one-pager/\";s:9:\"demo-link\";s:68:\"http://democontent.codex-themes.com/sites/onepagers/media-one-pager/\";s:9:\"live-link\";s:48:\"https://codex-themes.com/thegem/media-one-pager/\";s:5:\"image\";s:89:\"//democontent.codex-themes.com/sites-democontent/onepagers/media-one-pager/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:67:\"onepager one pager creative agency digital company webdesign studio\";s:8:\"category\";s:6:\"Agency\";s:19:\"import_without_main\";i:1;}s:23:\"onepagers/app-one-pager\";a:9:{s:5:\"title\";s:13:\"App One-Pager\";s:4:\"link\";s:46:\"https://codex-themes.com/thegem/app-one-pager/\";s:9:\"demo-link\";s:66:\"http://democontent.codex-themes.com/sites/onepagers/app-one-pager/\";s:9:\"live-link\";s:46:\"https://codex-themes.com/thegem/app-one-pager/\";s:5:\"image\";s:87:\"//democontent.codex-themes.com/sites-democontent/onepagers/app-one-pager/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:30:\"app onepager one pager landing\";s:8:\"category\";s:9:\"APP & ICO\";s:19:\"import_without_main\";i:1;}s:27:\"onepagers/charity-one-pager\";a:9:{s:5:\"title\";s:28:\"Charity, Non-Profit Onepager\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/charity-one-pager/\";s:9:\"demo-link\";s:70:\"http://democontent.codex-themes.com/sites/onepagers/charity-one-pager/\";s:9:\"live-link\";s:50:\"https://codex-themes.com/thegem/charity-one-pager/\";s:5:\"image\";s:91:\"//democontent.codex-themes.com/sites-democontent/onepagers/charity-one-pager/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:40:\"charity, non-profit, onepager, one pager\";s:8:\"category\";s:33:\"Other/Church, Charity, Non-Profit\";s:19:\"import_without_main\";i:1;}s:31:\"onepagers/thegem-church-onepage\";a:9:{s:5:\"title\";s:22:\"Modern Church Onepager\";s:4:\"link\";s:54:\"https://codex-themes.com/thegem/thegem-church-onepage/\";s:9:\"demo-link\";s:74:\"http://democontent.codex-themes.com/sites/onepagers/thegem-church-onepage/\";s:9:\"live-link\";s:54:\"https://codex-themes.com/thegem/thegem-church-onepage/\";s:5:\"image\";s:95:\"//democontent.codex-themes.com/sites-democontent/onepagers/thegem-church-onepage/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:30:\"church modern onepager charity\";s:8:\"category\";s:33:\"Other/Church, Charity, Non-Profit\";s:19:\"import_without_main\";i:1;}s:24:\"onepagers/event-one-page\";a:9:{s:5:\"title\";s:19:\"Business & IT Event\";s:4:\"link\";s:47:\"https://codex-themes.com/thegem/event-one-page/\";s:9:\"demo-link\";s:67:\"http://democontent.codex-themes.com/sites/onepagers/event-one-page/\";s:9:\"live-link\";s:47:\"https://codex-themes.com/thegem/event-one-page/\";s:5:\"image\";s:88:\"//democontent.codex-themes.com/sites-democontent/onepagers/event-one-page/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:43:\"event business it onepager one page landing\";s:8:\"category\";s:12:\"Other/Events\";s:19:\"import_without_main\";i:1;}s:24:\"onepagers/gem-cryptocoin\";a:10:{s:5:\"title\";s:28:\"Cryptocurrency & ICO Landing\";s:4:\"link\";s:47:\"https://codex-themes.com/thegem/gem-cryptocoin/\";s:9:\"demo-link\";s:67:\"http://democontent.codex-themes.com/sites/onepagers/gem-cryptocoin/\";s:9:\"live-link\";s:47:\"https://codex-themes.com/thegem/gem-cryptocoin/\";s:5:\"image\";s:88:\"//democontent.codex-themes.com/sites-democontent/onepagers/gem-cryptocoin/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:54:\"ico cryptocurrency landing onepager one pager business\";s:8:\"category\";s:9:\"APP & ICO\";s:14:\"required_child\";s:23:\"thegem-cryptocoin-child\";s:19:\"import_without_main\";i:1;}s:18:\"onepagers/gem-coin\";a:10:{s:5:\"title\";s:29:\"Gemcoin, ICO & Cryptocurrency\";s:4:\"link\";s:41:\"https://codex-themes.com/thegem/gem-coin/\";s:9:\"demo-link\";s:61:\"http://democontent.codex-themes.com/sites/onepagers/gem-coin/\";s:9:\"live-link\";s:41:\"https://codex-themes.com/thegem/gem-coin/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/onepagers/gem-coin/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:54:\"ico cryptocurrency landing onepager one pager business\";s:8:\"category\";s:9:\"APP & ICO\";s:14:\"required_child\";s:17:\"thegem-coin-child\";s:19:\"import_without_main\";i:1;}s:25:\"onepagers/product-landing\";a:9:{s:5:\"title\";s:16:\"Creative Landing\";s:4:\"link\";s:48:\"https://codex-themes.com/thegem/product-landing/\";s:9:\"demo-link\";s:68:\"http://democontent.codex-themes.com/sites/onepagers/product-landing/\";s:9:\"live-link\";s:48:\"https://codex-themes.com/thegem/product-landing/\";s:5:\"image\";s:89:\"//democontent.codex-themes.com/sites-democontent/onepagers/product-landing/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:34:\"landing creative onepager one page\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:28:\"onepagers/handyman-one-pager\";a:9:{s:5:\"title\";s:31:\"Handyman & Electrician Services\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/handyman-one-pager/\";s:9:\"demo-link\";s:71:\"http://democontent.codex-themes.com/sites/onepagers/handyman-one-pager/\";s:9:\"live-link\";s:51:\"https://codex-themes.com/thegem/handyman-one-pager/\";s:5:\"image\";s:92:\"//democontent.codex-themes.com/sites-democontent/onepagers/handyman-one-pager/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:57:\"handyman electrician service craftsman onepager one pager\";s:8:\"category\";s:23:\"Other/Handyman Services\";s:19:\"import_without_main\";i:1;}s:12:\"agency-raven\";a:8:{s:5:\"title\";s:13:\"Agency Bright\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/agency-raven/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/thegem-raven/\";s:9:\"live-link\";s:45:\"https://codex-themes.com/thegem/agency-raven/\";s:5:\"image\";s:76:\"//democontent.codex-themes.com/sites-democontent/agency-raven/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:39:\"agency bright digital company webdesign\";s:8:\"category\";s:6:\"Agency\";}s:11:\"agency-dark\";a:8:{s:5:\"title\";s:11:\"Agency Dark\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/agency-dark/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/agency-dark/\";s:9:\"live-link\";s:44:\"https://codex-themes.com/thegem/agency-dark/\";s:5:\"image\";s:75:\"//democontent.codex-themes.com/sites-democontent/agency-dark/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:37:\"agency dark digital company webdesign\";s:8:\"category\";s:6:\"Agency\";}s:12:\"agency-media\";a:8:{s:5:\"title\";s:12:\"Media Agency\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/agency-media/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/agency-media/\";s:9:\"live-link\";s:49:\"https://codex-themes.com/thegem/agency-mountains/\";s:5:\"image\";s:76:\"//democontent.codex-themes.com/sites-democontent/agency-media/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:38:\"media agency digital company webdesign\";s:8:\"category\";s:6:\"Agency\";}s:21:\"thegem-music-festival\";a:9:{s:5:\"title\";s:11:\"Music Event\";s:4:\"link\";s:54:\"https://codex-themes.com/thegem/thegem-music-festival/\";s:9:\"demo-link\";s:77:\"http://democontent.codex-themes.com/thegem-events/home/thegem-music-festival/\";s:9:\"live-link\";s:54:\"https://codex-themes.com/thegem/thegem-music-festival/\";s:5:\"image\";s:85:\"//democontent.codex-themes.com/sites-democontent/thegem-music-festival/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:38:\"music event fullscreen vertical slider\";s:8:\"category\";s:12:\"Other/Events\";s:19:\"import_without_main\";i:1;}s:13:\"thegem-church\";a:9:{s:5:\"title\";s:13:\"TheGem Church\";s:4:\"link\";s:39:\"https://codex-themes.com/thegem/church/\";s:9:\"demo-link\";s:73:\"http://democontent.codex-themes.com/thegem-church/homepage-thegem-church/\";s:9:\"live-link\";s:39:\"https://codex-themes.com/thegem/church/\";s:5:\"image\";s:77:\"//democontent.codex-themes.com/sites-democontent/thegem-church/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:25:\"church non-profit charity\";s:8:\"category\";s:33:\"Other/Church, Charity, Non-Profit\";s:19:\"import_without_main\";i:1;}s:20:\"thegem-blog-creative\";a:9:{s:5:\"title\";s:13:\"Creative Blog\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/bloggers/bloggers-04/\";s:9:\"demo-link\";s:48:\"http://democontent.codex-themes.com/thegem-blog/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/bloggers/bloggers-04/\";s:5:\"image\";s:84:\"//democontent.codex-themes.com/sites-democontent/thegem-blog-creative/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:30:\"blog creative magazine blogger\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:19:\"thegem-blog-elegant\";a:9:{s:5:\"title\";s:12:\"Elegant Blog\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/bloggers/bloggers-03/\";s:9:\"demo-link\";s:48:\"http://democontent.codex-themes.com/thegem-blog/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/bloggers/bloggers-03/\";s:5:\"image\";s:83:\"//democontent.codex-themes.com/sites-democontent/thegem-blog-elegant/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:29:\"blog elegant magazine blogger\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:18:\"thegem-blog-modern\";a:9:{s:5:\"title\";s:11:\"Modern Blog\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/bloggers/bloggers-01/\";s:9:\"demo-link\";s:48:\"http://democontent.codex-themes.com/thegem-blog/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/bloggers/bloggers-01/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/thegem-blog-modern/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:28:\"blog modern magazine blogger\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:22:\"thegem-blog-grid-based\";a:9:{s:5:\"title\";s:15:\"Grid-Based Blog\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/bloggers/bloggers-02/\";s:9:\"demo-link\";s:48:\"http://democontent.codex-themes.com/thegem-blog/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/bloggers/bloggers-02/\";s:5:\"image\";s:86:\"//democontent.codex-themes.com/sites-democontent/thegem-blog-grid-based/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:32:\"blog grid-based magazine blogger\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:18:\"thegem-coming-soon\";a:9:{s:5:\"title\";s:11:\"Coming Soon\";s:4:\"link\";s:44:\"https://codex-themes.com/thegem/coming-soon/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/thegem-coming-soon/\";s:9:\"live-link\";s:44:\"https://codex-themes.com/thegem/coming-soon/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/thegem-coming-soon/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:11:\"coming soon\";s:8:\"category\";s:17:\"Other/Coming Soon\";s:19:\"import_without_main\";i:1;}s:22:\"thegem-creative-bright\";a:9:{s:5:\"title\";s:15:\"Creative Bright\";s:4:\"link\";s:62:\"https://codex-themes.com/thegem/home/splash-creative-light-01/\";s:9:\"demo-link\";s:52:\"http://democontent.codex-themes.com/thegem-creative/\";s:9:\"live-link\";s:62:\"https://codex-themes.com/thegem/home/splash-creative-light-01/\";s:5:\"image\";s:86:\"//democontent.codex-themes.com/sites-democontent/thegem-creative-bright/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:22:\"creative bright agency\";s:8:\"category\";s:8:\"Creative\";s:19:\"import_without_main\";i:1;}s:20:\"thegem-creative-dark\";a:9:{s:5:\"title\";s:13:\"Creative Dark\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/splash-creative-dark/\";s:9:\"demo-link\";s:52:\"http://democontent.codex-themes.com/thegem-creative/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/splash-creative-dark/\";s:5:\"image\";s:84:\"//democontent.codex-themes.com/sites-democontent/thegem-creative-dark/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:20:\"creative dark agency\";s:8:\"category\";s:8:\"Creative\";s:19:\"import_without_main\";i:1;}s:21:\"thegem-creative-light\";a:9:{s:5:\"title\";s:14:\"Creative Light\";s:4:\"link\";s:62:\"https://codex-themes.com/thegem/home/splash-creative-light-02/\";s:9:\"demo-link\";s:52:\"http://democontent.codex-themes.com/thegem-creative/\";s:9:\"live-link\";s:62:\"https://codex-themes.com/thegem/home/splash-creative-light-02/\";s:5:\"image\";s:85:\"//democontent.codex-themes.com/sites-democontent/thegem-creative-light/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:21:\"creative light agency\";s:8:\"category\";s:8:\"Creative\";s:19:\"import_without_main\";i:1;}s:22:\"thegem-landing-classic\";a:9:{s:5:\"title\";s:15:\"Classic Landing\";s:4:\"link\";s:52:\"https://codex-themes.com/thegem/home/landing-page-3/\";s:9:\"demo-link\";s:52:\"http://democontent.codex-themes.com/thegem-landings/\";s:9:\"live-link\";s:52:\"https://codex-themes.com/thegem/home/landing-page-3/\";s:5:\"image\";s:86:\"//democontent.codex-themes.com/sites-democontent/thegem-landing-classic/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:15:\"landing classic\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:35:\"thegem-landing-fullscreen-scrolling\";a:10:{s:5:\"title\";s:20:\"Fullscreen Scrolling\";s:4:\"link\";s:68:\"https://codex-themes.com/thegem/splash-fullscreen-vertical-slider-1/\";s:9:\"demo-link\";s:52:\"http://democontent.codex-themes.com/thegem-landings/\";s:9:\"live-link\";s:68:\"https://codex-themes.com/thegem/splash-fullscreen-vertical-slider-1/\";s:5:\"image\";s:99:\"//democontent.codex-themes.com/sites-democontent/thegem-landing-fullscreen-scrolling/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:46:\"fullscreen vertical scrolling creative landing\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:40:\"thegem-landing-fullscreen-scrolling-flat\";a:9:{s:5:\"title\";s:25:\"Fullscreen Scrolling Flat\";s:4:\"link\";s:68:\"https://codex-themes.com/thegem/splash-fullscreen-vertical-slider-2/\";s:9:\"demo-link\";s:51:\"http://democontent.codex-themes.com/thegem-landings\";s:9:\"live-link\";s:68:\"https://codex-themes.com/thegem/splash-fullscreen-vertical-slider-2/\";s:5:\"image\";s:104:\"//democontent.codex-themes.com/sites-democontent/thegem-landing-fullscreen-scrolling-flat/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:46:\"fullscreen vertical scrolling creative landing\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:22:\"thegem-landing-product\";a:10:{s:5:\"title\";s:15:\"Product Landing\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/product-landing-3/\";s:9:\"demo-link\";s:52:\"http://democontent.codex-themes.com/thegem-landings/\";s:9:\"live-link\";s:50:\"https://codex-themes.com/thegem/product-landing-3/\";s:5:\"image\";s:86:\"//democontent.codex-themes.com/sites-democontent/thegem-landing-product/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:15:\"product landing\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:23:\"thegem-portfolio-bright\";a:9:{s:5:\"title\";s:16:\"Portfolio Bright\";s:4:\"link\";s:55:\"https://codex-themes.com/thegem/splash-portfolio-light/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/thegem-portfolios/\";s:9:\"live-link\";s:55:\"https://codex-themes.com/thegem/splash-portfolio-light/\";s:5:\"image\";s:87:\"//democontent.codex-themes.com/sites-democontent/thegem-portfolio-bright/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:28:\"portfolio bright photography\";s:8:\"category\";s:9:\"Portfolio\";s:19:\"import_without_main\";i:1;}s:29:\"thegem-portfolio-minimalistic\";a:9:{s:5:\"title\";s:22:\"Portfolio Minimalistic\";s:4:\"link\";s:55:\"https://codex-themes.com/thegem/portfolio-minimalistic/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/thegem-portfolios/\";s:9:\"live-link\";s:55:\"https://codex-themes.com/thegem/portfolio-minimalistic/\";s:5:\"image\";s:93:\"//democontent.codex-themes.com/sites-democontent/thegem-portfolio-minimalistic/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:34:\"portfolio minimalistic photography\";s:8:\"category\";s:9:\"Portfolio\";s:19:\"import_without_main\";i:1;}s:14:\"thegem-charity\";a:9:{s:5:\"title\";s:26:\"TheGem Charity, Non-Profit\";s:4:\"link\";s:58:\"https://codex-themes.com/thegem/thegem-charity-non-profit/\";s:9:\"demo-link\";s:79:\"http://democontent.codex-themes.com/thegem-charity/home/homepage-thegem-church/\";s:9:\"live-link\";s:58:\"https://codex-themes.com/thegem/thegem-charity-non-profit/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/thegem-charity/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:25:\"charity non-profit church\";s:8:\"category\";s:33:\"Other/Church, Charity, Non-Profit\";s:19:\"import_without_main\";i:1;}s:11:\"thegem-apps\";a:9:{s:5:\"title\";s:11:\"App Landing\";s:4:\"link\";s:43:\"https://codex-themes.com/thegem/thegem-app/\";s:9:\"demo-link\";s:74:\"http://democontent.codex-themes.com/thegem-apps/home/homepage-app-landing/\";s:9:\"live-link\";s:43:\"https://codex-themes.com/thegem/thegem-app/\";s:5:\"image\";s:75:\"//democontent.codex-themes.com/sites-democontent/thegem-apps/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:11:\"app landing\";s:8:\"category\";s:9:\"APP & ICO\";s:19:\"import_without_main\";i:1;}s:18:\"thegem-ico-landing\";a:9:{s:5:\"title\";s:18:\"TheGem ICO Landing\";s:4:\"link\";s:36:\"https://codex-themes.com/thegem/ico/\";s:9:\"demo-link\";s:68:\"http://democontent.codex-themes.com/thegem/home/apps-landings/ico-1/\";s:9:\"live-link\";s:36:\"https://codex-themes.com/thegem/ico/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/thegem-ico-landing/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:28:\"ico landing cryptocurrencies\";s:8:\"category\";s:9:\"APP & ICO\";s:19:\"import_without_main\";i:1;}s:19:\"thegem-quickfinders\";a:9:{s:5:\"title\";s:19:\"Thegem Quickfinders\";s:4:\"link\";s:76:\"https://codex-themes.com/thegem/pages/services-quickfinders/quickfinders-01/\";s:9:\"demo-link\";s:56:\"http://democontent.codex-themes.com/thegem-quickfinders/\";s:9:\"live-link\";s:76:\"https://codex-themes.com/thegem/pages/services-quickfinders/quickfinders-01/\";s:5:\"image\";s:83:\"//democontent.codex-themes.com/sites-democontent/thegem-quickfinders/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:12:\"quickfinders\";s:8:\"category\";s:18:\"Other/Quickfinders\";s:19:\"import_without_main\";i:1;}s:15:\"thegem-elements\";a:9:{s:5:\"title\";s:15:\"TheGem Elements\";s:4:\"link\";s:52:\"https://codex-themes.com/thegem/elements/typography/\";s:9:\"demo-link\";s:43:\"http://democontent.codex-themes.com/thegem/\";s:9:\"live-link\";s:52:\"https://codex-themes.com/thegem/elements/typography/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/thegem-elements/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:8:\"elements\";s:8:\"category\";s:14:\"Other/Elements\";s:19:\"import_without_main\";i:1;}s:15:\"thegem-about-me\";a:9:{s:5:\"title\";s:15:\"TheGem About Me\";s:4:\"link\";s:59:\"https://codex-themes.com/thegem/pages/about-us/about-me-01/\";s:9:\"demo-link\";s:43:\"http://democontent.codex-themes.com/thegem/\";s:9:\"live-link\";s:59:\"https://codex-themes.com/thegem/pages/about-us/about-me-01/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/thegem-about-me/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:8:\"about me\";s:8:\"category\";s:14:\"Other/About Me\";s:19:\"import_without_main\";i:1;}s:22:\"thegem-lookbook-slider\";a:9:{s:5:\"title\";s:22:\"TheGem Lookbook Slider\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/home/lookbook-slider/\";s:9:\"demo-link\";s:43:\"http://democontent.codex-themes.com/thegem/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/home/lookbook-slider/\";s:5:\"image\";s:86:\"//democontent.codex-themes.com/sites-democontent/thegem-lookbook-slider/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:28:\"lookbook slider shop fashion\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:33:\"thegem-lookbook-fullscreen-slider\";a:9:{s:5:\"title\";s:28:\"Fullscreen Vertical Lookbook\";s:4:\"link\";s:62:\"https://codex-themes.com/thegem/home/lookbook-vertical-slider/\";s:9:\"demo-link\";s:43:\"http://democontent.codex-themes.com/thegem/\";s:9:\"live-link\";s:62:\"https://codex-themes.com/thegem/home/lookbook-vertical-slider/\";s:5:\"image\";s:97:\"//democontent.codex-themes.com/sites-democontent/thegem-lookbook-fullscreen-slider/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:47:\"lookbook shop fashion store fullscreen vertical\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:10:\"thegem-404\";a:9:{s:5:\"title\";s:16:\"TheGem 404 Pages\";s:4:\"link\";s:62:\"https://codex-themes.com/thegem/home/lookbook-vertical-slider/\";s:9:\"demo-link\";s:43:\"http://democontent.codex-themes.com/thegem/\";s:9:\"live-link\";s:62:\"https://codex-themes.com/thegem/home/lookbook-vertical-slider/\";s:5:\"image\";s:74:\"//democontent.codex-themes.com/sites-democontent/thegem-404/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:8:\"keywords\";s:9:\"404 pages\";s:8:\"category\";s:15:\"Other/404 Pages\";s:19:\"import_without_main\";i:1;}s:14:\"lifestyle-blog\";a:10:{s:5:\"title\";s:14:\"Lifestyle Blog\";s:4:\"link\";s:53:\"https://codex-themes.com/thegem/sites/lifestyle-blog/\";s:9:\"demo-link\";s:57:\"http://democontent.codex-themes.com/sites/lifestyle-blog/\";s:9:\"live-link\";s:53:\"https://codex-themes.com/thegem/sites/lifestyle-blog/\";s:5:\"image\";s:78:\"//democontent.codex-themes.com/sites-democontent/lifestyle-blog/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:52:\"lifestyle blog magazine grid advanced online blogger\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:11:\"travel-blog\";a:10:{s:5:\"title\";s:11:\"Travel Blog\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/travel-blog/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/travel-blog/\";s:9:\"live-link\";s:50:\"https://codex-themes.com/thegem/sites/travel-blog/\";s:5:\"image\";s:75:\"//democontent.codex-themes.com/sites-democontent/travel-blog/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:49:\"travel blog magazine grid advanced online blogger\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:12:\"fashion-blog\";a:10:{s:5:\"title\";s:12:\"Fashion Blog\";s:4:\"link\";s:51:\"https://codex-themes.com/thegem/sites/fashion-blog/\";s:9:\"demo-link\";s:55:\"http://democontent.codex-themes.com/sites/fashion-blog/\";s:9:\"live-link\";s:51:\"https://codex-themes.com/thegem/sites/fashion-blog/\";s:5:\"image\";s:76:\"//democontent.codex-themes.com/sites-democontent/fashion-blog/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:50:\"fashion blog magazine grid advanced online blogger\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:21:\"thegem-advanced-grids\";a:10:{s:5:\"title\";s:19:\"Blog Advanced Grids\";s:4:\"link\";s:56:\"https://codex-themes.com/thegem/advanced-grids-overview/\";s:9:\"demo-link\";s:64:\"http://democontent.codex-themes.com/sites/thegem-advanced-grids/\";s:9:\"live-link\";s:56:\"https://codex-themes.com/thegem/advanced-grids-overview/\";s:5:\"image\";s:85:\"//democontent.codex-themes.com/sites-democontent/thegem-advanced-grids/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:18:\"blog advanced grid\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:13:\"news-magazine\";a:10:{s:5:\"title\";s:15:\"Online Magazine\";s:4:\"link\";s:52:\"https://codex-themes.com/thegem/sites/news-magazine/\";s:9:\"demo-link\";s:56:\"http://democontent.codex-themes.com/sites/news-magazine/\";s:9:\"live-link\";s:52:\"https://codex-themes.com/thegem/sites/news-magazine/\";s:5:\"image\";s:77:\"//democontent.codex-themes.com/sites-democontent/news-magazine/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:15:\"online magazine\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:18:\"lifestyle-magazine\";a:10:{s:5:\"title\";s:18:\"Lifestyle Magazine\";s:4:\"link\";s:57:\"https://codex-themes.com/thegem/sites/lifestyle-magazine/\";s:9:\"demo-link\";s:61:\"http://democontent.codex-themes.com/sites/lifestyle-magazine/\";s:9:\"live-link\";s:57:\"https://codex-themes.com/thegem/sites/lifestyle-magazine/\";s:5:\"image\";s:82:\"//democontent.codex-themes.com/sites-democontent/lifestyle-magazine/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:18:\"lifestyle magazine\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:16:\"fashion-magazine\";a:10:{s:5:\"title\";s:16:\"Fashion Magazine\";s:4:\"link\";s:55:\"https://codex-themes.com/thegem/sites/fashion-magazine/\";s:9:\"demo-link\";s:59:\"http://democontent.codex-themes.com/sites/fashion-magazine/\";s:9:\"live-link\";s:55:\"https://codex-themes.com/thegem/sites/fashion-magazine/\";s:5:\"image\";s:80:\"//democontent.codex-themes.com/sites-democontent/fashion-magazine/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:16:\"Fashion Magazine\";s:8:\"category\";s:15:\"Blog & Magazine\";s:19:\"import_without_main\";i:1;}s:11:\"real-estate\";a:10:{s:5:\"title\";s:11:\"Real Estate\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/real-estate/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/real-estate/\";s:9:\"live-link\";s:50:\"https://codex-themes.com/thegem/sites/real-estate/\";s:5:\"image\";s:75:\"//democontent.codex-themes.com/sites-democontent/real-estate/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker hot\">Hot</span>\";s:8:\"keywords\";s:40:\"real estate architecture interior design\";s:8:\"category\";s:32:\"Other/Construction & Real Estate\";s:19:\"import_without_main\";i:1;}s:17:\"digital-marketing\";a:10:{s:5:\"title\";s:17:\"Digital Marketing\";s:4:\"link\";s:56:\"https://codex-themes.com/thegem/sites/digital-marketing/\";s:9:\"demo-link\";s:60:\"http://democontent.codex-themes.com/sites/digital-marketing/\";s:9:\"live-link\";s:56:\"https://codex-themes.com/thegem/sites/digital-marketing/\";s:5:\"image\";s:81:\"//democontent.codex-themes.com/sites-democontent/digital-marketing/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:31:\"digital agency company creative\";s:8:\"category\";s:6:\"Agency\";s:19:\"import_without_main\";i:1;}s:7:\"startup\";a:10:{s:5:\"title\";s:17:\"Start-Up Business\";s:4:\"link\";s:46:\"https://codex-themes.com/thegem/sites/startup/\";s:9:\"demo-link\";s:50:\"http://democontent.codex-themes.com/sites/startup/\";s:9:\"live-link\";s:45:\"http://codex-themes.com/thegem/sites/startup/\";s:5:\"image\";s:71:\"//democontent.codex-themes.com/sites-democontent/startup/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:37:\"business consulting corporate company\";s:8:\"category\";s:8:\"Business\";s:19:\"import_without_main\";i:1;}s:15:\"product-landing\";a:10:{s:5:\"title\";s:26:\"Product Fullscreen Landing\";s:4:\"link\";s:54:\"https://codex-themes.com/thegem/sites/product-landing/\";s:9:\"demo-link\";s:58:\"http://democontent.codex-themes.com/sites/product-landing/\";s:9:\"live-link\";s:53:\"http://codex-themes.com/thegem/sites/product-landing/\";s:5:\"image\";s:79:\"//democontent.codex-themes.com/sites-democontent/product-landing/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:26:\"product fullscreen landing\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:11:\"app-landing\";a:10:{s:5:\"title\";s:22:\"App Fullscreen Landing\";s:4:\"link\";s:50:\"https://codex-themes.com/thegem/sites/app-landing/\";s:9:\"demo-link\";s:54:\"http://democontent.codex-themes.com/sites/app-landing/\";s:9:\"live-link\";s:49:\"http://codex-themes.com/thegem/sites/app-landing/\";s:5:\"image\";s:75:\"//democontent.codex-themes.com/sites-democontent/app-landing/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:22:\"app fullscreen landing\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}s:21:\"thegem-blocks-landing\";a:10:{s:5:\"title\";s:14:\"Blocks Landing\";s:4:\"link\";s:47:\"https://codex-themes.com/thegem/blocks-landing/\";s:9:\"demo-link\";s:58:\"http://democontent.codex-themes.com/thegem-blocks-landing/\";s:9:\"live-link\";s:47:\"https://codex-themes.com/thegem/blocks-landing/\";s:5:\"image\";s:85:\"//democontent.codex-themes.com/sites-democontent/thegem-blocks-landing/screenshot.jpg\";s:11:\"woocommerce\";i:0;s:6:\"marker\";s:35:\"<span class=\"marker new\">New</span>\";s:8:\"keywords\";s:19:\"demo landing blocks\";s:8:\"category\";s:7:\"Landing\";s:19:\"import_without_main\";i:1;}}','yes'),(205,'thegem_importer_data','a:8:{s:5:\"title\";s:18:\"TheGem ICO Landing\";s:8:\"live_url\";s:36:\"https://codex-themes.com/thegem/ico/\";s:11:\"uploads_url\";s:61:\"http://democontent.codex-themes.com/thegem/wp-content/uploads\";s:9:\"theme_url\";s:67:\"http://democontent.codex-themes.com/thegem/wp-content/themes/thegem\";s:7:\"sliders\";a:8:{s:24:\"about-us-page-1-animated\";s:109:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/sliders/about-us-page-1-animated.zip\";s:24:\"about-us-page-2-animated\";s:109:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/sliders/about-us-page-2-animated.zip\";s:22:\"contact-us-01-animated\";s:107:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/sliders/contact-us-01-animated.zip\";s:14:\"SIMPLE PROJECT\";s:99:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/sliders/simple-project.zip\";s:17:\"galleries-page-01\";s:102:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/sliders/galleries-page-01.zip\";s:17:\"galleries-page-02\";s:102:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/sliders/galleries-page-02.zip\";s:17:\"galleries-page-03\";s:102:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/sliders/galleries-page-03.zip\";s:21:\"Blog masonry 3x light\";s:106:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/sliders/blog-masonry-3x-light.zip\";}s:5:\"menus\";a:3:{s:7:\"primary\";s:9:\"main-menu\";s:6:\"footer\";s:11:\"footer-menu\";s:8:\"top_area\";s:13:\"top-area-menu\";}s:8:\"homepage\";s:28:\"Homepage: TheGem ICO Landing\";s:5:\"image\";s:87:\"http://democontent.codex-themes.com/sites-democontent/thegem-ico-landing/screenshot.jpg\";}','yes'),(206,'thegem_importer_selection','a:8:{s:6:\"import\";s:18:\"thegem-ico-landing\";s:11:\"import_type\";s:4:\"part\";s:18:\"import_part_select\";a:2:{i:0;s:92:\"6990,6988,8172,8188,8176,7345,7344,7339,23843,23375,23842,23841,23840,23833,23832,22991,6981\";i:1;s:893:\"23155,7504,5075,22669,22653,22652,22651,22650,22645,22644,23843,23375,23842,23841,23840,19858,22378,22309,6267,23429,9885,9887,9889,9891,9893,9901,9895,9899,9903,9897,9909,9905,9907,9911,10720,6376,22375,22311,23435,9956,9958,9960,9964,9962,10005,9968,9970,9972,9974,5956,22374,22313,6144,6142,6140,6134,6136,2520,6407,22373,22315,23443,9655,9653,9651,9649,9647,9645,9643,9641,22372,22317,2521,22371,22319,23446,6466,22370,22321,6503,6505,6507,6499,6501,6441,22369,22323,6567,23447,22368,22325,22367,22327,6450,6456,6454,6452,6449,6448,6447,6446,6444,6445,22366,22329,6081,6108,22365,22331,18251,22337,18248,22333,18246,22363,18245,22357,18194,22339,18193,22353,18192,22341,18191,22343,18190,22345,18189,22349,18187,22351,18188,22359,18186,22355,2243,2244,7224,2237,4898,2236,4893,2238,4883,2239,23833,23832,4961,18185,22361,18184,22347,5144,5143,5142,5141,5137,5136,5135,5133,18183,22335,7600\";}s:20:\"import_theme_options\";i:0;s:18:\"import_rev_sliders\";s:1:\"1\";s:12:\"import_media\";s:1:\"1\";s:8:\"site_url\";s:19:\"https://beetcrm.com\";s:6:\"action\";s:33:\"thegem_importer_get_import_step_3\";}','yes'),(207,'thegem_importer_progress','a:3:{s:7:\"current\";i:10;s:3:\"max\";i:0;s:5:\"total\";i:180;}','yes'),(208,'thegem_importer_attachments_data','a:2031:{i:46;s:24:\"/2016/01/footer-logo.png\";i:90;s:18:\"/2016/01/alert.png\";i:133;s:35:\"/2016/01/Faces-400x400px-1_1_31.jpg\";i:135;s:35:\"/2016/01/Faces-400x400px-1_1_29.jpg\";i:137;s:35:\"/2016/01/Faces-400x400px-1_1_22.jpg\";i:138;s:35:\"/2016/01/Faces-400x400px-1_1_21.jpg\";i:139;s:35:\"/2016/01/Faces-400x400px-1_1_20.jpg\";i:141;s:35:\"/2016/01/Faces-400x400px-1_1_18.jpg\";i:142;s:35:\"/2016/01/Faces-400x400px-1_1_11.jpg\";i:143;s:35:\"/2016/01/Faces-400x400px-1_1_09.jpg\";i:144;s:35:\"/2016/01/Faces-400x400px-1_1_07.jpg\";i:145;s:32:\"/2016/01/Faces-400x400px-1_1.jpg\";i:208;s:31:\"/2016/01/custom-headings_bg.png\";i:243;s:37:\"/2016/01/buttons_title_background.png\";i:385;s:40:\"/2016/01/left_right_icons_background.png\";i:489;s:18:\"/2016/01/stb-2.png\";i:490;s:18:\"/2016/01/stb-1.png\";i:569;s:29:\"/2016/01/space_background.jpg\";i:579;s:28:\"/2016/01/buy_thegem_logo.png\";i:674;s:16:\"/2016/01/own.png\";i:676;s:16:\"/2016/01/nat.png\";i:677;s:17:\"/2016/01/note.png\";i:678;s:20:\"/2016/01/profile.png\";i:679;s:19:\"/2016/01/ticket.png\";i:680;s:19:\"/2016/01/shield.png\";i:681;s:17:\"/2016/01/flag.png\";i:682;s:16:\"/2016/01/tag.png\";i:683;s:20:\"/2016/01/capsule.png\";i:684;s:16:\"/2016/01/box.png\";i:687;s:18:\"/2016/01/set-1.png\";i:751;s:18:\"/2016/01/text1.png\";i:802;s:21:\"/2016/01/text-img.png\";i:810;s:23:\"/2016/01/text-img-1.png\";i:877;s:39:\"/2016/01/buttons_title_background-1.png\";i:1061;s:37:\"/2016/01/city_alertbox_background.jpg\";i:1080;s:25:\"/2016/01/Alert-Box-01.jpg\";i:1084;s:25:\"/2016/01/Alert-Box-02.jpg\";i:1097;s:23:\"/2016/01/text-box-1.png\";i:1106;s:23:\"/2016/01/Untitled-3.jpg\";i:1156;s:23:\"/2016/01/text_bg1_1.png\";i:1157;s:23:\"/2016/01/text_bg3_3.png\";i:1158;s:23:\"/2016/01/text_bg2_2.png\";i:1170;s:23:\"/2016/01/text_bg4_4.png\";i:1179;s:23:\"/2016/01/text_bg5_5.png\";i:1218;s:25:\"/2016/01/Alert-Box-03.jpg\";i:1222;s:21:\"/2016/01/text_bg6.png\";i:1253;s:26:\"/2016/01/Typography-01.jpg\";i:1254;s:28:\"/2016/01/Typography-02-1.jpg\";i:1273;s:25:\"/2016/01/Alert-Box-04.jpg\";i:1274;s:46:\"/2016/01/fullwidth_thegem_logo_transparent.png\";i:1287;s:42:\"/2016/01/thegem_logo_white_transparent.png\";i:1392;s:50:\"/2016/01/city_alertbox_with_picture_background.png\";i:1402;s:16:\"/2016/01/sea.png\";i:1412;s:21:\"/2016/01/medusa-1.jpg\";i:1498;s:26:\"/2016/01/bg_text_block.png\";i:1545;s:41:\"/2016/01/thegem_logo_gold_transparent.png\";i:1552;s:25:\"/2016/01/Alert-Box-05.jpg\";i:1740;s:43:\"/2016/01/counters_page_green_background.png\";i:1797;s:22:\"/2016/01/Back-Blue.png\";i:1823;s:19:\"/2016/01/Bamboo.jpg\";i:1856;s:28:\"/2016/01/Styled-Boxes-09.jpg\";i:1857;s:28:\"/2016/01/Styled-Boxes-08.jpg\";i:1858;s:28:\"/2016/01/Styled-Boxes-07.jpg\";i:1859;s:28:\"/2016/01/Styled-Boxes-06.jpg\";i:1860;s:28:\"/2016/01/Styled-Boxes-05.jpg\";i:1861;s:28:\"/2016/01/Styled-Boxes-04.jpg\";i:1862;s:28:\"/2016/01/Styled-Boxes-03.jpg\";i:1863;s:28:\"/2016/01/Styled-Boxes-02.jpg\";i:1864;s:28:\"/2016/01/Styled-Boxes-01.jpg\";i:1914;s:43:\"/2016/01/counters_page_rocks_background.jpg\";i:1935;s:19:\"/2016/01/Faces1.png\";i:1940;s:21:\"/2016/01/lists-bg.png\";i:2062;s:16:\"/2016/01/bag.jpg\";i:2078;s:31:\"/2016/01/pricing-table-cta1.png\";i:2088;s:16:\"/2016/01/pt2.jpg\";i:2089;s:16:\"/2016/01/pt1.jpg\";i:2091;s:16:\"/2016/01/pt3.jpg\";i:2122;s:47:\"/2016/01/counters_page_smallrock_background.jpg\";i:2124;s:31:\"/2016/01/pricing-table-cta2.png\";i:2164;s:17:\"/2016/01/logo.png\";i:2234;s:62:\"/2016/01/landscape-mountains-nature-clouds-e1454660522464.jpeg\";i:2235;s:61:\"/2016/01/snow-landscape-mountains-nature-1-e1454660509961.jpg\";i:2236;s:60:\"/2016/01/snow-landscape-mountains-nature-e1454660499662.jpeg\";i:2237;s:51:\"/2016/01/sea-nature-beach-clouds-e1454660490653.jpg\";i:2238;s:60:\"/2016/01/road-landscape-mountains-nature-e1454660481173.jpeg\";i:2241;s:58:\"/2016/01/landscape-mountains-nature-sky-e1454660447696.jpg\";i:2243;s:64:\"/2016/01/landscape-mountains-nature-mountain-e1454659866539.jpeg\";i:2244;s:50:\"/2016/01/sea-nature-sunny-beach-e1454660374364.jpg\";i:2369;s:27:\"/2016/01/cta-accordions.png\";i:2432;s:42:\"/2016/01/pexels-photo-3-e1454660684269.jpg\";i:2513;s:16:\"/2016/01/gem.png\";i:2530;s:41:\"/2016/01/counter-page_road_background.jpg\";i:2550;s:17:\"/2016/01/gem2.png\";i:2653;s:15:\"/2016/01/06.jpg\";i:2654;s:15:\"/2016/01/05.jpg\";i:2655;s:15:\"/2016/01/04.jpg\";i:2656;s:15:\"/2016/01/03.jpg\";i:2657;s:15:\"/2016/01/02.jpg\";i:2658;s:15:\"/2016/01/01.jpg\";i:2676;s:31:\"/2016/01/accordion_text_box.png\";i:2751;s:22:\"/2016/01/mountains.jpg\";i:2756;s:16:\"/2016/01/sea.jpg\";i:2780;s:43:\"/2016/01/counters_page_title_background.jpg\";i:2873;s:45:\"/2016/01/tabs_page_testimonial_background.jpg\";i:2939;s:30:\"/2016/01/Styled-Boxes-04-1.jpg\";i:2940;s:30:\"/2016/01/Styled-Boxes-03-1.jpg\";i:2942;s:30:\"/2016/01/Styled-Boxes-02-1.jpg\";i:2945;s:38:\"/2016/01/tabs_page_men_with_tablet.jpg\";i:2995;s:21:\"/2016/01/minimal2.png\";i:2998;s:39:\"/2016/01/tabs_page_title_background.jpg\";i:3020;s:30:\"/2016/01/imgpsh_fullsize-1.png\";i:3141;s:18:\"/2016/01/space.png\";i:3142;s:41:\"/2016/01/apple-desk-office-technology.jpg\";i:3143;s:38:\"/2016/01/apple-desk-office-working.jpg\";i:3144;s:42:\"/2016/01/apple-desk-working-technology.jpg\";i:3145;s:38:\"/2016/01/desk-office-computer-imac.jpg\";i:3146;s:32:\"/2016/01/red-hand-apple-desk.jpg\";i:3151;s:25:\"/2016/01/gem_logo_big.png\";i:3231;s:25:\"/2016/01/diagreams_bg.png\";i:3257;s:35:\"/2016/01/tabs_page_line_diagram.jpg\";i:3275;s:27:\"/2016/01/diagramm-alert.png\";i:3278;s:30:\"/2016/01/deagramm-bg-alert.png\";i:3346;s:22:\"/2016/01/smalllogo.png\";i:3440;s:23:\"/2016/01/contact-bg.png\";i:3617;s:36:\"/2016/02/Vector_Smart_Object-010.png\";i:3705;s:23:\"/2016/02/clients-bg.png\";i:3798;s:38:\"/2016/02/Vector_Smart_Object-010-1.png\";i:3828;s:20:\"/2016/02/clients.jpg\";i:3860;s:29:\"/2016/01/Styled-Images-03.jpg\";i:3861;s:29:\"/2016/01/Styled-Images-04.jpg\";i:3862;s:29:\"/2016/01/Styled-Images-05.jpg\";i:3863;s:29:\"/2016/01/Styled-Images-06.jpg\";i:3864;s:29:\"/2016/01/Styled-Images-07.jpg\";i:3865;s:35:\"/2016/01/Styled-Images-Parallax.jpg\";i:3899;s:21:\"/2016/02/clients2.jpg\";i:3946;s:18:\"/2016/02/icons.jpg\";i:3972;s:19:\"/2016/02/icons3.jpg\";i:3973;s:19:\"/2016/02/icons5.jpg\";i:3974;s:19:\"/2016/02/icons4.jpg\";i:3975;s:19:\"/2016/02/icons2.jpg\";i:4217;s:36:\"/2016/01/Styled-Images-Grid_05-1.jpg\";i:4219;s:34:\"/2016/01/Styled-Images-Grid_07.jpg\";i:4220;s:36:\"/2016/01/Styled-Images-Grid_12-1.jpg\";i:4221;s:36:\"/2016/01/Styled-Images-Grid_13-1.jpg\";i:4222;s:36:\"/2016/01/Styled-Images-Grid_14-1.jpg\";i:4223;s:36:\"/2016/01/Styled-Images-Grid_18-1.jpg\";i:4224;s:36:\"/2016/01/Styled-Images-Grid_19-1.jpg\";i:4225;s:36:\"/2016/01/Styled-Images-Grid_20-1.jpg\";i:4226;s:36:\"/2016/01/Styled-Images-Grid_24-1.jpg\";i:4227;s:36:\"/2016/01/Styled-Images-Grid_25-1.jpg\";i:4228;s:36:\"/2016/01/Styled-Images-Grid_26-1.jpg\";i:4233;s:34:\"/2016/01/Styled-Images-Grid_03.jpg\";i:4273;s:30:\"/2016/02/lists_page_icon_1.jpg\";i:4275;s:30:\"/2016/02/lists_page_icon_2.png\";i:4276;s:30:\"/2016/02/lists_page_icon_3.png\";i:4277;s:30:\"/2016/02/lists_page_icon_4.png\";i:4278;s:30:\"/2016/02/lists_page_icon_5.png\";i:4279;s:30:\"/2016/02/lists_page_icon_6.png\";i:4280;s:30:\"/2016/02/lists_page_icon_7.png\";i:4281;s:30:\"/2016/02/lists_page_icon_8.png\";i:4282;s:30:\"/2016/02/lists_page_icon_9.png\";i:4283;s:31:\"/2016/02/lists_page_icon_10.png\";i:4527;s:36:\"/2016/02/Testimonials-Horizontal.jpg\";i:4530;s:29:\"/2016/02/testimonials-bg2.png\";i:4587;s:23:\"/2016/02/maps-title.png\";i:4592;s:18:\"/2016/02/gmaps.png\";i:4608;s:23:\"/2016/02/gmaps_part.png\";i:4612;s:23:\"/2016/02/gem_logo_2.png\";i:4660;s:22:\"/2016/02/347712883.mp4\";i:4685;s:25:\"/2016/02/logo-gem-new.png\";i:4706;s:43:\"/2016/01/styled_images_title_background.jpg\";i:4743;s:23:\"/2016/02/gmaps-back.png\";i:4748;s:19:\"/2016/02/3-dmap.png\";i:4792;s:38:\"/2016/02/teams_parallax_background.jpg\";i:4961;s:19:\"/2016/02/clouds.mp4\";i:5068;s:41:\"/2016/02/teams_page_header_background.png\";i:5075;s:19:\"/2016/02/qf-2bg.png\";i:5147;s:23:\"/2016/02/brand_logo.png\";i:5148;s:41:\"/2016/02/shop_with_sidebar_background.jpg\";i:5150;s:38:\"/2016/02/shop_fullwidth_background.jpg\";i:5189;s:16:\"/2016/02/tel.png\";i:5194;s:34:\"/2016/02/shop_fullwidth_poster.jpg\";i:5222;s:20:\"/2016/02/Panties.jpg\";i:5497;s:64:\"/2016/02/Woo_Product_Details_Right_Sidebar_header_background.jpg\";i:5575;s:37:\"/2016/02/woo_product_shoes_poster.jpg\";i:5624;s:39:\"/2016/02/woo_product_shoes_poster_2.jpg\";i:5956;s:23:\"/2016/02/heafer_pf1.png\";i:5958;s:16:\"/2016/02/woo.jpg\";i:5961;s:41:\"/2016/02/woo_product_fullwidth_girl_1.jpg\";i:5963;s:41:\"/2016/02/woo_product_fullwidth_girl_2.jpg\";i:5965;s:41:\"/2016/02/woo_product_fullwidth_girl_3.jpg\";i:6006;s:36:\"/2016/02/iPad_Pro_Smart_Keyboard.jpg\";i:6071;s:52:\"/2016/02/shop_with_left_sidebar_background_title.jpg\";i:6081;s:18:\"/2016/02/pf_bg.png\";i:6108;s:18:\"/2016/02/chair.png\";i:6119;s:37:\"/2016/02/mailchimp_red_background.jpg\";i:6126;s:35:\"/2016/02/shutterstock_114041509.jpg\";i:6134;s:35:\"/2016/02/shutterstock_107187227.jpg\";i:6136;s:35:\"/2016/02/shutterstock_196381637.jpg\";i:6140;s:35:\"/2016/02/shutterstock_213794422.jpg\";i:6142;s:35:\"/2016/02/shutterstock_214814740.jpg\";i:6144;s:35:\"/2016/02/shutterstock_206695300.jpg\";i:6230;s:25:\"/2016/01/money-icon-1.jpg\";i:6232;s:25:\"/2016/01/money-icon-2.jpg\";i:6234;s:25:\"/2016/01/money-icon-3.jpg\";i:6236;s:25:\"/2016/01/money-icon-4.jpg\";i:6238;s:25:\"/2016/01/money-icon-5.jpg\";i:6240;s:25:\"/2016/01/money-icon-6.jpg\";i:6242;s:25:\"/2016/01/money-icon-7.jpg\";i:6244;s:25:\"/2016/01/money-icon-8.jpg\";i:6246;s:25:\"/2016/01/money-icon-9.jpg\";i:6256;s:23:\"/2016/02/1200x780_1.jpg\";i:6258;s:23:\"/2016/02/1200x780_2.jpg\";i:6267;s:29:\"/2016/02/pf_bg_dark_photo.png\";i:6376;s:24:\"/2016/02/line-header.png\";i:6407;s:38:\"/2016/02/pf-light-grey-title-bar-1.png\";i:6441;s:19:\"/2016/02/app-pf.png\";i:6450;s:19:\"/2016/02/mobile.png\";i:6452;s:15:\"/2016/02/m3.jpg\";i:6454;s:15:\"/2016/02/m2.jpg\";i:6456;s:15:\"/2016/02/m1.jpg\";i:6466;s:25:\"/2016/02/ARCHITECTURE.png\";i:6499;s:16:\"/2016/02/7-1.jpg\";i:6501;s:16:\"/2016/02/6-1.jpg\";i:6503;s:16:\"/2016/02/5-1.jpg\";i:6505;s:16:\"/2016/02/4-2.jpg\";i:6507;s:16:\"/2016/02/3-2.jpg\";i:6567;s:16:\"/2016/02/8-1.jpg\";i:6611;s:53:\"/2016/02/woo_product_details_fullwidth_background.jpg\";i:6788;s:20:\"/2016/02/price-2.pdf\";i:6813;s:50:\"/2016/02/woo_splash2_fullwidth_area_background.jpg\";i:6918;s:35:\"/2016/02/shutterstock_198920330.jpg\";i:6960;s:61:\"/2016/02/photo-1439546743462-802cabef8e97-e1456150679543.jpeg\";i:6988;s:26:\"/2016/02/about_us_img4.jpg\";i:6990;s:26:\"/2016/02/about_us_img5.jpg\";i:7118;s:35:\"/2016/02/Scene-2-e1457361225328.jpg\";i:7121;s:38:\"/2016/02/Vinyl-Record-PSD-MockUp-1.jpg\";i:7193;s:52:\"/2016/02/01-stationery-craft-mockup-free-version.jpg\";i:7208;s:34:\"/2016/02/Rubber-Stamp-MockUp-2.jpg\";i:7238;s:22:\"/2016/02/serv-img1.jpg\";i:7240;s:22:\"/2016/02/serv-img2.jpg\";i:7242;s:22:\"/2016/02/serv-img3.jpg\";i:7389;s:38:\"/2016/02/iPad_Pro_Smart_Keyboard-1.jpg\";i:7433;s:15:\"/2016/02/01.jpg\";i:7504;s:22:\"/2016/02/serv-logo.png\";i:7593;s:16:\"/2016/02/8-3.jpg\";i:7595;s:16:\"/2016/02/9-1.jpg\";i:7656;s:16:\"/2016/02/3-9.jpg\";i:7715;s:16:\"/2016/02/1-8.jpg\";i:7986;s:26:\"/2016/02/about_us_img6.jpg\";i:7991;s:16:\"/2016/02/1-9.jpg\";i:7993;s:16:\"/2016/02/2-7.jpg\";i:7995;s:17:\"/2016/02/3-10.jpg\";i:7997;s:16:\"/2016/02/4-7.jpg\";i:8015;s:26:\"/2016/02/about_us_img9.jpg\";i:8017;s:27:\"/2016/02/about_us_img10.jpg\";i:8019;s:27:\"/2016/02/about_us_img11.jpg\";i:8021;s:27:\"/2016/02/about_us_img12.jpg\";i:8054;s:16:\"/2016/02/5-4.jpg\";i:8056;s:16:\"/2016/02/6-5.jpg\";i:8058;s:16:\"/2016/02/7-4.jpg\";i:8060;s:16:\"/2016/02/8-4.jpg\";i:8114;s:23:\"/2016/02/text-box-2.jpg\";i:8120;s:25:\"/2016/02/text-box-2-1.png\";i:8124;s:35:\"/2016/02/faces-400x400px-1_1_21.png\";i:8172;s:27:\"/2016/02/about_us_img15.jpg\";i:8176;s:27:\"/2016/02/about_us_img13.jpg\";i:8188;s:28:\"/2016/02/about_us_img3-1.jpg\";i:8233;s:26:\"/2016/02/about_us_img7.jpg\";i:8280;s:24:\"/2016/02/header-dark.png\";i:8389;s:16:\"/2016/02/bag.jpg\";i:8422;s:18:\"/2016/02/phone.jpg\";i:8426;s:16:\"/2016/02/img.jpg\";i:8442;s:25:\"/2016/02/logo-big-yel.png\";i:8541;s:16:\"/2016/02/2-8.jpg\";i:8758;s:21:\"/2016/02/business.mp4\";i:8890;s:14:\"/2016/03/3.jpg\";i:8892;s:14:\"/2016/03/4.jpg\";i:8894;s:14:\"/2016/03/5.jpg\";i:8937;s:14:\"/2016/03/2.png\";i:8952;s:14:\"/2016/01/1.jpg\";i:8966;s:15:\"/2016/03/14.jpg\";i:8997;s:14:\"/2016/02/6.png\";i:9008;s:16:\"/2016/02/7-5.jpg\";i:9026;s:17:\"/2016/03/12-1.jpg\";i:9028;s:16:\"/2016/02/8-5.jpg\";i:9050;s:16:\"/2016/02/9-2.jpg\";i:9155;s:15:\"/2016/03/15.png\";i:9286;s:27:\"/2016/02/Client-Logo-05.png\";i:9290;s:27:\"/2016/02/Client-Logo-07.png\";i:9359;s:15:\"/2016/02/17.png\";i:9591;s:21:\"/2016/03/4-layers.jpg\";i:9602;s:16:\"/2016/03/5-1.jpg\";i:9606;s:16:\"/2016/03/7-1.jpg\";i:9641;s:16:\"/2016/03/1-4.jpg\";i:9643;s:16:\"/2016/03/2-3.jpg\";i:9645;s:16:\"/2016/03/3-3.jpg\";i:9647;s:16:\"/2016/03/4-2.jpg\";i:9649;s:16:\"/2016/03/5-2.jpg\";i:9651;s:16:\"/2016/03/6-2.jpg\";i:9653;s:16:\"/2016/03/7-2.jpg\";i:9655;s:16:\"/2016/03/8-2.jpg\";i:9679;s:21:\"/2016/03/2-layers.jpg\";i:9751;s:16:\"/2016/03/3-5.jpg\";i:9753;s:16:\"/2016/03/4-4.jpg\";i:9757;s:16:\"/2016/03/6-4.jpg\";i:9759;s:16:\"/2016/03/7-4.jpg\";i:9761;s:16:\"/2016/03/8-4.jpg\";i:9763;s:16:\"/2016/03/9-3.jpg\";i:9765;s:17:\"/2016/03/10-3.jpg\";i:9767;s:17:\"/2016/03/11-1.jpg\";i:9769;s:17:\"/2016/03/12-2.jpg\";i:9840;s:16:\"/2016/03/2-6.jpg\";i:9885;s:16:\"/2016/03/1-8.jpg\";i:9887;s:16:\"/2016/03/2-7.jpg\";i:9889;s:16:\"/2016/03/3-7.jpg\";i:9891;s:16:\"/2016/03/4-6.jpg\";i:9893;s:16:\"/2016/03/5-6.jpg\";i:9895;s:16:\"/2016/03/6-6.jpg\";i:9897;s:16:\"/2016/03/7-6.jpg\";i:9899;s:16:\"/2016/03/8-6.jpg\";i:9901;s:16:\"/2016/03/9-5.jpg\";i:9903;s:17:\"/2016/03/10-5.jpg\";i:9905;s:17:\"/2016/03/11-2.jpg\";i:9907;s:17:\"/2016/03/12-3.jpg\";i:9909;s:17:\"/2016/03/13-1.jpg\";i:9911;s:17:\"/2016/03/14-1.jpg\";i:9913;s:15:\"/2016/03/15.jpg\";i:9918;s:16:\"/2016/03/1-9.jpg\";i:9956;s:17:\"/2016/03/1-10.jpg\";i:9958;s:16:\"/2016/03/2-8.jpg\";i:9960;s:16:\"/2016/03/3-8.jpg\";i:9962;s:16:\"/2016/03/4-7.jpg\";i:9964;s:16:\"/2016/03/5-7.jpg\";i:9968;s:16:\"/2016/03/7-7.jpg\";i:9970;s:16:\"/2016/03/8-7.jpg\";i:9972;s:16:\"/2016/03/9-6.jpg\";i:9974;s:17:\"/2016/03/10-6.jpg\";i:9981;s:16:\"/2016/03/2-9.jpg\";i:9983;s:16:\"/2016/03/3-9.jpg\";i:9987;s:16:\"/2016/03/5-8.jpg\";i:9991;s:16:\"/2016/03/7-8.jpg\";i:9993;s:16:\"/2016/03/8-8.jpg\";i:9995;s:16:\"/2016/03/9-7.jpg\";i:10005;s:16:\"/2016/03/6_1.jpg\";i:10071;s:23:\"/2016/03/2-layers-1.png\";i:10538;s:49:\"/2016/03/gallery_justified_style_with_sidebar.png\";i:10540;s:47:\"/2016/03/gallery_masonry_style_with_sidebar.png\";i:10542;s:45:\"/2016/03/gallery_metro_style_with_sidebar.png\";i:10565;s:17:\"/2016/03/13-2.jpg\";i:10654;s:25:\"/2016/03/rectangle-10.png\";i:10814;s:22:\"/2016/03/dominik-1.png\";i:11265;s:17:\"/2016/03/2-15.jpg\";i:11267;s:17:\"/2016/03/3-15.jpg\";i:11269;s:17:\"/2016/03/4-15.jpg\";i:11271;s:17:\"/2016/03/5-15.jpg\";i:11273;s:14:\"/2016/03/6.png\";i:11276;s:17:\"/2016/03/7-14.jpg\";i:11278;s:17:\"/2016/03/8-14.jpg\";i:11280;s:17:\"/2016/03/9-12.jpg\";i:11282;s:18:\"/2016/03/10-13.jpg\";i:11284;s:15:\"/2016/03/11.png\";i:11428;s:27:\"/2016/03/eff_8px_border.png\";i:11430;s:36:\"/2016/03/eff_8px_outlined_border.png\";i:11432;s:28:\"/2016/03/eff_16px_border.png\";i:11434;s:35:\"/2016/03/eff_20px_border_radius.png\";i:11436;s:34:\"/2016/03/eff_20pxborder_shadow.png\";i:11438;s:37:\"/2016/03/eff_20px_outlined_border.png\";i:11442;s:32:\"/2016/03/eff_combined_border.png\";i:11444;s:30:\"/2016/03/eff_dashed_inside.png\";i:11446;s:31:\"/2016/03/eff_dashed_outside.png\";i:11448;s:34:\"/2016/03/eff_round_with_border.png\";i:11464;s:40:\"/2016/03/Demo-Screenshots-766x554-02.jpg\";i:11466;s:40:\"/2016/03/Demo-Screenshots-766x554-08.jpg\";i:11468;s:40:\"/2016/03/Demo-Screenshots-766x554-07.jpg\";i:11470;s:40:\"/2016/03/Demo-Screenshots-766x554-06.jpg\";i:11472;s:40:\"/2016/03/Demo-Screenshots-766x554-05.jpg\";i:11474;s:40:\"/2016/03/Demo-Screenshots-766x554-04.jpg\";i:11476;s:40:\"/2016/03/Demo-Screenshots-766x554-03.jpg\";i:11478;s:42:\"/2016/03/Demo-Screenshots-766x554-01-1.jpg\";i:11517;s:22:\"/2016/03/shape-167.png\";i:11537;s:38:\"/2016/03/justified-portfolio-demos.jpg\";i:11569;s:39:\"/2016/03/JUSTIFIED-PORTFOLIO-header.jpg\";i:11584;s:37:\"/2016/03/eff_55px_border_radius-1.png\";i:11596;s:36:\"/2016/03/gallert_justified_style.png\";i:11598;s:34:\"/2016/03/gallert_masonry_style.png\";i:11600;s:32:\"/2016/03/gallert_metro_style.png\";i:11609;s:41:\"/2016/03/Fullwidth-Post-Sample-header.jpg\";i:11635;s:34:\"/2016/03/gallerh_masonry_style.png\";i:11637;s:32:\"/2016/03/gallerh_metro_style.png\";i:11639;s:37:\"/2016/03/galllerh_justified_style.png\";i:11742;s:34:\"/2016/03/Fullwidth_Post_header.jpg\";i:11873;s:41:\"/2016/03/1-4-900x900-1-e1457780809835.jpg\";i:11897;s:17:\"/2016/03/2-16.jpg\";i:11899;s:17:\"/2016/03/7-15.jpg\";i:11923;s:17:\"/2016/03/1-18.jpg\";i:11953;s:36:\"/2016/03/BLOG-POST-RIGHT-SIDEBAR.jpg\";i:11972;s:22:\"/2016/03/Sail-Away.mp4\";i:12161;s:14:\"/2016/03/3.png\";i:12176;s:14:\"/2016/03/4.png\";i:12178;s:17:\"/2016/03/6-17.jpg\";i:12217;s:15:\"/2016/03/38.jpg\";i:12332;s:17:\"/2016/03/8-17.jpg\";i:12334;s:17:\"/2016/03/1-20.jpg\";i:12356;s:18:\"/2016/03/metro.jpg\";i:12388;s:18:\"/2016/03/slice.png\";i:12402;s:23:\"/2016/03/2-layers-1.jpg\";i:12542;s:29:\"/2016/03/awesome_vector_2.jpg\";i:12545;s:29:\"/2016/03/awesome_vector_3.jpg\";i:12547;s:29:\"/2016/03/awesome_vector_4.jpg\";i:12549;s:29:\"/2016/03/awesome_vector_5.jpg\";i:12551;s:29:\"/2016/03/awesome_vector_6.jpg\";i:12696;s:21:\"/2016/03/polygon5.mp4\";i:12705;s:27:\"/2016/03/polygon_poster.jpg\";i:12721;s:16:\"/2016/03/3-1.png\";i:12724;s:17:\"/2016/03/4-19.jpg\";i:12726;s:17:\"/2016/03/5-18.jpg\";i:12754;s:17:\"/2016/03/14-5.jpg\";i:12810;s:17:\"/2016/03/2-20.jpg\";i:12812;s:17:\"/2016/03/3-18.jpg\";i:12814;s:17:\"/2016/03/4-20.jpg\";i:12845;s:17:\"/2016/03/5-19.jpg\";i:12871;s:17:\"/2016/03/6-20.jpg\";i:12897;s:17:\"/2016/03/7-18.jpg\";i:12899;s:14:\"/2016/03/8.png\";i:12961;s:19:\"/2016/03/slice3.jpg\";i:13018;s:23:\"/2016/03/4-layers-1.png\";i:13072;s:14:\"/2016/03/c.jpg\";i:13074;s:14:\"/2016/03/b.jpg\";i:13076;s:14:\"/2016/03/a.jpg\";i:13106;s:44:\"/2016/03/hexagon_icon_plus_hexagon_image.png\";i:13150;s:22:\"/2016/03/10-layers.png\";i:13152;s:23:\"/2016/03/4-layers-2.png\";i:13154;s:21:\"/2016/03/3-layers.png\";i:13156;s:33:\"/2016/03/vector-smart-object3.png\";i:13226;s:25:\"/2016/03/rectangle-39.png\";i:13241;s:24:\"/2016/03/10-layers-1.png\";i:13482;s:17:\"/2016/03/1-23.jpg\";i:13486;s:16:\"/2016/03/3-2.png\";i:13535;s:17:\"/2016/03/1-24.jpg\";i:13537;s:17:\"/2016/03/2-22.jpg\";i:13539;s:17:\"/2016/03/3-19.jpg\";i:13541;s:17:\"/2016/03/4-21.jpg\";i:13543;s:17:\"/2016/03/5-20.jpg\";i:13586;s:17:\"/2016/03/back.jpg\";i:13591;s:22:\"/2016/03/12-layers.png\";i:13947;s:21:\"/2016/03/slice-bg.png\";i:13949;s:20:\"/2016/03/pf-rave.png\";i:13958;s:16:\"/2016/03/4-1.png\";i:13960;s:16:\"/2016/03/3-4.png\";i:13962;s:16:\"/2016/03/2-2.png\";i:13964;s:16:\"/2016/03/1-1.png\";i:13990;s:19:\"/2016/03/bg-ill.png\";i:13996;s:42:\"/2016/03/sparta_agency_town_background.jpg\";i:14028;s:19:\"/2016/03/rocket.png\";i:14133;s:43:\"/2016/03/sparta_agency_rocks_background.jpg\";i:14148;s:16:\"/2016/03/gem.png\";i:14150;s:21:\"/2016/03/footerbg.png\";i:14182;s:48:\"/2016/03/Demo-Screenshots-Masonry-766x554-08.jpg\";i:14184;s:48:\"/2016/03/Demo-Screenshots-Masonry-766x554-07.jpg\";i:14186;s:48:\"/2016/03/Demo-Screenshots-Masonry-766x554-06.jpg\";i:14188;s:48:\"/2016/03/Demo-Screenshots-Masonry-766x554-05.jpg\";i:14190;s:48:\"/2016/03/Demo-Screenshots-Masonry-766x554-04.jpg\";i:14192;s:48:\"/2016/03/Demo-Screenshots-Masonry-766x554-03.jpg\";i:14194;s:48:\"/2016/03/Demo-Screenshots-Masonry-766x554-02.jpg\";i:14196;s:48:\"/2016/03/Demo-Screenshots-Masonry-766x554-01.jpg\";i:14204;s:16:\"/2016/03/4_2.jpg\";i:14206;s:16:\"/2016/03/4_1.jpg\";i:14208;s:16:\"/2016/03/3_3.jpg\";i:14210;s:16:\"/2016/03/3_2.jpg\";i:14212;s:16:\"/2016/03/3_1.jpg\";i:14214;s:16:\"/2016/03/2_1.jpg\";i:14216;s:16:\"/2016/03/1_4.jpg\";i:14218;s:16:\"/2016/03/1_3.jpg\";i:14220;s:16:\"/2016/03/1_2.jpg\";i:14222;s:16:\"/2016/03/2_4.jpg\";i:14224;s:16:\"/2016/03/2_3.jpg\";i:14226;s:16:\"/2016/03/2_2.jpg\";i:14228;s:16:\"/2016/03/1_1.jpg\";i:14232;s:48:\"/2016/03/Demo-Screenshots-OneList-766x554-01.jpg\";i:14245;s:46:\"/2016/03/Demo-Screenshots-Metro-766x554-02.jpg\";i:14247;s:46:\"/2016/03/Demo-Screenshots-Metro-766x554-01.jpg\";i:14275;s:50:\"/2016/03/Demo-Screenshots-OneList-766x554-02-1.jpg\";i:14283;s:50:\"/2016/03/Demo-Screenshots-OneList-766x554-03-1.jpg\";i:14431;s:17:\"/2016/03/6-21.jpg\";i:14466;s:17:\"/2016/03/5-21.jpg\";i:14537;s:17:\"/2016/03/7-19.jpg\";i:14592;s:17:\"/2016/03/8-20.jpg\";i:14595;s:17:\"/2016/03/9-14.jpg\";i:14597;s:18:\"/2016/03/10-18.jpg\";i:14599;s:17:\"/2016/03/11-8.jpg\";i:14632;s:17:\"/2016/03/3-21.jpg\";i:14665;s:17:\"/2016/03/13-1.png\";i:14690;s:17:\"/2016/03/9-15.jpg\";i:14694;s:17:\"/2016/03/11-9.jpg\";i:14771;s:17:\"/2016/03/10_1.jpg\";i:14855;s:17:\"/2016/03/4-23.jpg\";i:14860;s:17:\"/2016/03/3-24.jpg\";i:14862;s:17:\"/2016/03/4-24.jpg\";i:14864;s:17:\"/2016/03/5-23.jpg\";i:14866;s:17:\"/2016/03/6-23.jpg\";i:14868;s:17:\"/2016/03/7-21.jpg\";i:14870;s:17:\"/2016/03/8-22.jpg\";i:14888;s:16:\"/2016/03/1-4.png\";i:14934;s:17:\"/2016/03/2-27.jpg\";i:14977;s:17:\"/2016/03/2-28.jpg\";i:14999;s:18:\"/2016/03/12-10.jpg\";i:15070;s:17:\"/2016/03/3-26.jpg\";i:15139;s:23:\"/2016/03/2-layers-6.png\";i:15254;s:34:\"/2016/03/Diamond-Background-02.mp4\";i:15256;s:34:\"/2016/03/Diamond-Background-01.mp4\";i:15280;s:17:\"/2016/03/5-24.jpg\";i:15351;s:16:\"/2016/03/8-2.png\";i:15358;s:17:\"/2016/03/9-17.jpg\";i:15385;s:17:\"/2016/03/4-26.jpg\";i:15393;s:16:\"/2016/03/3-6.png\";i:15429;s:20:\"/2016/03/slice-3.png\";i:15433;s:20:\"/2016/03/slice-4.png\";i:15441;s:22:\"/2016/03/24-layers.png\";i:15446;s:22:\"/2016/03/45-layers.png\";i:15453;s:20:\"/2016/03/slice-5.png\";i:15512;s:17:\"/2016/03/7-23.jpg\";i:15515;s:17:\"/2016/03/3-28.jpg\";i:15520;s:17:\"/2016/03/4-27.jpg\";i:15524;s:16:\"/2016/03/8-3.png\";i:15609;s:18:\"/2016/03/10-22.jpg\";i:15611;s:17:\"/2016/03/11-2.png\";i:15613;s:17:\"/2016/03/12-1.png\";i:15758;s:29:\"/2016/03/page_404_dark_bg.jpg\";i:15760;s:32:\"/2016/03/page_404_light_bg-1.jpg\";i:15784;s:28:\"/2016/03/footer_red_logo.png\";i:15872;s:17:\"/2016/03/7-25.jpg\";i:15874;s:17:\"/2016/03/6-28.jpg\";i:15876;s:17:\"/2016/03/5-27.jpg\";i:15878;s:17:\"/2016/03/4-28.jpg\";i:15933;s:16:\"/2016/03/2-6.png\";i:15937;s:17:\"/2016/03/15-3.png\";i:15980;s:45:\"/2016/03/Depositphotos_87987622_hd720_1_1.mp4\";i:15993;s:17:\"/2016/03/10-1.png\";i:16053;s:17:\"/2016/03/17-5.jpg\";i:16069;s:17:\"/2016/03/16-6.jpg\";i:16074;s:17:\"/2016/03/1-33.jpg\";i:16088;s:17:\"/2016/03/19-4.jpg\";i:16157;s:17:\"/2016/03/20-2.jpg\";i:16201;s:18:\"/2016/03/12-13.jpg\";i:16209;s:17:\"/2016/03/1-34.jpg\";i:16211;s:17:\"/2016/03/3-30.jpg\";i:16238;s:18:\"/2016/03/video.jpg\";i:16246;s:20:\"/2016/03/slice-1.jpg\";i:16254;s:17:\"/2016/03/17-7.jpg\";i:16270;s:17:\"/2016/03/20-3.jpg\";i:16286;s:17:\"/2016/03/2-30.jpg\";i:16288;s:17:\"/2016/03/4-29.jpg\";i:16290;s:17:\"/2016/03/5-28.jpg\";i:16292;s:17:\"/2016/03/6-29.jpg\";i:16484;s:17:\"/2016/03/22-3.jpg\";i:16486;s:17:\"/2016/03/23-1.jpg\";i:16595;s:17:\"/2016/03/14-8.jpg\";i:16597;s:17:\"/2016/03/15-6.jpg\";i:16599;s:17:\"/2016/03/16-7.jpg\";i:16601;s:17:\"/2016/03/17-8.jpg\";i:16624;s:18:\"/2016/03/woman.png\";i:16628;s:25:\"/2016/03/3-layers-3-1.png\";i:16630;s:25:\"/2016/03/3-layers-1-1.png\";i:16662;s:17:\"/2016/03/3-32.jpg\";i:16787;s:22:\"/2016/02/3-layers2.png\";i:16833;s:15:\"/2016/02/24.jpg\";i:16886;s:27:\"/2016/03/Business-Slide.mp4\";i:16912;s:26:\"/2016/03/Shop-Clothing.mp4\";i:16914;s:22:\"/2016/03/discovery.png\";i:16916;s:20:\"/2016/03/express.png\";i:16918;s:23:\"/2016/03/mastercard.png\";i:16920;s:17:\"/2016/03/visa.png\";i:16926;s:16:\"/2016/03/dhl.png\";i:16928;s:18:\"/2016/03/fedex.png\";i:16956;s:17:\"/2016/03/1-36.jpg\";i:16974;s:26:\"/2016/03/outlines-copy.png\";i:16987;s:26:\"/2016/03/creative-dark.jpg\";i:17021;s:21:\"/2016/03/5-layers.png\";i:17030;s:26:\"/2016/03/rectangle-121.png\";i:17053;s:17:\"/2016/03/3-33.jpg\";i:17057;s:19:\"/2016/03/wreath.png\";i:17162;s:19:\"/2016/03/back-1.jpg\";i:17167;s:21:\"/2016/03/alert-bg.jpg\";i:17169;s:32:\"/2016/03/vector-smart-object.png\";i:17309;s:19:\"/2016/03/icon_1.png\";i:17313;s:19:\"/2016/03/icon_3.png\";i:17315;s:21:\"/2016/03/icon_2-1.png\";i:17328;s:18:\"/2016/03/stars.png\";i:17373;s:17:\"/2016/03/4-31.jpg\";i:17384;s:27:\"/2016/03/bags_and_shoes.png\";i:17386;s:17:\"/2016/03/5-30.jpg\";i:17388;s:17:\"/2016/03/6-30.jpg\";i:17390;s:17:\"/2016/03/7-27.jpg\";i:17392;s:17:\"/2016/03/8-26.jpg\";i:17394;s:17:\"/2016/03/9-21.jpg\";i:17440;s:17:\"/2016/03/16-8.jpg\";i:17479;s:17:\"/2016/03/6-31.jpg\";i:17482;s:17:\"/2016/03/7-28.jpg\";i:17484;s:17:\"/2016/03/8-27.jpg\";i:17486;s:17:\"/2016/03/9-22.jpg\";i:17562;s:24:\"/2016/03/real-estate.jpg\";i:17571;s:24:\"/2016/03/summer_sale.png\";i:17640;s:17:\"/2016/03/maps.png\";i:17671;s:18:\"/2016/03/img17.png\";i:17699;s:20:\"/2016/03/arrow_1.png\";i:17761;s:18:\"/2016/03/img18.png\";i:17808;s:17:\"/2016/03/2-36.jpg\";i:17810;s:17:\"/2016/03/3-35.jpg\";i:17886;s:17:\"/2016/03/4-33.jpg\";i:17889;s:17:\"/2016/03/5-32.jpg\";i:17948;s:17:\"/2016/03/3-37.jpg\";i:17950;s:17:\"/2016/03/2-38.jpg\";i:17952;s:17:\"/2016/03/1-40.jpg\";i:17955;s:17:\"/2016/03/6-32.jpg\";i:17957;s:17:\"/2016/03/5-33.jpg\";i:17959;s:17:\"/2016/03/4-34.jpg\";i:17965;s:17:\"/2016/03/8-29.jpg\";i:17967;s:17:\"/2016/03/9-23.jpg\";i:17969;s:18:\"/2016/03/10-25.jpg\";i:17987;s:18:\"/2016/03/12-15.jpg\";i:17989;s:17:\"/2016/03/13-9.jpg\";i:18019;s:17:\"/2016/03/15-7.jpg\";i:18028;s:18:\"/2016/03/14-10.jpg\";i:18318;s:17:\"/2016/03/1-43.jpg\";i:18320;s:17:\"/2016/03/2-41.jpg\";i:18322;s:17:\"/2016/03/3-39.jpg\";i:18324;s:17:\"/2016/03/4-36.jpg\";i:18326;s:17:\"/2016/03/5-35.jpg\";i:18328;s:17:\"/2016/03/6-33.jpg\";i:18330;s:17:\"/2016/03/7-32.jpg\";i:18332;s:17:\"/2016/03/8-33.jpg\";i:18334;s:17:\"/2016/03/9-24.jpg\";i:18336;s:18:\"/2016/03/10-27.jpg\";i:18342;s:18:\"/2016/03/11-12.jpg\";i:18344;s:18:\"/2016/03/12-16.jpg\";i:18364;s:18:\"/2016/03/12-17.jpg\";i:18367;s:17:\"/2016/03/1-44.jpg\";i:18369;s:17:\"/2016/03/8-34.jpg\";i:18371;s:17:\"/2016/03/3-40.jpg\";i:18373;s:17:\"/2016/03/5-36.jpg\";i:18375;s:17:\"/2016/03/6-34.jpg\";i:18377;s:18:\"/2016/03/10-30.jpg\";i:18379;s:17:\"/2016/03/2-42.jpg\";i:18381;s:18:\"/2016/03/11-13.jpg\";i:18383;s:17:\"/2016/03/7-33.jpg\";i:18385;s:17:\"/2016/03/4-37.jpg\";i:18392;s:20:\"/2016/03/slice-8.jpg\";i:18574;s:17:\"/2016/04/12-1.jpg\";i:18576;s:15:\"/2016/04/11.jpg\";i:18578;s:17:\"/2016/04/10-1.jpg\";i:18580;s:14:\"/2016/04/9.jpg\";i:18582;s:14:\"/2016/04/8.jpg\";i:18584;s:14:\"/2016/04/4.jpg\";i:18586;s:14:\"/2016/04/7.jpg\";i:18588;s:14:\"/2016/04/6.jpg\";i:18590;s:16:\"/2016/04/5-1.jpg\";i:18592;s:14:\"/2016/04/3.jpg\";i:18594;s:14:\"/2016/04/2.jpg\";i:18597;s:14:\"/2016/04/1.jpg\";i:18639;s:17:\"/2016/03/3-10.png\";i:18651;s:20:\"/2016/04/Ocean-2.mp4\";i:18726;s:16:\"/2016/03/4-8.png\";i:18728;s:19:\"/2016/04/Shop-2.mp4\";i:18738;s:16:\"/2016/03/5-5.png\";i:18763;s:16:\"/2016/03/6-6.png\";i:18794;s:27:\"/2016/04/Sun-Lights_1_1.mp4\";i:18800;s:17:\"/2016/03/1-45.jpg\";i:18802;s:17:\"/2016/03/2-43.jpg\";i:18804;s:17:\"/2016/03/4-38.jpg\";i:18837;s:16:\"/2016/04/5-3.jpg\";i:18878;s:16:\"/2016/04/7-2.jpg\";i:18900;s:15:\"/2016/04/20.jpg\";i:18902;s:15:\"/2016/04/19.jpg\";i:18904;s:17:\"/2016/04/18-1.jpg\";i:18906;s:17:\"/2016/04/17-1.jpg\";i:18952;s:16:\"/2016/04/6-2.jpg\";i:18956;s:17:\"/2016/04/11-2.jpg\";i:18958;s:17:\"/2016/04/10-2.jpg\";i:18960;s:16:\"/2016/04/9-1.jpg\";i:18962;s:16:\"/2016/04/8-1.jpg\";i:18975;s:24:\"/2016/03/logo-footer.png\";i:18982;s:19:\"/2016/04/image1.png\";i:18999;s:23:\"/2016/04/4-layers-2.png\";i:19013;s:15:\"/2016/04/23.jpg\";i:19015;s:15:\"/2016/04/22.jpg\";i:19017;s:15:\"/2016/04/21.jpg\";i:19069;s:23:\"/2016/04/5-layers-1.png\";i:19102;s:16:\"/2016/04/4-2.jpg\";i:19136;s:16:\"/2016/04/3-2.jpg\";i:19141;s:15:\"/2016/04/25.jpg\";i:19160;s:16:\"/2016/04/gem.png\";i:19177;s:15:\"/2016/04/26.jpg\";i:19327;s:16:\"/2016/04/1-4.jpg\";i:19329;s:16:\"/2016/04/2-4.jpg\";i:19331;s:16:\"/2016/04/3-4.jpg\";i:19333;s:16:\"/2016/04/4-4.jpg\";i:19349;s:15:\"/2016/04/6_.jpg\";i:19378;s:17:\"/2016/04/5_-3.jpg\";i:19384;s:14:\"/2016/04/1.png\";i:19394;s:15:\"/2016/04/29.jpg\";i:19398;s:15:\"/2016/04/31.jpg\";i:19403;s:46:\"/2016/04/black-and-white-man-person-eyes-1.jpg\";i:19405;s:20:\"/2016/04/night-1.jpg\";i:19413;s:16:\"/2016/04/5-6.jpg\";i:19415;s:16:\"/2016/04/6-5.jpg\";i:19417;s:16:\"/2016/04/7-3.jpg\";i:19437;s:14:\"/2016/04/3.png\";i:19440;s:14:\"/2016/04/2.png\";i:19447;s:14:\"/2016/04/8.png\";i:19460;s:16:\"/2016/04/3-5.jpg\";i:19659;s:16:\"/2016/04/4-6.jpg\";i:19670;s:18:\"/2016/04/smoke.mp4\";i:19792;s:17:\"/2016/04/11-3.jpg\";i:19845;s:16:\"/2016/04/4-3.png\";i:19864;s:16:\"/2016/04/bg2.png\";i:21665;s:16:\"/2016/03/1-8.png\";i:21720;s:18:\"/2016/02/map-1.jpg\";i:21736;s:16:\"/2016/04/1-6.png\";i:21797;s:17:\"/2016/03/18-6.jpg\";i:21800;s:19:\"/2016/03/mobile.png\";i:22045;s:15:\"/2016/03/24.png\";i:22049;s:15:\"/2016/03/22.png\";i:22058;s:15:\"/2016/03/25.png\";i:22187;s:22:\"/2016/04/logo_1x-2.png\";i:22309;s:17:\"/2016/03/28-1.jpg\";i:22311;s:17:\"/2016/03/27-1.jpg\";i:22313;s:17:\"/2016/03/26-2.jpg\";i:22315;s:17:\"/2016/03/25-1.jpg\";i:22317;s:17:\"/2016/03/24-1.jpg\";i:22319;s:17:\"/2016/03/23-2.jpg\";i:22321;s:17:\"/2016/03/22-4.jpg\";i:22323;s:17:\"/2016/03/21-3.jpg\";i:22325;s:17:\"/2016/03/20-4.jpg\";i:22327;s:17:\"/2016/03/19-6.jpg\";i:22329;s:17:\"/2016/03/18-7.jpg\";i:22331;s:17:\"/2016/03/17-9.jpg\";i:22333;s:17:\"/2016/03/16-9.jpg\";i:22335;s:17:\"/2016/03/15-8.jpg\";i:22337;s:18:\"/2016/03/14-11.jpg\";i:22339;s:18:\"/2016/03/13-10.jpg\";i:22341;s:18:\"/2016/03/12-18.jpg\";i:22343;s:18:\"/2016/03/11-14.jpg\";i:22345;s:18:\"/2016/03/10-31.jpg\";i:22347;s:17:\"/2016/03/9-26.jpg\";i:22349;s:17:\"/2016/03/8-37.jpg\";i:22351;s:17:\"/2016/03/7-34.jpg\";i:22353;s:17:\"/2016/03/6-35.jpg\";i:22355;s:17:\"/2016/03/5-37.jpg\";i:22357;s:17:\"/2016/03/4-39.jpg\";i:22359;s:17:\"/2016/03/3-41.jpg\";i:22361;s:17:\"/2016/03/2-44.jpg\";i:22363;s:17:\"/2016/03/1-46.jpg\";i:22445;s:17:\"/2016/03/20-5.jpg\";i:22449;s:17:\"/2016/03/21-4.jpg\";i:22585;s:23:\"/2016/03/logo-green.png\";i:22820;s:41:\"/2016/04/Depositphotos_61185651_hd720.mp4\";i:22991;s:23:\"/2016/04/Working-it.mp4\";i:22997;s:17:\"/2016/03/2-45.jpg\";i:23068;s:17:\"/2016/02/2-11.jpg\";i:23082;s:17:\"/2016/03/23-1.png\";i:23112;s:17:\"/2016/03/10_2.png\";i:23114;s:17:\"/2016/03/24-1.png\";i:23155;s:50:\"/2016/02/about_us_page_2_block_background_mini.jpg\";i:23163;s:32:\"/2016/02/landing_3_img1_mini.jpg\";i:23166;s:32:\"/2016/02/landing_3_img2_mini.jpg\";i:23168;s:32:\"/2016/02/landing_3_img3_mini.jpg\";i:23170;s:32:\"/2016/02/landing_3_img4_mini.jpg\";i:23181;s:16:\"/2016/02/4-2.png\";i:23244;s:17:\"/2016/04/bg-3.png\";i:23277;s:23:\"/2016/02/7-6_mini-1.jpg\";i:23292;s:25:\"/2016/03/14-layers_1_.jpg\";i:23295;s:32:\"/2016/03/3-27_converted_mini.jpg\";i:23297;s:25:\"/2016/03/15-layers_1_.jpg\";i:23301;s:24:\"/2016/03/back-1_mini.jpg\";i:23304;s:22:\"/2016/03/7-30_mini.jpg\";i:23306;s:19:\"/2016/03/2-34-1.jpg\";i:23308;s:22:\"/2016/03/3-34_mini.jpg\";i:23310;s:22:\"/2016/03/5-31_mini.jpg\";i:23322;s:22:\"/2016/03/9-27_mini.jpg\";i:23353;s:20:\"/2016/04/34_mini.jpg\";i:23356;s:37:\"/2016/03/back-e1458209149665_mini.jpg\";i:23359;s:37:\"/2016/04/Comfort_Fit_-_03_-_Sorry.mp3\";i:23369;s:20:\"/2016/02/product.jpg\";i:23372;s:21:\"/2016/04/category.jpg\";i:23375;s:29:\"/2016/04/testimonial-team.jpg\";i:23410;s:21:\"/2016/04/client-1.png\";i:23701;s:86:\"/2016/04/A4-Magazine-Mockup-Free-Version-1-thegem-portfolio-masonry-e1461836395388.jpg\";i:23754;s:34:\"/2016/04/dummy-post-horisontal.jpg\";i:23756;s:32:\"/2016/04/dummy-post-square-1.jpg\";i:23758;s:34:\"/2016/04/dummy-post-vertical-1.jpg\";i:23906;s:25:\"/2016/03/7-13-576x400.jpg\";i:23907;s:25:\"/2016/03/5-13-576x400.jpg\";i:23908;s:25:\"/2016/03/4-13-576x440.jpg\";i:23909;s:26:\"/2016/03/10-10-576x400.jpg\";i:23911;s:17:\"/2016/05/face.png\";i:23914;s:15:\"/2016/05/bg.png\";i:23917;s:14:\"/2016/05/1.png\";i:23919;s:17:\"/2016/05/logo.png\";i:23924;s:16:\"/2016/02/1-1.jpg\";i:23957;s:23:\"/2016/02/mouse_icon.png\";i:23962;s:17:\"/2016/04/5022.jpg\";i:23967;s:24:\"/2016/04/gem-photo-1.jpg\";i:23968;s:24:\"/2016/04/gem-photo-2.jpg\";i:23969;s:22:\"/2016/04/new-kit-1.jpg\";i:23970;s:24:\"/2016/04/gem-photo-3.jpg\";i:23973;s:19:\"/2016/03/back-5.png\";i:23974;s:23:\"/2016/03/2-layers-3.jpg\";i:23975;s:23:\"/2016/03/2-layers-8.png\";i:23976;s:28:\"/2016/03/iphone-6-silver.png\";i:23977;s:22:\"/2016/03/57-layers.jpg\";i:23978;s:18:\"/2016/03/phone.png\";i:23979;s:26:\"/2016/03/bg-app-sparta.png\";i:23980;s:22:\"/2016/03/iphone-5c.png\";i:23981;s:24:\"/2016/03/macbook-air.png\";i:23982;s:22:\"/2016/03/mini-ipad.png\";i:24046;s:22:\"/2016/05/logo_1x-2.png\";i:24054;s:14:\"/2016/05/1.jpg\";i:24055;s:27:\"/2016/05/sep-line-white.png\";i:24056;s:47:\"/2016/05/construction01_about_us_background.png\";i:24058;s:14:\"/2016/05/2.jpg\";i:24059;s:14:\"/2016/05/3.jpg\";i:24060;s:14:\"/2016/05/4.jpg\";i:24061;s:20:\"/2016/05/pattern.png\";i:24063;s:31:\"/2016/05/construction_crane.png\";i:24068;s:14:\"/2016/05/5.jpg\";i:24069;s:31:\"/2016/05/projects_backgound.png\";i:24070;s:41:\"/2016/05/construction_news_background.jpg\";i:24073;s:15:\"/2016/05/20.jpg\";i:24074;s:42:\"/2016/05/construction_horizontal_arrow.png\";i:24075;s:32:\"/2016/05/construction_icon_1.png\";i:24076;s:32:\"/2016/05/construction_icon_2.png\";i:24077;s:32:\"/2016/05/construction_icon_3.png\";i:24078;s:33:\"/2016/05/construction_process.jpg\";i:24080;s:43:\"/2016/05/construction_yellow_background.png\";i:24081;s:36:\"/2016/05/construction_crop_small.mp4\";i:24085;s:44:\"/2016/05/construction_clients_background.jpg\";i:24087;s:37:\"/2016/05/construction_logo_footer.png\";i:24088;s:19:\"/2016/05/logo2x.png\";i:24095;s:28:\"/2016/05/Headphones-Main.png\";i:24097;s:35:\"/2016/05/shape-5-e1464088134820.png\";i:24099;s:30:\"/2016/05/Headphones-Main-2.png\";i:24101;s:19:\"/2016/05/logo-1.png\";i:24102;s:21:\"/2016/05/Back-Guy.jpg\";i:24103;s:20:\"/2016/05/slice-3.jpg\";i:24105;s:24:\"/2016/05/Quicks-Back.png\";i:24107;s:20:\"/2016/05/Shape-5.png\";i:24109;s:32:\"/2016/05/vector-smart-object.png\";i:24111;s:14:\"/2016/05/6.jpg\";i:24112;s:14:\"/2016/05/7.jpg\";i:24113;s:14:\"/2016/05/8.jpg\";i:24114;s:15:\"/2016/05/12.png\";i:24115;s:15:\"/2016/05/13.png\";i:24118;s:17:\"/2016/05/Icon.png\";i:24119;s:23:\"/2016/05/headphones.jpg\";i:24121;s:25:\"/2016/05/Logo-Strokes.png\";i:24122;s:28:\"/2016/05/Logo-Strokes-2x.png\";i:24124;s:15:\"/2016/05/15.png\";i:24126;s:25:\"/2016/05/Clients-Back.png\";i:24138;s:15:\"/2016/05/11.png\";i:24141;s:14:\"/2016/05/2.png\";i:24144;s:17:\"/2016/05/18-1.jpg\";i:24148;s:50:\"/2016/05/product_landing_title_background_mini.jpg\";i:24150;s:25:\"/2016/05/glasses_tab1.png\";i:24151;s:25:\"/2016/05/glasses_tab2.png\";i:24152;s:25:\"/2016/05/glasses_tab3.png\";i:24154;s:47:\"/2016/05/product_landing_title_background-2.jpg\";i:24155;s:51:\"/2016/05/product_landing_damask_background_mini.jpg\";i:24157;s:34:\"/2016/05/dark_scale_background.png\";i:24159;s:20:\"/2016/05/goggles.png\";i:24160;s:43:\"/2016/05/glass_overview_background_mini.jpg\";i:24161;s:24:\"/2016/05/left_goggle.png\";i:24162;s:25:\"/2016/05/right_goggle.png\";i:24163;s:35:\"/2016/05/left_goggle_responsive.png\";i:24164;s:36:\"/2016/05/right_goggle_responsive.png\";i:24169;s:19:\"/2016/05/line-1.jpg\";i:24170;s:19:\"/2016/05/line-2.jpg\";i:24171;s:19:\"/2016/05/line-3.jpg\";i:24172;s:19:\"/2016/05/line-4.jpg\";i:24174;s:26:\"/2016/05/glass_price_1.png\";i:24175;s:26:\"/2016/05/glass_price_2.png\";i:24176;s:26:\"/2016/05/glass_price_3.png\";i:24177;s:46:\"/2016/05/product_landing_news_1_background.jpg\";i:24178;s:46:\"/2016/05/product_landing_news_2_background.jpg\";i:24179;s:33:\"/2016/05/x3-Logo_Outlined-006.png\";i:24180;s:51:\"/2016/05/product_landing_testimonial_background.jpg\";i:24185;s:32:\"/2016/05/winter_sport_poster.png\";i:24191;s:29:\"/2016/05/q1-thegem-person.jpg\";i:24192;s:29:\"/2016/05/q2-thegem-person.jpg\";i:24193;s:29:\"/2016/05/q3-thegem-person.jpg\";i:24207;s:32:\"/2016/05/winter_sport_small3.mp4\";i:24228;s:14:\"/2016/06/3.jpg\";i:24229;s:14:\"/2016/06/2.jpg\";i:24230;s:14:\"/2016/06/1.jpg\";i:24237;s:15:\"/2016/06/12.png\";i:24240;s:15:\"/2016/06/15.png\";i:24241;s:15:\"/2016/06/14.png\";i:24242;s:15:\"/2016/06/13.png\";i:24245;s:22:\"/2016/06/shape-177.png\";i:24258;s:39:\"/2016/06/beauty_salon_title_bg_mini.jpg\";i:24265;s:41:\"/2016/06/beauty_salon_features_1_mini.jpg\";i:24266;s:41:\"/2016/06/beauty_salon_features_2_mini.jpg\";i:24267;s:41:\"/2016/06/beauty_salon_features_3_mini.jpg\";i:24268;s:41:\"/2016/06/beauty_salon_features_4_mini.jpg\";i:24298;s:39:\"/2016/06/beauty_salon_individual_bg.jpg\";i:24321;s:37:\"/2016/06/beauty_salon_parallax_bg.jpg\";i:24343;s:34:\"/2016/06/beauty_salon_price_bg.jpg\";i:24348;s:33:\"/2016/06/beauty_salon_price_1.jpg\";i:24349;s:33:\"/2016/06/beauty_salon_price_2.jpg\";i:24350;s:33:\"/2016/06/beauty_salon_price_3.jpg\";i:24365;s:37:\"/2016/06/beauty_salon_magazine_bg.jpg\";i:24374;s:36:\"/2016/06/beauty_salon_clients_bg.jpg\";i:24376;s:35:\"/2016/06/beauty_salon_clients_1.jpg\";i:24377;s:40:\"/2016/06/beauty_salon_clients_2_mini.jpg\";i:24378;s:40:\"/2016/06/beauty_salon_clients_3_mini.jpg\";i:24389;s:30:\"/2016/06/beauty_salon_logo.png\";i:24410;s:27:\"/2016/03/7-13-576x400-1.jpg\";i:24411;s:28:\"/2016/03/10-10-576x400-1.jpg\";i:24412;s:27:\"/2016/03/5-13-576x400-1.jpg\";i:24414;s:27:\"/2016/03/4-13-576x440-1.jpg\";i:24474;s:47:\"/2016/06/beauty_salon_portfolio_1_mini_mini.jpg\";i:24475;s:37:\"/2016/06/beauty_salon_portfolio_2.jpg\";i:24476;s:37:\"/2016/06/beauty_salon_portfolio_3.jpg\";i:24477;s:37:\"/2016/06/beauty_salon_portfolio_4.jpg\";i:24478;s:37:\"/2016/06/beauty_salon_portfolio_5.jpg\";i:24479;s:42:\"/2016/06/beauty_salon_portfolio_6_mini.jpg\";i:24531;s:25:\"/2016/06/bg-fitness-1.png\";i:24568;s:32:\"/2016/06/beauty_salon_banner.jpg\";i:24607;s:15:\"/2016/06/21.jpg\";i:24630;s:15:\"/2016/06/22.jpg\";i:24632;s:15:\"/2016/06/11.jpg\";i:24633;s:15:\"/2016/06/10.jpg\";i:24634;s:14:\"/2016/06/9.jpg\";i:24636;s:14:\"/2016/06/8.jpg\";i:24637;s:14:\"/2016/06/7.jpg\";i:24638;s:14:\"/2016/06/6.jpg\";i:24639;s:14:\"/2016/06/5.jpg\";i:24641;s:14:\"/2016/06/4.jpg\";i:24652;s:15:\"/2016/06/23.jpg\";i:24727;s:15:\"/2016/06/16.jpg\";i:24728;s:15:\"/2016/06/17.jpg\";i:24732;s:15:\"/2016/06/19.jpg\";i:24733;s:15:\"/2016/06/18.jpg\";i:24738;s:15:\"/2016/06/20.jpg\";i:24779;s:15:\"/2016/06/24.jpg\";i:24802;s:26:\"/2016/06/rectangle-121.png\";i:24836;s:40:\"/2016/06/beauty_salon_01_portfolio_1.jpg\";i:24837;s:40:\"/2016/06/beauty_salon_01_portfolio_2.jpg\";i:24838;s:40:\"/2016/06/beauty_salon_01_portfolio_3.jpg\";i:24839;s:40:\"/2016/06/beauty_salon_01_portfolio_4.jpg\";i:24840;s:40:\"/2016/06/beauty_salon_01_portfolio_5.jpg\";i:24841;s:40:\"/2016/06/beauty_salon_01_portfolio_6.jpg\";i:24846;s:34:\"/2016/06/beauty_salon_banner_2.jpg\";i:24855;s:21:\"/2016/06/3-layers.png\";i:24868;s:36:\"/2016/06/beauty_salon_darkgem_bg.jpg\";i:24885;s:15:\"/2016/06/25.jpg\";i:24886;s:22:\"/2016/06/shape-198.png\";i:24890;s:15:\"/2016/06/26.jpg\";i:24903;s:39:\"/2016/06/beauty_salon_creative_bg_1.jpg\";i:24904;s:39:\"/2016/06/beauty_salon_creative_bg_2.jpg\";i:24905;s:39:\"/2016/06/beauty_salon_creative_bg_3.jpg\";i:24907;s:40:\"/2016/06/beauty_salon_subscribe_bg_1.jpg\";i:24908;s:40:\"/2016/06/beauty_salon_subscribe_bg_2.jpg\";i:24911;s:15:\"/2016/06/27.jpg\";i:24913;s:40:\"/2016/06/beauty_salon_testimonial_bg.jpg\";i:24916;s:36:\"/2016/06/beauty_salon_offer_1_bg.jpg\";i:24917;s:36:\"/2016/06/beauty_salon_offer_2_bg.jpg\";i:24918;s:36:\"/2016/06/beauty_salon_offer_3_bg.jpg\";i:24919;s:36:\"/2016/06/beauty_salon_offer_4_bg.jpg\";i:24920;s:29:\"/2016/06/shape-179-copy-2.png\";i:24926;s:30:\"/2016/06/beauty_salon_crem.png\";i:24946;s:15:\"/2016/06/29.jpg\";i:24949;s:34:\"/2016/06/beauty_salon_services.jpg\";i:24958;s:32:\"/2016/06/beauty_salon_icon_1.png\";i:24959;s:32:\"/2016/06/beauty_salon_icon_2.png\";i:24960;s:32:\"/2016/06/beauty_salon_icon_3.png\";i:24961;s:32:\"/2016/06/beauty_salon_icon_4.png\";i:24962;s:32:\"/2016/06/beauty_salon_icon_5.png\";i:24978;s:35:\"/2016/06/beauty_salon_title_bg1.jpg\";i:24979;s:35:\"/2016/06/beauty_salon_title_bg2.jpg\";i:24989;s:41:\"/2016/06/beauty_salon_textbox_image_1.jpg\";i:24997;s:15:\"/2016/06/15.jpg\";i:24998;s:41:\"/2016/06/beauty_salon_textbox_image_2.jpg\";i:24999;s:41:\"/2016/06/beauty_salon_textbox_image_3.jpg\";i:25006;s:17:\"/2016/06/17-1.jpg\";i:25008;s:17:\"/2016/06/16-1.jpg\";i:25011;s:17:\"/2016/06/18-1.jpg\";i:25022;s:17:\"/2016/06/19-1.jpg\";i:25030;s:16:\"/2016/06/3-1.jpg\";i:25031;s:16:\"/2016/06/2-1.jpg\";i:25032;s:16:\"/2016/06/1-1.jpg\";i:25046;s:15:\"/2016/06/12.jpg\";i:25065;s:17:\"/2016/06/11-1.jpg\";i:25069;s:16:\"/2016/06/6-1.jpg\";i:25070;s:16:\"/2016/06/5-1.jpg\";i:25071;s:16:\"/2016/06/4-1.jpg\";i:25112;s:15:\"/2016/06/14.jpg\";i:25115;s:21:\"/2016/06/2-layers.png\";i:25129;s:36:\"/2016/06/beauty_salon_left_quote.png\";i:25130;s:37:\"/2016/06/beauty_salon_right_quote.png\";i:25151;s:14:\"/2016/06/1.png\";i:25152;s:14:\"/2016/06/2.png\";i:25153;s:14:\"/2016/06/3.png\";i:25154;s:14:\"/2016/06/4.png\";i:25155;s:14:\"/2016/06/5.png\";i:25175;s:17:\"/2016/06/10-1.jpg\";i:25176;s:21:\"/2016/06/logo-big.png\";i:25277;s:37:\"/2016/06/restaurant_golden_venzel.png\";i:25286;s:43:\"/2016/06/restaurant_contact_information.jpg\";i:25295;s:31:\"/2016/06/restaurant_post_bg.jpg\";i:25312;s:21:\"/2016/06/2-layers.jpg\";i:25314;s:23:\"/2016/06/3-layers-1.png\";i:25315;s:18:\"/2016/06/stars.jpg\";i:25329;s:20:\"/2016/06/slice-2.jpg\";i:25334;s:16:\"/2016/06/9-1.jpg\";i:25335;s:16:\"/2016/06/8-1.jpg\";i:25336;s:16:\"/2016/06/7-1.jpg\";i:25337;s:16:\"/2016/06/6-2.jpg\";i:25338;s:16:\"/2016/06/5-2.jpg\";i:25339;s:16:\"/2016/06/4-2.jpg\";i:25340;s:16:\"/2016/06/3-2.jpg\";i:25341;s:18:\"/2016/06/2-1-1.jpg\";i:25342;s:17:\"/2016/06/16-2.jpg\";i:25343;s:17:\"/2016/06/15-1.jpg\";i:25344;s:17:\"/2016/06/14-1.jpg\";i:25345;s:15:\"/2016/06/13.jpg\";i:25346;s:17:\"/2016/06/12-1.jpg\";i:25347;s:17:\"/2016/06/11-2.jpg\";i:25348;s:17:\"/2016/06/10-2.jpg\";i:25349;s:16:\"/2016/06/1-2.jpg\";i:25399;s:21:\"/2016/06/3-layers.jpg\";i:25404;s:15:\"/2016/06/25.png\";i:25405;s:17:\"/2016/06/24-1.jpg\";i:25406;s:17:\"/2016/06/23-1.jpg\";i:25408;s:17:\"/2016/06/22-1.jpg\";i:25409;s:17:\"/2016/06/21-1.jpg\";i:25413;s:17:\"/2016/06/25-1.png\";i:25421;s:35:\"/2016/06/restaurant_portfolio_1.jpg\";i:25422;s:35:\"/2016/06/restaurant_portfolio_2.jpg\";i:25423;s:35:\"/2016/06/restaurant_portfolio_3.jpg\";i:25424;s:35:\"/2016/06/restaurant_portfolio_4.jpg\";i:25425;s:35:\"/2016/06/restaurant_portfolio_5.jpg\";i:25426;s:35:\"/2016/06/restaurant_portfolio_6.jpg\";i:25427;s:35:\"/2016/06/restaurant_portfolio_7.jpg\";i:25428;s:35:\"/2016/06/restaurant_portfolio_8.jpg\";i:25429;s:17:\"/2016/06/26-1.jpg\";i:25438;s:17:\"/2016/06/29-1.jpg\";i:25439;s:17:\"/2016/06/copy.png\";i:25440;s:36:\"/2016/06/restaurant_blackwood_bg.jpg\";i:25442;s:15:\"/2016/06/30.jpg\";i:25444;s:35:\"/2016/06/restaurant_reserve_img.png\";i:25449;s:15:\"/2016/06/31.jpg\";i:25458;s:33:\"/2016/06/3-layers-1_mini_mini.jpg\";i:25460;s:15:\"/2016/06/24.png\";i:25470;s:41:\"/2016/06/food-pizza-restaurant-eating.jpg\";i:25471;s:17:\"/2016/06/25-2.png\";i:25479;s:35:\"/2016/06/shutterstock-136403069.jpg\";i:25480;s:34:\"/2016/06/restaurant_service_bg.jpg\";i:25499;s:31:\"/2016/06/restaurant_staff_2.png\";i:25500;s:31:\"/2016/06/restaurant_staff_3.png\";i:25501;s:31:\"/2016/06/restaurant_staff_4.png\";i:25507;s:15:\"/2016/06/17.png\";i:25508;s:15:\"/2016/06/18.png\";i:25528;s:31:\"/2016/06/restaurant_staff_1.png\";i:25535;s:15:\"/2016/06/16.png\";i:25554;s:15:\"/2016/06/19.png\";i:25583;s:32:\"/2016/06/restaurant_title_bg.jpg\";i:25585;s:33:\"/2016/06/restaurant_food_logo.png\";i:25593;s:36:\"/2016/06/restaurant_white_venzel.png\";i:25604;s:15:\"/2016/06/28.jpg\";i:25617;s:33:\"/2016/06/restaurant_counter_1.png\";i:25618;s:33:\"/2016/06/restaurant_counter_2.png\";i:25619;s:33:\"/2016/06/restaurant_counter_3.png\";i:25628;s:33:\"/2016/06/restaurant_counter_4.png\";i:25632;s:15:\"/2016/06/29.png\";i:25642;s:15:\"/2016/06/30.png\";i:25663;s:15:\"/2016/06/31.png\";i:25672;s:17:\"/2016/06/28-2.png\";i:25712;s:15:\"/2016/06/28.png\";i:25713;s:15:\"/2016/06/42.png\";i:25718;s:31:\"/2016/06/restaurant_price_1.jpg\";i:25719;s:31:\"/2016/06/restaurant_price_2.jpg\";i:25720;s:31:\"/2016/06/restaurant_price_3.jpg\";i:25745;s:15:\"/2016/06/43.jpg\";i:25786;s:17:\"/2016/06/30-1.jpg\";i:25798;s:25:\"/2016/07/contact-bg-1.png\";i:25799;s:21:\"/2016/07/3-layers.png\";i:25800;s:14:\"/2016/07/5.jpg\";i:25801;s:14:\"/2016/07/3.jpg\";i:25802;s:14:\"/2016/07/6.jpg\";i:25803;s:14:\"/2016/07/4.jpg\";i:25804;s:16:\"/2016/07/2-7.jpg\";i:25807;s:27:\"/2016/07/slice-1_mini-1.jpg\";i:25811;s:38:\"/2016/07/teams_parallax_background.jpg\";i:25816;s:27:\"/2016/07/slice-3_mini-1.jpg\";i:25818;s:46:\"/2016/07/tabs_page_men_with_tablet-300x209.jpg\";i:25843;s:47:\"/2016/06/restaurant-parallax-scroller-image.jpg\";i:25844;s:23:\"/2016/06/Layer-39-1.png\";i:25845;s:21:\"/2016/06/Layer-35.png\";i:25846;s:21:\"/2016/06/Layer-36.png\";i:25847;s:21:\"/2016/06/Layer-37.png\";i:25848;s:21:\"/2016/06/Layer-28.png\";i:25849;s:21:\"/2016/06/Layer-34.png\";i:25850;s:21:\"/2016/06/Layer-39.png\";i:25851;s:21:\"/2016/06/Layer-33.png\";i:25863;s:15:\"/2016/08/19.jpg\";i:25864;s:15:\"/2016/08/18.jpg\";i:25866;s:15:\"/2016/08/22.jpg\";i:25867;s:15:\"/2016/08/21.png\";i:25870;s:14:\"/2016/08/2.jpg\";i:25894;s:30:\"/2016/08/lookbook_slider_1.jpg\";i:25895;s:30:\"/2016/08/lookbook_slider_2.jpg\";i:25896;s:30:\"/2016/08/lookbook_slider_3.jpg\";i:25897;s:30:\"/2016/08/lookbook_slider_4.jpg\";i:25898;s:30:\"/2016/08/lookbook_slider_5.jpg\";i:25899;s:30:\"/2016/08/lookbook_slider_6.jpg\";i:25901;s:14:\"/2016/08/3.jpg\";i:25922;s:33:\"/2016/08/fashion_glasses_line.png\";i:25923;s:29:\"/2016/08/print_dress_line.png\";i:25924;s:25:\"/2016/08/red_bag_line.png\";i:25931;s:15:\"/2016/08/12.jpg\";i:25945;s:20:\"/2016/08/27_mini.jpg\";i:25946;s:20:\"/2016/08/26_mini.jpg\";i:25947;s:20:\"/2016/08/25_mini.jpg\";i:25948;s:20:\"/2016/08/24_mini.jpg\";i:25949;s:20:\"/2016/08/23_mini.jpg\";i:25964;s:14:\"/2016/08/4.jpg\";i:25981;s:14:\"/2016/08/5.jpg\";i:26019;s:37:\"/2016/08/lookbook_contemporary_bg.png\";i:26020;s:31:\"/2016/08/lookbook_slapup_bg.png\";i:26077;s:28:\"/2016/08/lookbook_1px_bg.jpg\";i:26157;s:14:\"/2016/08/7.jpg\";i:26160;s:14:\"/2016/08/8.jpg\";i:26181;s:15:\"/2016/08/15.jpg\";i:26182;s:15:\"/2016/08/16.jpg\";i:26183;s:15:\"/2016/08/17.jpg\";i:26199;s:14:\"/2016/08/9.jpg\";i:26259;s:15:\"/2016/08/28.png\";i:26312;s:20:\"/2016/08/29_mini.jpg\";i:26323;s:20:\"/2016/08/28_mini.jpg\";i:26332;s:38:\"/2016/08/lookbook_new_collection-1.jpg\";i:26334;s:40:\"/2016/08/lookbook_new_collection_men.jpg\";i:26338;s:44:\"/2016/08/lookbook_new_collection_gallery.jpg\";i:26340;s:14:\"/2016/08/1.jpg\";i:26385;s:15:\"/2016/08/23.jpg\";i:26389;s:31:\"/2016/08/lookbook_gallery_5.jpg\";i:26390;s:31:\"/2016/08/lookbook_gallery_2.jpg\";i:26391;s:31:\"/2016/08/lookbook_gallery_6.jpg\";i:26392;s:31:\"/2016/08/lookbook_gallery_1.jpg\";i:26393;s:31:\"/2016/08/lookbook_gallery_4.jpg\";i:26394;s:31:\"/2016/08/lookbook_gallery_3.jpg\";i:26400;s:15:\"/2016/08/11.jpg\";i:26402;s:40:\"/2016/08/lookbook_contemporary_image.jpg\";i:26403;s:34:\"/2016/08/lookbook_slapup_image.jpg\";i:26405;s:41:\"/2016/08/lookbook_shockoffer_parallax.jpg\";i:26411;s:26:\"/2016/08/layer-25_mini.jpg\";i:26412;s:26:\"/2016/08/layer-20_mini.jpg\";i:26413;s:28:\"/2016/08/layer-26_mini-1.jpg\";i:26414;s:28:\"/2016/08/2-layers_mini-3.jpg\";i:26415;s:19:\"/2016/08/1_mini.jpg\";i:26416;s:26:\"/2016/08/2-layers_mini.jpg\";i:26418;s:24:\"/2016/08/lookbook-05.png\";i:26419;s:24:\"/2016/08/lookbook-04.png\";i:26420;s:24:\"/2016/08/lookbook-03.png\";i:26421;s:24:\"/2016/08/lookbook-02.png\";i:26422;s:24:\"/2016/08/lookbook-01.png\";i:26444;s:23:\"/2016/08/3-layers-1.png\";i:26454;s:19:\"/2016/08/2_mini.jpg\";i:26459;s:19:\"/2016/08/3_mini.jpg\";i:26472;s:19:\"/2016/08/5_mini.jpg\";i:26493;s:19:\"/2016/08/7_mini.jpg\";i:26495;s:19:\"/2016/08/6_mini.jpg\";i:26497;s:14:\"/2016/08/4.png\";i:26537;s:16:\"/2016/08/9-1.jpg\";i:26538;s:15:\"/2016/08/10.jpg\";i:26539;s:17:\"/2016/08/11-1.jpg\";i:26540;s:17:\"/2016/08/12-1.jpg\";i:26541;s:15:\"/2016/08/13.jpg\";i:26582;s:15:\"/2016/08/14.jpg\";i:26590;s:15:\"/2016/08/15.png\";i:26591;s:21:\"/2016/08/1_mini-1.jpg\";i:26607;s:16:\"/2016/08/8-1.jpg\";i:26625;s:19:\"/2016/08/4_mini.jpg\";i:26626;s:21:\"/2016/08/3_mini-1.jpg\";i:26627;s:21:\"/2016/08/2_mini-1.jpg\";i:26628;s:23:\"/2016/08/1_mini-1-1.jpg\";i:26677;s:16:\"/2016/08/5-1.jpg\";i:26714;s:16:\"/2016/08/4-1.jpg\";i:26715;s:16:\"/2016/08/5-2.jpg\";i:26716;s:14:\"/2016/08/6.jpg\";i:26717;s:16:\"/2016/08/7-1.jpg\";i:26718;s:16:\"/2016/08/8-2.jpg\";i:26769;s:19:\"/2016/08/9_mini.jpg\";i:26770;s:20:\"/2016/08/10_mini.jpg\";i:26771;s:20:\"/2016/08/11_mini.jpg\";i:26772;s:20:\"/2016/08/12_mini.jpg\";i:26776;s:21:\"/2016/08/2_mini-2.jpg\";i:26777;s:21:\"/2016/08/3_mini-2.jpg\";i:26791;s:14:\"/2016/08/3.png\";i:26792;s:14:\"/2016/08/2.png\";i:26826;s:16:\"/2016/08/1-1.jpg\";i:26836;s:16:\"/2016/08/5-3.jpg\";i:26843;s:16:\"/2016/08/6-1.jpg\";i:26887;s:21:\"/2016/08/1_mini-2.jpg\";i:26888;s:21:\"/2016/08/2_mini-3.jpg\";i:26889;s:21:\"/2016/08/3_mini-3.jpg\";i:26890;s:21:\"/2016/08/4_mini-1.jpg\";i:26955;s:16:\"/2016/08/1-2.jpg\";i:26956;s:16:\"/2016/08/2-1.png\";i:26957;s:16:\"/2016/08/3-1.jpg\";i:26958;s:16:\"/2016/08/4-2.jpg\";i:26959;s:16:\"/2016/08/5-4.jpg\";i:26960;s:16:\"/2016/08/6-2.jpg\";i:26961;s:16:\"/2016/08/7-2.jpg\";i:26962;s:16:\"/2016/08/8-3.jpg\";i:26963;s:16:\"/2016/08/9-2.jpg\";i:26964;s:17:\"/2016/08/10-1.jpg\";i:26965;s:17:\"/2016/08/11-2.jpg\";i:26966;s:17:\"/2016/08/12-2.jpg\";i:26967;s:17:\"/2016/08/13-1.jpg\";i:26968;s:16:\"/2016/08/114.jpg\";i:26969;s:17:\"/2016/08/15-1.jpg\";i:26970;s:26:\"/2016/08/agency-image1.jpg\";i:26973;s:14:\"/2016/08/m.png\";i:26974;s:14:\"/2016/08/s.png\";i:26975;s:14:\"/2016/08/p.png\";i:26976;s:14:\"/2016/08/w.png\";i:26977;s:14:\"/2016/08/d.png\";i:26978;s:14:\"/2016/08/b.png\";i:26988;s:15:\"/2016/08/16.png\";i:27012;s:20:\"/2016/08/slice-7.png\";i:27016;s:36:\"/2016/08/deathtostock-notstock10.jpg\";i:27062;s:19:\"/2016/08/line-2.png\";i:27063;s:14:\"/2016/08/e.png\";i:27096;s:21:\"/2016/08/2-layers.png\";i:27104;s:14:\"/2016/08/c.png\";i:27135;s:17:\"/2016/08/17-1.jpg\";i:27140;s:21:\"/2016/08/layer-16.png\";i:27141;s:21:\"/2016/08/layer-22.png\";i:27186;s:14:\"/2016/08/u.png\";i:27188;s:17:\"/2016/08/18-1.jpg\";i:27189;s:17:\"/2016/08/22-1.jpg\";i:27190;s:15:\"/2016/08/21.jpg\";i:27191;s:15:\"/2016/08/20.jpg\";i:27192;s:17:\"/2016/08/19-1.jpg\";i:27193;s:17:\"/2016/08/20-1.jpg\";i:27260;s:38:\"/2016/09/coiming_soon_6_background.jpg\";i:27262;s:23:\"/2016/09/white_logo.png\";i:27284;s:16:\"/2016/08/1-3.jpg\";i:27287;s:18:\"/2016/08/line2.png\";i:27288;s:18:\"/2016/08/line1.png\";i:27296;s:43:\"/2016/09/coiming_soon_3_background_mini.jpg\";i:27300;s:33:\"/2016/09/x3-Logo_Outlined-003.png\";i:27325;s:33:\"/2016/09/x3-Logo_Outlined-007.png\";i:27326;s:43:\"/2016/09/coiming_soon_4_background_mini.jpg\";i:27365;s:18:\"/2016/08/line3.png\";i:27366;s:16:\"/2016/08/2-1.jpg\";i:27367;s:16:\"/2016/08/4-3.jpg\";i:27368;s:16:\"/2016/08/3-2.jpg\";i:27392;s:15:\"/2016/08/p1.jpg\";i:27394;s:18:\"/2016/08/line4.png\";i:27402;s:16:\"/2016/08/5-5.jpg\";i:27405;s:18:\"/2016/08/stars.png\";i:27449;s:19:\"/2016/08/room-1.jpg\";i:27492;s:19:\"/2016/08/room-2.jpg\";i:27493;s:19:\"/2016/08/room-3.jpg\";i:27494;s:19:\"/2016/08/room-4.jpg\";i:27524;s:17:\"/2016/08/18-2.jpg\";i:27525;s:17:\"/2016/08/19-2.jpg\";i:27526;s:17:\"/2016/08/20-2.jpg\";i:27530;s:18:\"/2016/08/line5.png\";i:27533;s:18:\"/2016/08/line6.png\";i:27539;s:17:\"/2016/08/21-1.png\";i:27557;s:15:\"/2016/08/p2.jpg\";i:27560;s:18:\"/2016/08/line7.png\";i:27571;s:15:\"/2016/08/28.jpg\";i:27572;s:15:\"/2016/08/22.png\";i:27606;s:15:\"/2016/09/23.jpg\";i:27607;s:15:\"/2016/09/17.jpg\";i:27608;s:14:\"/2016/09/5.png\";i:27609;s:14:\"/2016/09/4.png\";i:27610;s:15:\"/2016/09/19.jpg\";i:27611;s:15:\"/2016/08/27.jpg\";i:27615;s:16:\"/2016/09/gem.png\";i:27617;s:15:\"/2016/09/25.png\";i:27619;s:30:\"/revslider/media agency/16.jpg\";i:27620;s:31:\"/revslider/media agency1/16.jpg\";i:27621;s:42:\"/revslider/media agency/tp-brokenimage.png\";i:27652;s:14:\"/2016/09/1.jpg\";i:27653;s:21:\"/2016/09/2-layers.png\";i:27679;s:20:\"/2016/09/slice-1.jpg\";i:27682;s:14:\"/2016/09/2.png\";i:27701;s:14:\"/2016/09/5.jpg\";i:27707;s:27:\"/2016/09/shape-171_mini.jpg\";i:27713;s:24:\"/2016/09/x3-Logo-001.png\";i:27730;s:24:\"/2016/09/x3-Logo-000.png\";i:27738;s:50:\"/2016/09/coiming_soon_7_background_mini_mini-1.jpg\";i:27797;s:38:\"/2016/09/TheGem-ComingSoon-Logo-3x.png\";i:27831;s:17:\"/2016/09/17-1.jpg\";i:27832;s:17:\"/2016/09/18-1.jpg\";i:27833;s:15:\"/2016/09/22.png\";i:27838;s:15:\"/2016/09/11.jpg\";i:27839;s:15:\"/2016/09/10.jpg\";i:27840;s:14:\"/2016/09/9.jpg\";i:27845;s:15:\"/2016/09/14.png\";i:27846;s:15:\"/2016/09/13.png\";i:27855;s:15:\"/2016/09/16.png\";i:27858;s:17:\"/2016/09/17-2.jpg\";i:27869;s:15:\"/2016/09/20.jpg\";i:27876;s:21:\"/2016/09/3-layers.png\";i:27951;s:15:\"/2016/09/18.jpg\";i:27964;s:15:\"/2016/10/13.jpg\";i:27977;s:26:\"/2016/10/shape-29-copy.png\";i:27996;s:28:\"/2016/10/shape-29-copy-5.png\";i:28016;s:30:\"/2016/10/10-e1475662446247.jpg\";i:28030;s:14:\"/2016/10/1.jpg\";i:28048;s:14:\"/2016/10/2.jpg\";i:28051;s:21:\"/2016/10/2-layers.jpg\";i:28054;s:18:\"/2016/10/arrow.png\";i:28059;s:15:\"/2016/10/11.jpg\";i:28060;s:15:\"/2016/10/14.jpg\";i:28092;s:15:\"/2016/10/22.jpg\";i:28093;s:15:\"/2016/10/15.jpg\";i:28097;s:15:\"/2016/10/17.jpg\";i:28098;s:15:\"/2016/10/16.jpg\";i:28110;s:15:\"/2016/10/19.jpg\";i:28115;s:15:\"/2016/10/20.jpg\";i:28117;s:28:\"/2016/10/shape-29-copy-1.png\";i:28120;s:14:\"/2016/10/7.jpg\";i:28121;s:14:\"/2016/10/6.jpg\";i:28122;s:14:\"/2016/10/5.jpg\";i:28123;s:14:\"/2016/10/4.jpg\";i:28124;s:14:\"/2016/10/3.jpg\";i:28134;s:17:\"/2016/10/21-1.jpg\";i:28162;s:17:\"/2016/10/22-1.jpg\";i:28163;s:21:\"/2016/10/3-layers.png\";i:28213;s:16:\"/2016/10/1-1.jpg\";i:28215;s:16:\"/2016/10/2-1.jpg\";i:28221;s:23:\"/2016/09/2-layers-1.png\";i:28223;s:15:\"/2016/09/33.jpg\";i:28225;s:15:\"/2016/09/32.jpg\";i:28226;s:15:\"/2016/09/31.jpg\";i:28227;s:15:\"/2016/09/30.jpg\";i:28230;s:30:\"/2016/09/shape-167-copy-13.png\";i:28238;s:14:\"/2016/09/3.jpg\";i:28239;s:14:\"/2016/09/2.jpg\";i:28240;s:16:\"/2016/09/1-1.jpg\";i:28246;s:23:\"/2016/09/2-layers-2.png\";i:28256;s:15:\"/2016/09/35.png\";i:28258;s:15:\"/2016/09/36.png\";i:28260;s:14:\"/2016/09/6.jpg\";i:28261;s:16:\"/2016/09/5-1.jpg\";i:28262;s:14:\"/2016/09/4.jpg\";i:28266;s:23:\"/2016/09/2-layers-4.png\";i:28270;s:15:\"/2016/09/37.jpg\";i:28318;s:15:\"/2016/09/38.jpg\";i:28320;s:15:\"/2016/09/39.png\";i:28337;s:16:\"/2016/10/3-1.jpg\";i:28339;s:21:\"/2016/10/2-layers.png\";i:28347;s:22:\"/2016/10/2-layers4.png\";i:28348;s:22:\"/2016/10/2-layers3.png\";i:28349;s:22:\"/2016/10/2-layers2.png\";i:28350;s:22:\"/2016/10/2-layers1.png\";i:28351;s:23:\"/2016/10/2-layers-1.png\";i:28357;s:16:\"/2016/10/4-1.jpg\";i:28364;s:16:\"/2016/10/5-1.jpg\";i:28406;s:16:\"/2016/10/6-1.jpg\";i:28408;s:17:\"/2016/10/15-1.jpg\";i:28417;s:17:\"/2016/10/11-1.jpg\";i:28428;s:16:\"/2016/10/7-1.jpg\";i:28436;s:14:\"/2016/10/8.jpg\";i:28447;s:15:\"/2016/11/14.jpg\";i:28456;s:23:\"/2016/10/2-layers-2.png\";i:28546;s:15:\"/2017/05/10.jpg\";i:28561;s:21:\"/2017/05/pattern1.jpg\";i:28579;s:14:\"/2017/05/9.jpg\";i:28580;s:15:\"/2017/05/11.jpg\";i:28586;s:15:\"/2017/05/22.jpg\";i:28596;s:14:\"/2017/05/1.jpg\";i:28598;s:14:\"/2017/05/7.jpg\";i:28599;s:14:\"/2017/05/6.jpg\";i:28600;s:14:\"/2017/05/5.jpg\";i:28601;s:14:\"/2017/05/4.jpg\";i:28602;s:14:\"/2017/05/3.jpg\";i:28603;s:14:\"/2017/05/2.jpg\";i:28604;s:16:\"/2017/05/1-1.jpg\";i:28605;s:21:\"/2017/05/3-layers.png\";i:28634;s:16:\"/2017/05/1_2.jpg\";i:28683;s:14:\"/2017/05/8.jpg\";i:28690;s:16:\"/2017/05/7-1.jpg\";i:28730;s:16:\"/2017/05/6-1.jpg\";i:28773;s:16:\"/2017/05/2-1.jpg\";i:28799;s:16:\"/2017/05/1-2.jpg\";i:28800;s:21:\"/2017/05/pattern2.jpg\";i:28807;s:14:\"/2017/05/1.png\";i:28828;s:24:\"/2017/05/skyscrapers.mp4\";i:28834;s:15:\"/2017/05/23.jpg\";i:28878;s:15:\"/2017/05/c5.png\";i:28879;s:15:\"/2017/05/c3.png\";i:28880;s:15:\"/2017/05/c2.png\";i:28881;s:15:\"/2017/05/c1.png\";i:28948;s:19:\"/2017/05/1_mini.jpg\";i:28949;s:19:\"/2017/05/2_mini.jpg\";i:28950;s:19:\"/2017/05/3_mini.jpg\";i:28951;s:19:\"/2017/05/4_mini.jpg\";i:28952;s:19:\"/2017/05/5_mini.jpg\";i:28953;s:19:\"/2017/05/6_mini.jpg\";i:28954;s:19:\"/2017/05/7_mini.jpg\";i:28955;s:19:\"/2017/05/8_mini.jpg\";i:28956;s:19:\"/2017/05/9_mini.jpg\";i:28957;s:20:\"/2017/05/10_mini.jpg\";i:28958;s:20:\"/2017/05/11_mini.jpg\";i:28959;s:20:\"/2017/05/12_mini.jpg\";i:28960;s:20:\"/2017/05/13_mini.jpg\";i:28961;s:20:\"/2017/05/14_mini.jpg\";i:28962;s:20:\"/2017/05/15_mini.jpg\";i:28963;s:20:\"/2017/05/16_mini.jpg\";i:28964;s:20:\"/2017/05/17_mini.jpg\";i:28965;s:20:\"/2017/05/18_mini.jpg\";i:29140;s:54:\"/revslider/Thegem Church Onepage/rectangle-72_mini.jpg\";i:29141;s:56:\"/revslider/Thegem Church Onepage/rounded-rectangle-2.png\";i:29143;s:14:\"/2017/06/3.jpg\";i:29145;s:14:\"/2017/06/4.jpg\";i:29152;s:15:\"/2017/06/12.jpg\";i:29157;s:15:\"/2017/06/15.jpg\";i:29158;s:15:\"/2017/06/16.jpg\";i:29159;s:15:\"/2017/06/17.jpg\";i:29161;s:15:\"/2017/06/13.jpg\";i:29163;s:14:\"/2017/06/5.jpg\";i:29167;s:14:\"/2017/06/6.jpg\";i:29174;s:20:\"/2017/06/slice-5.jpg\";i:29190;s:14:\"/2017/06/8.jpg\";i:29199;s:37:\"/2017/05/church-video-poster_mini.jpg\";i:29200;s:14:\"/2017/06/9.jpg\";i:29201;s:15:\"/2017/06/10.jpg\";i:29202;s:15:\"/2017/06/11.jpg\";i:29204;s:20:\"/2017/06/slice-6.jpg\";i:29235;s:32:\"/2017/05/church-bg-dark_mini.jpg\";i:29236;s:33:\"/2017/05/church-bg-light_mini.jpg\";i:29246;s:24:\"/2017/06/church-logo.png\";i:29249;s:15:\"/2017/06/19.png\";i:29250;s:18:\"/2017/06/cross.png\";i:29253;s:21:\"/2017/06/church-2.jpg\";i:29256;s:25:\"/2017/06/church-cut-3.mp4\";i:29281;s:53:\"/revslider/agency-sparta-animated/1_1-2_mini_mini.jpg\";i:29282;s:53:\"/revslider/agency-sparta-animated/3-25_mini_mini2.jpg\";i:29283;s:53:\"/revslider/agency-sparta-animated/4-25_mini_mini2.jpg\";i:29284;s:45:\"/revslider/agency-sparta-animated/Sputnik.png\";i:29286;s:48:\"/revslider/agency-rave-animated/slice-1_mini.jpg\";i:29287;s:42:\"/revslider/agency-rave-animated/sparks.png\";i:29288;s:38:\"/revslider/agency-rave-animated/15.png\";i:29289;s:40:\"/revslider/agency-rave-animated/girl.png\";i:29290;s:38:\"/revslider/agency-rave-animated/12.jpg\";i:29291;s:38:\"/revslider/agency-rave-animated/14.png\";i:29292;s:38:\"/revslider/agency-rave-animated/13.png\";i:29293;s:45:\"/revslider/agency-rave-animated/Raven-Eye.png\";i:29294;s:52:\"/revslider/agency-rave-animated/Raven-Eye-Closed.png\";i:29295;s:43:\"/revslider/agency-rave-animated/10_mini.jpg\";i:29296;s:44:\"/revslider/agency-rave-animated/4-layers.png\";i:29297;s:44:\"/revslider/agency-rave-animated/5-layers.png\";i:29298;s:35:\"/revslider/Creative Agency/15-1.jpg\";i:29299;s:39:\"/revslider/Creative Agency/layer-16.png\";i:29300;s:39:\"/revslider/Creative Agency/layer-22.png\";i:29301;s:37:\"/revslider/Creative Agency/Pic-2a.jpg\";i:29302;s:37:\"/revslider/Creative Agency/evelyn.png\";i:29305;s:55:\"/revslider/TheGem Agency (One-Page)/Crystal-Space-1.jpg\";i:29306;s:64:\"/revslider/TheGem Agency (One-Page)/Crystal-Mountains-2560-1.png\";i:29307;s:54:\"/revslider/TheGem Agency (One-Page)/Crystal-Clouds.png\";i:29308;s:54:\"/revslider/TheGem Agency (One-Page)/tp-brokenimage.png\";i:29309;s:30:\"/revslider/thegem-app/1-30.jpg\";i:29310;s:31:\"/revslider/thegem-app/cover.jpg\";i:29311;s:40:\"/revslider/thegem-app/Sun-Lights_1_1.mp4\";i:29312;s:30:\"/revslider/thegem-app/13-6.jpg\";i:29313;s:29:\"/revslider/ahegem-app/3-8.png\";i:29314;s:29:\"/revslider/ahegem-app/1-6.png\";i:29315;s:29:\"/revslider/ahegem-app/2-8.png\";i:29316;s:29:\"/revslider/ahegem-app/7-2.png\";i:29317;s:29:\"/revslider/ahegem-app/4-6.png\";i:29318;s:29:\"/revslider/ahegem-app/6-3.png\";i:29319;s:29:\"/revslider/ahegem-app/8-5.png\";i:29320;s:30:\"/revslider/ahegem-app/10-2.png\";i:29321;s:45:\"/revslider/App Sparta Animate1/2-layers-4.jpg\";i:29322;s:45:\"/revslider/App Sparta Animate1/iphone_6_3.png\";i:29323;s:42:\"/revslider/App Sparta Animate1/shape-2.png\";i:29324;s:39:\"/revslider/App Sparta Animate1/4-30.jpg\";i:29325;s:45:\"/revslider/app-sparta-content-slider1/7-3.png\";i:29326;s:45:\"/revslider/app-sparta-content-slider1/3-9.png\";i:29327;s:45:\"/revslider/app-sparta-content-slider1/4-7.png\";i:29328;s:45:\"/revslider/app-sparta-content-slider1/5-4.png\";i:29329;s:45:\"/revslider/app-sparta-content-slider1/2-9.png\";i:29330;s:45:\"/revslider/app-sparta-content-slider1/6-4.png\";i:29332;s:31:\"/revslider/business-02/2-32.jpg\";i:29333;s:31:\"/revslider/business-02/5-29.jpg\";i:29335;s:38:\"/revslider/business-03/First-Frame.jpg\";i:29336;s:41:\"/revslider/business-03/Business-Slide.mp4\";i:29337;s:40:\"/revslider/business-03/slider_center.jpg\";i:29338;s:39:\"/revslider/business-03/slider_right.jpg\";i:29339;s:40:\"/revslider/business-05-animated/1-26.jpg\";i:29340;s:40:\"/revslider/business-05-animated/2-24.jpg\";i:29341;s:36:\"/revslider/business-061/slide1-1.jpg\";i:29342;s:36:\"/revslider/business-061/slide2-1.jpg\";i:29343;s:36:\"/revslider/business-061/slide3-1.jpg\";i:29344;s:36:\"/revslider/business-061/slide4-1.jpg\";i:29345;s:36:\"/revslider/business-061/slide5-1.jpg\";i:29348;s:90:\"/revslider/Splash Creative Dark Animate1/Creative-Dark-Planet-Background-1_mini_mini-2.jpg\";i:29349;s:52:\"/revslider/Splash Creative Dark Animate1/Sputnik.png\";i:29350;s:77:\"/revslider/Splash Creative Dark Animate1/Splash-Creative-Dark-Slider-Full.jpg\";i:29351;s:72:\"/revslider/splash-creative-light-01-animated1/Slider-CL01-Background.png\";i:29352;s:70:\"/revslider/splash-creative-light-01-animated1/Slider-CL01-Diamond3.png\";i:29353;s:70:\"/revslider/splash-creative-light-01-animated1/Slider-CL01-Diamond2.png\";i:29354;s:69:\"/revslider/splash-creative-light-01-animated1/Slider-CL01-Diamond.png\";i:29355;s:68:\"/revslider/splash-creative-light-01-animated1/Slider-CL01-Back-3.png\";i:29356;s:68:\"/revslider/splash-creative-light-01-animated1/Slider-CL01-Back-2.png\";i:29357;s:68:\"/revslider/splash-creative-light-01-animated1/Slider-CL01-Back-1.png\";i:29358;s:71:\"/revslider/splash-creative-light-02-animated/Diamond-Outline-Smooth.png\";i:29359;s:82:\"/revslider/splash-creative-light-02-animated/Splash-Creative-Dark-Slider-Full2.jpg\";i:29360;s:87:\"/revslider/splash-creative-light-02-animated/Splash-Creative-Dark-Slider-Background.jpg\";i:29361;s:37:\"/revslider/vertical slider/Image1.jpg\";i:29362;s:52:\"/revslider/vertical slider/Diamond-Background-02.mp4\";i:29363;s:41:\"/revslider/vertical slider/3-layers-1.png\";i:29364;s:41:\"/revslider/vertical slider/3-layers-2.png\";i:29365;s:43:\"/revslider/fitness-slider-1-animated/29.jpg\";i:29366;s:57:\"/revslider/fitness-slider-1-animated/shape-179-copy-2.png\";i:29367;s:43:\"/revslider/fitness-slider-1-animated/28.jpg\";i:29368;s:67:\"/revslider/fitness-slider-1-animated/rounded-rectangle-2-copy-4.png\";i:29369;s:43:\"/revslider/fitness-slider-2-animated/25.jpg\";i:29370;s:50:\"/revslider/fitness-slider-2-animated/shape-198.png\";i:29371;s:43:\"/revslider/fitness-slider-2-animated/26.jpg\";i:29374;s:49:\"/revslider/fitness-slider-3-animated/5-layers.jpg\";i:29375;s:45:\"/revslider/fitness-slider-3-animated/23-1.jpg\";i:29376;s:43:\"/revslider/interior-sparta-animated/1-3.jpg\";i:29377;s:43:\"/revslider/interior-sparta-animated/2-3.jpg\";i:29378;s:50:\"/revslider/interior-sparta-animated/mouse_icon.png\";i:29379;s:36:\"/revslider/lawyer-01-animated/22.jpg\";i:29380;s:36:\"/revslider/lawyer-01-animated/21.png\";i:29381;s:36:\"/revslider/lawyer-01-animated/19.jpg\";i:29382;s:36:\"/revslider/lawyer-01-animated/18.jpg\";i:29383;s:41:\"/revslider/restaurant-2-animated/29-1.jpg\";i:29384;s:42:\"/revslider/restaurant-2-animated/stars.jpg\";i:29385;s:39:\"/revslider/restaurant-2-animated/30.jpg\";i:29386;s:39:\"/revslider/restaurant-animated/21-1.jpg\";i:29387;s:39:\"/revslider/restaurant-animated/22-1.jpg\";i:29388;s:39:\"/revslider/restaurant-animated/23-1.jpg\";i:29389;s:39:\"/revslider/restaurant-animated/24-1.jpg\";i:29391;s:42:\"/revslider/gem-photo-animated/2-1_mini.jpg\";i:29392;s:42:\"/revslider/gem-photo-animated/7-1_mini.jpg\";i:29393;s:42:\"/revslider/gem-photo-animated/3-1_mini.jpg\";i:29394;s:42:\"/revslider/gem-photo-animated/1-1_mini.jpg\";i:29395;s:42:\"/revslider/gem-photo-animated/6-1_mini.jpg\";i:29396;s:42:\"/revslider/gem-photo-animated/5-2_mini.jpg\";i:29397;s:42:\"/revslider/gem-photo-animated/4-1_mini.jpg\";i:29398;s:46:\"/revslider/fashion-photography-animated/01.jpg\";i:29399;s:46:\"/revslider/fashion-photography-animated/02.jpg\";i:29400;s:52:\"/revslider/portfolio-minimalistic1-animated/13-2.jpg\";i:29401;s:56:\"/revslider/portfolio-minimalistic1-animated/Image2-1.jpg\";i:29402;s:55:\"/revslider/portfolio-minimalistic1-animated/Ocean-2.mp4\";i:29403;s:69:\"/revslider/shop-splash-page-2-animated/splash_shop_2_slide_2_mini.jpg\";i:29404;s:47:\"/revslider/shop-splash-page-2-animated/1-15.jpg\";i:29405;s:54:\"/revslider/shop-splash-page-2-animated/shop_slide2.jpg\";i:29406;s:47:\"/revslider/shop-splash-page-2-animated/3-10.jpg\";i:29407;s:39:\"/revslider/single-shop-slide1/10-26.jpg\";i:29408;s:66:\"/revslider/shop-splash-page-3-animated/splash_shop_3_slide_1-1.jpg\";i:29409;s:64:\"/revslider/shop-splash-page-3-animated/splash_shop_3_slide_2.jpg\";i:29410;s:67:\"/revslider/shop-splash-page-3-animated/Shop-Closing-First-Frame.jpg\";i:29411;s:56:\"/revslider/shop-splash-page-3-animated/Shop-Clothing.mp4\";i:29413;s:44:\"/revslider/shop-splash-page-1-animated/1.jpg\";i:29414;s:46:\"/revslider/shop-splash-page-1-animated/ban.png\";i:29415;s:69:\"/revslider/shop-splash-page-1-animated/splash_shop_1_slide_2_mini.jpg\";i:29416;s:67:\"/revslider/shop-splash-page-1-animated/splash_shop_1_slide_2_el.png\";i:29417;s:64:\"/revslider/shop-splash-page-1-animated/splash_shop_1_slide_3.jpg\";i:29418;s:67:\"/revslider/shop-splash-page-1-animated/splash_shop_1_slide_3_el.png\";i:29419;s:39:\"/revslider/single-shop-slide2/10-26.jpg\";i:29420;s:38:\"/revslider/single-shop-slide/10-26.jpg\";i:29421;s:65:\"/revslider/splash-shop-page-04-animate1/splash_shop_4_slide11.jpg\";i:29422;s:65:\"/revslider/splash-shop-page-04-animate1/splash_shop_4_slide21.jpg\";i:29423;s:67:\"/revslider/splash-shop-page-04-animate1/splash_shop_4_slide31-1.jpg\";i:29424;s:54:\"/revslider/splash-shop-page-04-animate1/mouse_icon.png\";i:29425;s:57:\"/revslider/lookbook-slider-animated/lookbook_slider_1.jpg\";i:29426;s:57:\"/revslider/lookbook-slider-animated/lookbook_slider_2.jpg\";i:29427;s:57:\"/revslider/lookbook-slider-animated/lookbook_slider_3.jpg\";i:29428;s:60:\"/revslider/lookbook-slider-animated/fashion_glasses_line.png\";i:29429;s:52:\"/revslider/lookbook-slider-animated/red_bag_line.png\";i:29430;s:56:\"/revslider/lookbook-slider-animated/print_dress_line.png\";i:29431;s:57:\"/revslider/lookbook-slider-animated/lookbook_slider_4.jpg\";i:29432;s:57:\"/revslider/lookbook-slider-animated/lookbook_slider_5.jpg\";i:29433;s:57:\"/revslider/lookbook-slider-animated/lookbook_slider_6.jpg\";i:29434;s:54:\"/revslider/about-us-page-1-animated/about_us_img14.jpg\";i:29440;s:47:\"/revslider/about-us-page-1-animated/Group-2.png\";i:29441;s:47:\"/revslider/about-us-page-1-animated/Group-3.png\";i:29435;s:48:\"/revslider/about-us-page-1-animated/Crumbs-1.png\";i:29436;s:48:\"/revslider/about-us-page-1-animated/Crumbs-2.png\";i:29437;s:48:\"/revslider/about-us-page-1-animated/Crumbs-3.png\";i:29438;s:47:\"/revslider/about-us-page-1-animated/Group-4.png\";i:29439;s:47:\"/revslider/about-us-page-1-animated/Group-1.png\";i:29442;s:71:\"/revslider/about-us-page-2-animated/about_us_page_2_background_mini.jpg\";i:29443;s:41:\"/revslider/about-us-page-2-animated/4.png\";i:29444;s:41:\"/revslider/about-us-page-2-animated/3.png\";i:29445;s:41:\"/revslider/about-us-page-2-animated/2.png\";i:29446;s:41:\"/revslider/about-us-page-2-animated/1.png\";i:29450;s:63:\"/revslider/contact-us-01-animated/contact_us_1_slide_1_mini.jpg\";i:29453;s:47:\"/revslider/Blog masonry 3x light/2-layers-2.jpg\";i:29455;s:34:\"/revslider/SIMPLE PROJECT1/1-3.jpg\";i:29456;s:34:\"/revslider/SIMPLE PROJECT1/2-2.jpg\";i:29457;s:34:\"/revslider/SIMPLE PROJECT1/3-3.jpg\";i:29458;s:33:\"/revslider/SIMPLE PROJECT/1-3.jpg\";i:29459;s:33:\"/revslider/SIMPLE PROJECT/2-2.jpg\";i:29460;s:33:\"/revslider/SIMPLE PROJECT/3-3.jpg\";i:29461;s:48:\"/revslider/shop-general-page-animated/1_shop.jpg\";i:29462;s:47:\"/revslider/shop-general-page-animated/ramka.png\";i:29463;s:48:\"/revslider/shop-general-page-animated/2_shop.jpg\";i:29464;s:43:\"/revslider/shop-general-page-animated/3.jpg\";i:29465;s:48:\"/revslider/shop-general-page-animated/ramka2.png\";i:29466;s:48:\"/revslider/shop-general-page-animated/4_shop.jpg\";i:29468;s:58:\"/revslider/features-fullscreen-showcase-page1/Showcase.gif\";i:29469;s:53:\"/revslider/features-fullscreen-showcase-page1/1-5.png\";i:29470;s:53:\"/revslider/features-one-pager-options-page1/page2.gif\";i:29471;s:51:\"/revslider/features-one-pager-options-page1/1-5.png\";i:29472;s:49:\"/revslider/features-visual-composer-page1/3-6.jpg\";i:29473;s:49:\"/revslider/features-visual-composer-page1/4-7.jpg\";i:29474;s:49:\"/revslider/features-visual-composer-page1/5-7.jpg\";i:29475;s:49:\"/revslider/features-visual-composer-page1/6-6.jpg\";i:29476;s:49:\"/revslider/features-visual-composer-page1/7-4.jpg\";i:29477;s:49:\"/revslider/features-visual-composer-page1/8-1.png\";i:29496;s:37:\"/revslider/shop-landing/layer-332.jpg\";i:29497;s:32:\"/revslider/shop-landing/2017.png\";i:29498;s:52:\"/revslider/shop-landing-content-slider/layer-639.jpg\";i:29500;s:16:\"/2017/08/scr.png\";i:29501;s:15:\"/2017/08/10.jpg\";i:29502;s:33:\"/2017/08/rectangle-118-copy-4.jpg\";i:29503;s:14:\"/2017/08/9.jpg\";i:29504;s:15:\"/2017/08/13.jpg\";i:29505;s:15:\"/2017/08/16.jpg\";i:29506;s:34:\"/2017/08/rectangle-118-copy-14.jpg\";i:29507;s:14:\"/2017/08/8.jpg\";i:29508;s:15:\"/2017/08/18.jpg\";i:29509;s:15:\"/2017/08/21.jpg\";i:29510;s:20:\"/2017/08/slice-4.jpg\";i:29511;s:21:\"/2017/08/5-layers.png\";i:29547;s:34:\"/revslider/logistics-01/1_mini.jpg\";i:29548;s:34:\"/revslider/logistics-01/2_mini.jpg\";i:29549;s:34:\"/revslider/logistics-01/3_mini.jpg\";i:29550;s:34:\"/revslider/logistics-01/4_mini.jpg\";i:29551;s:35:\"/revslider/logistics-01/scroll2.png\";i:29553;s:19:\"/2017/08/5_mini.jpg\";i:29554;s:19:\"/2017/08/6_mini.jpg\";i:29555;s:19:\"/2017/08/7_mini.jpg\";i:29556;s:19:\"/2017/08/8_mini.jpg\";i:29557;s:20:\"/2017/08/10_mini.jpg\";i:29558;s:20:\"/2017/08/11_mini.jpg\";i:29559;s:20:\"/2017/08/12_mini.jpg\";i:29560;s:20:\"/2017/08/16_mini.jpg\";i:29561;s:20:\"/2017/08/17_mini.jpg\";i:29562;s:33:\"/2017/08/logistics-dotted-map.png\";i:29563;s:26:\"/2017/08/logistics-map.jpg\";i:29565;s:27:\"/2017/08/logistics-logo.jpg\";i:29571;s:31:\"/2017/08/blogger01_title_bg.jpg\";i:29572;s:33:\"/2017/08/blogger01_bg_image_1.jpg\";i:29573;s:33:\"/2017/08/blogger01_bg_image_2.jpg\";i:29574;s:33:\"/2017/08/blogger01_bg_image_3.jpg\";i:29575;s:33:\"/2017/08/blogger01_bg_image_4.jpg\";i:29579;s:32:\"/2017/08/blogger01_bg_footer.jpg\";i:29580;s:34:\"/2017/08/blogger01_footer_logo.png\";i:29584;s:14:\"/2017/08/2.jpg\";i:29588;s:17:\"/2017/08/10-1.jpg\";i:29589;s:15:\"/2017/08/11.jpg\";i:29590;s:15:\"/2017/08/12.jpg\";i:29591;s:17:\"/2017/08/13-1.jpg\";i:29607;s:22:\"/2017/08/BG-1_mini.jpg\";i:29608;s:17:\"/2017/08/auto.png\";i:29621;s:38:\"/revslider/logistics-02-animated/1.jpg\";i:29622;s:39:\"/revslider/logistics-02-animated/22.jpg\";i:29623;s:44:\"/revslider/logistics-02-animated/scroll2.png\";i:29628;s:16:\"/2017/08/6-2.png\";i:29630;s:20:\"/2017/08/20_mini.jpg\";i:29631;s:20:\"/2017/08/18_mini.jpg\";i:29632;s:20:\"/2017/08/19_mini.jpg\";i:29633;s:22:\"/2017/08/17_mini-1.jpg\";i:29642;s:41:\"/revslider/metro-shop-single-slide/33.jpg\";i:29653;s:16:\"/2017/08/8-1.jpg\";i:29654;s:16:\"/2017/08/9-1.jpg\";i:29677;s:16:\"/2017/08/img.jpg\";i:29682;s:37:\"/revslider/Products Grid/1-slider.jpg\";i:29683;s:37:\"/revslider/Products Grid/2-slider.jpg\";i:29685;s:14:\"/2017/09/2.jpg\";i:29686;s:14:\"/2017/09/3.jpg\";i:29694;s:14:\"/2017/09/4.jpg\";i:29705;s:14:\"/2017/09/6.jpg\";i:29706;s:14:\"/2017/09/7.jpg\";i:29708;s:15:\"/2017/09/18.jpg\";i:29714;s:36:\"/2017/09/woo_justified_header_bg.png\";i:29721;s:29:\"/revslider/Masonry Shop/1.jpg\";i:29722;s:31:\"/revslider/Masonry Shop/2-1.jpg\";i:29798;s:22:\"/2017/09/layer-9-1.jpg\";i:29809;s:21:\"/2017/09/layer-10.jpg\";i:29815;s:16:\"/2017/09/2-1.jpg\";i:29816;s:14:\"/2017/09/1.jpg\";i:29967;s:35:\"/revslider/creative_agency/15-1.jpg\";i:29968;s:39:\"/revslider/creative_agency/layer-16.png\";i:29969;s:39:\"/revslider/creative_agency/layer-22.png\";i:29970;s:37:\"/revslider/creative_agency/Pic-2a.jpg\";i:29971;s:37:\"/revslider/creative_agency/evelyn.png\";i:29977;s:44:\"/revslider/App Sparta Animate/2-layers-4.jpg\";i:29978;s:44:\"/revslider/App Sparta Animate/iphone_6_3.png\";i:29979;s:41:\"/revslider/App Sparta Animate/shape-2.png\";i:29980;s:38:\"/revslider/App Sparta Animate/4-30.jpg\";i:29981;s:44:\"/revslider/app-sparta-content-slider/7-3.png\";i:29982;s:44:\"/revslider/app-sparta-content-slider/3-9.png\";i:29983;s:44:\"/revslider/app-sparta-content-slider/4-7.png\";i:29984;s:44:\"/revslider/app-sparta-content-slider/5-4.png\";i:29985;s:44:\"/revslider/app-sparta-content-slider/2-9.png\";i:29986;s:44:\"/revslider/app-sparta-content-slider/6-4.png\";i:30318;s:32:\"/revslider/Construction-02/1.jpg\";i:30319;s:32:\"/revslider/Construction-02/2.jpg\";i:30320;s:51:\"/revslider/Construction-02/Construction2-Video2.mp4\";i:30321;s:20:\"/2018/01/slice-8.jpg\";i:30322;s:15:\"/2018/01/23.jpg\";i:30323;s:15:\"/2018/01/22.png\";i:30324;s:15:\"/2018/01/21.jpg\";i:30325;s:15:\"/2018/01/20.jpg\";i:30326;s:15:\"/2018/01/19.jpg\";i:30327;s:15:\"/2018/01/18.jpg\";i:30328;s:15:\"/2018/01/16.jpg\";i:30329;s:15:\"/2018/01/17.jpg\";i:30330;s:15:\"/2018/01/15.jpg\";i:30331;s:15:\"/2018/01/14.jpg\";i:30332;s:15:\"/2018/01/13.jpg\";i:30333;s:15:\"/2018/01/12.jpg\";i:30334;s:15:\"/2018/01/11.jpg\";i:30335;s:15:\"/2018/01/10.jpg\";i:30336;s:14:\"/2018/01/9.jpg\";i:30337;s:14:\"/2018/01/8.jpg\";i:30338;s:14:\"/2018/01/7.jpg\";i:30339;s:14:\"/2018/01/6.png\";i:30340;s:14:\"/2018/01/5.jpg\";i:30341;s:14:\"/2018/01/4.jpg\";i:30342;s:14:\"/2018/01/3.jpg\";i:30343;s:14:\"/2018/01/2.jpg\";i:30344;s:14:\"/2018/01/1.jpg\";i:30619;s:14:\"/2018/05/1.jpg\";i:30620;s:14:\"/2018/05/2.jpg\";i:30621;s:14:\"/2018/05/3.png\";i:30622;s:32:\"/2018/05/4-PARALLAX-VERTOCAL.jpg\";i:30623;s:14:\"/2018/05/5.jpg\";i:30624;s:14:\"/2018/05/6.jpg\";i:30625;s:14:\"/2018/05/7.jpg\";i:30626;s:14:\"/2018/05/8.jpg\";i:30627;s:14:\"/2018/05/9.jpg\";i:30628;s:15:\"/2018/05/10.jpg\";i:30629;s:15:\"/2018/05/11.jpg\";i:30630;s:15:\"/2018/05/12.jpg\";i:30631;s:15:\"/2018/05/13.jpg\";i:30632;s:33:\"/2018/05/14-PARALLAX-VERTICAL.jpg\";i:30633;s:15:\"/2018/05/15.jpg\";i:30634;s:15:\"/2018/05/16.jpg\";i:30635;s:15:\"/2018/05/17.jpg\";i:30636;s:15:\"/2018/05/18.jpg\";i:30637;s:15:\"/2018/05/19.png\";i:30638;s:15:\"/2018/05/20.png\";i:30639;s:15:\"/2018/05/21.png\";i:30640;s:15:\"/2018/05/22.png\";i:30641;s:15:\"/2018/05/23.png\";i:30643;s:15:\"/2018/05/25.jpg\";i:30644;s:15:\"/2018/05/26.jpg\";i:30645;s:15:\"/2018/05/27.jpg\";i:30714;s:21:\"/2018/05/3-layers.png\";i:30848;s:18:\"/2018/06/1-ext.jpg\";i:30849;s:18:\"/2018/06/2-ext.jpg\";i:30863;s:15:\"/2018/06/46.png\";i:30885;s:15:\"/2018/06/48.png\";i:30891;s:15:\"/2018/06/48.jpg\";i:30921;s:14:\"/2018/06/1.png\";i:30942;s:15:\"/2018/06/49.png\";i:30950;s:15:\"/2018/06/50.png\";i:30961;s:15:\"/2018/06/49.jpg\";i:30970;s:14:\"/2018/06/3.png\";i:30990;s:14:\"/2018/06/6.jpg\";i:30996;s:14:\"/2018/06/5.png\";i:31000;s:14:\"/2018/06/7.jpg\";i:31004;s:14:\"/2018/06/8.png\";i:31015;s:22:\"/2018/06/diagram-1.png\";i:31016;s:22:\"/2018/06/diagram-2.png\";i:31040;s:14:\"/2018/06/9.png\";i:31065;s:15:\"/2018/06/12.jpg\";i:31070;s:15:\"/2018/06/10.png\";i:31071;s:15:\"/2018/06/11.png\";i:31089;s:15:\"/2018/06/13.jpg\";i:31109;s:20:\"/2018/06/team-bg.png\";i:31110;s:15:\"/2018/06/21.jpg\";i:31111;s:15:\"/2018/06/22.jpg\";i:31130;s:15:\"/2018/06/14.jpg\";i:31142;s:15:\"/2018/06/16.png\";i:31144;s:15:\"/2018/06/18.jpg\";i:31145;s:15:\"/2018/06/19.jpg\";i:31146;s:15:\"/2018/06/20.jpg\";i:31157;s:20:\"/2018/06/news-bg.png\";i:31176;s:22:\"/2018/06/footer-bg.png\";i:31200;s:24:\"/2018/06/logo-bitmgz.png\";i:31201;s:26:\"/2018/06/logo-coindesk.png\";i:31202;s:25:\"/2018/06/logo-newsbtc.png\";i:31270;s:15:\"/2018/06/29.png\";i:31271;s:15:\"/2018/06/30.png\";i:31272;s:15:\"/2018/06/31.png\";i:31273;s:15:\"/2018/06/32.png\";i:31274;s:15:\"/2018/06/33.png\";i:31275;s:15:\"/2018/06/34.png\";i:31276;s:15:\"/2018/06/35.png\";i:31277;s:15:\"/2018/06/36.png\";i:31278;s:15:\"/2018/06/37.png\";i:31279;s:15:\"/2018/06/38.png\";i:31280;s:15:\"/2018/06/39.png\";i:31281;s:15:\"/2018/06/40.png\";i:31319;s:41:\"/revslider/handyman-onepager-slider/1.jpg\";i:31320;s:41:\"/revslider/handyman-onepager-slider/2.jpg\";i:31322;s:14:\"/2018/06/3.jpg\";i:31323;s:14:\"/2018/06/4.jpg\";i:31324;s:14:\"/2018/06/5.jpg\";i:31325;s:33:\"/2018/06/11-PARALLAX-VERTICAL.jpg\";i:31326;s:17:\"/2018/06/12-1.jpg\";i:31327;s:33:\"/2018/06/13-thegem-person-160.jpg\";i:31328;s:33:\"/2018/06/14-thegem-person-160.jpg\";i:31329;s:33:\"/2018/06/15-thegem-person-160.jpg\";i:31330;s:15:\"/2018/06/16.jpg\";i:31331;s:15:\"/2018/06/17.jpg\";i:31332;s:17:\"/2018/06/21-1.jpg\";i:31349;s:17:\"/2018/06/18-1.jpg\";i:31350;s:17:\"/2018/06/19-1.jpg\";i:31351;s:17:\"/2018/06/20-1.jpg\";i:31393;s:35:\"/revslider/craftsman-slider/1-1.jpg\";i:31394;s:37:\"/revslider/craftsman-slider/phone.png\";i:31395;s:35:\"/revslider/craftsman-slider/2-1.jpg\";i:31397;s:18:\"/2018/07/phone.png\";i:31398;s:16:\"/2018/07/8-1.jpg\";i:31399;s:16:\"/2018/07/6-1.jpg\";i:31400;s:16:\"/2018/07/5-1.jpg\";i:31401;s:14:\"/2018/07/3.jpg\";i:31402;s:16:\"/2018/07/2-1.jpg\";i:31403;s:16:\"/2018/07/1-1.jpg\";i:31404;s:14:\"/2018/07/4.jpg\";i:31405;s:18:\"/2018/07/5-1-1.jpg\";i:31406;s:16:\"/2018/07/7-1.jpg\";i:31407;s:18:\"/2018/07/1-2-1.jpg\";i:31408;s:16:\"/2018/07/2-7.jpg\";i:31409;s:16:\"/2018/07/1-4.jpg\";i:31410;s:17:\"/2018/07/19-1.png\";i:31430;s:14:\"/2018/09/1.jpg\";i:31431;s:14:\"/2018/09/2.jpg\";i:31432;s:14:\"/2018/09/3.jpg\";i:31448;s:14:\"/2018/09/4.jpg\";i:31449;s:14:\"/2018/09/5.jpg\";i:31460;s:14:\"/2018/09/6.jpg\";i:31461;s:14:\"/2018/09/7.jpg\";i:31462;s:14:\"/2018/09/8.jpg\";i:31476;s:14:\"/2018/09/9.jpg\";i:31477;s:15:\"/2018/09/10.jpg\";i:31478;s:15:\"/2018/09/11.jpg\";i:31488;s:15:\"/2018/09/12.jpg\";i:31489;s:15:\"/2018/09/13.jpg\";i:31490;s:15:\"/2018/09/14.jpg\";i:31491;s:15:\"/2018/09/15.jpg\";i:31545;s:15:\"/2018/09/30.png\";i:31563;s:41:\"/revslider/charity-one-pager-slider/1.jpg\";i:31564;s:41:\"/revslider/charity-one-pager-slider/2.jpg\";i:31566;s:16:\"/2018/09/3-1.jpg\";i:31567;s:16:\"/2018/09/4-1.jpg\";i:31568;s:16:\"/2018/09/5-1.jpg\";i:31569;s:16:\"/2018/09/6-1.jpg\";i:31570;s:16:\"/2018/09/7-1.jpg\";i:31571;s:16:\"/2018/09/8-1.jpg\";i:31572;s:16:\"/2018/09/9-1.jpg\";i:31573;s:17:\"/2018/09/10-1.jpg\";i:31574;s:17:\"/2018/09/11-1.jpg\";i:31575;s:17:\"/2018/09/12-1.jpg\";i:31576;s:17:\"/2018/09/14-1.jpg\";i:31577;s:15:\"/2018/09/17.jpg\";i:31578;s:15:\"/2018/09/18.jpg\";i:31579;s:15:\"/2018/09/19.jpg\";i:31580;s:15:\"/2018/09/20.jpg\";i:31581;s:15:\"/2018/09/21.jpg\";i:31582;s:15:\"/2018/09/22.jpg\";i:31583;s:15:\"/2018/09/23.jpg\";i:31584;s:15:\"/2018/09/24.jpg\";i:31586;s:15:\"/2018/09/26.jpg\";i:31587;s:15:\"/2018/09/27.jpg\";i:31588;s:15:\"/2018/09/28.jpg\";i:31589;s:15:\"/2018/09/29.jpg\";i:31590;s:15:\"/2018/09/30.jpg\";i:31591;s:15:\"/2018/09/31.jpg\";i:31592;s:15:\"/2018/09/32.png\";i:31593;s:15:\"/2018/09/33.png\";i:31594;s:15:\"/2018/09/34.png\";i:31595;s:15:\"/2018/09/35.png\";i:31596;s:15:\"/2018/09/36.png\";i:31597;s:15:\"/2018/09/37.png\";i:31598;s:15:\"/2018/09/38.png\";i:31599;s:26:\"/2018/09/39-parallax-1.jpg\";i:31600;s:17:\"/2018/09/40-1.jpg\";i:31601;s:17:\"/2018/09/41-1.jpg\";i:31602;s:15:\"/2018/09/42.jpg\";i:31603;s:26:\"/2018/09/helped-people.jpg\";i:31604;s:23:\"/2018/09/peoples-bg.jpg\";i:31605;s:21:\"/2018/09/title-bg.jpg\";i:31606;s:24:\"/2018/09/volounteers.jpg\";i:31641;s:16:\"/2018/09/Pic.png\";i:31642;s:21:\"/2018/09/9-layers.png\";i:31643;s:16:\"/2018/09/3-4.png\";i:31645;s:16:\"/2018/09/7-1.png\";i:31646;s:16:\"/2018/09/8-2.png\";i:31647;s:17:\"/2018/09/10-1.png\";i:31648;s:16:\"/2018/09/9-1.png\";i:31649;s:45:\"/2016/04/Landing-Pic-400-01-thegem-person.jpg\";i:31650;s:45:\"/2016/04/Landing-Pic-400-02-thegem-person.jpg\";i:31651;s:45:\"/2016/04/Landing-Pic-400-03-thegem-person.jpg\";i:31652;s:45:\"/2016/04/Landing-Pic-400-04-thegem-person.jpg\";i:31653;s:45:\"/2016/04/Landing-Pic-400-05-thegem-person.jpg\";i:31654;s:45:\"/2016/04/Landing-Pic-400-06-thegem-person.jpg\";i:31655;s:45:\"/2016/04/Landing-Pic-400-07-thegem-person.jpg\";i:31656;s:45:\"/2016/04/Landing-Pic-400-08-thegem-person.jpg\";i:31658;s:17:\"/2018/09/17-4.jpg\";i:31661;s:16:\"/2018/09/1-3.png\";i:31662;s:16:\"/2018/09/2-3.png\";i:31663;s:16:\"/2018/09/3-3.png\";i:31664;s:23:\"/2018/09/5-layers-1.jpg\";i:31665;s:23:\"/2018/09/6-layers-2.jpg\";i:31666;s:21:\"/2018/09/7-layers.jpg\";i:31668;s:17:\"/2018/09/11-2.png\";i:31669;s:15:\"/2018/09/12.png\";i:31670;s:17:\"/2018/09/13-1.png\";i:31672;s:22:\"/2018/09/slice-9-1.jpg\";i:31673;s:25:\"/2018/09/Untitled-1-8.png\";i:31674;s:23:\"/2018/09/Untitled-2.png\";i:31675;s:21:\"/2018/09/slice-12.png\";i:31676;s:23:\"/2018/09/slice-12-1.png\";i:31677;s:23:\"/2018/09/slice-12-3.png\";i:31678;s:23:\"/2018/09/Untitled-3.png\";i:31680;s:17:\"/2018/09/1-41.jpg\";i:31681;s:17:\"/2018/09/2-39.jpg\";i:31682;s:17:\"/2018/09/3-38.jpg\";i:31683;s:17:\"/2018/09/4-35.jpg\";i:31684;s:17:\"/2018/09/5-34.jpg\";i:31685;s:16:\"/2018/09/6-5.png\";i:31687;s:15:\"/2018/09/19.png\";i:31688;s:15:\"/2018/09/20.png\";i:31690;s:23:\"/2018/09/3-layers-3.png\";i:31691;s:26:\"/2018/09/Logo-Outlined.png\";i:31693;s:35:\"/2018/09/visual-composer-logo-1.png\";i:31694;s:23:\"/2018/09/3-layers-1.png\";i:31695;s:17:\"/2018/09/VC-2.png\";i:31697;s:23:\"/2018/09/Shortcodes.jpg\";i:31699;s:15:\"/2018/09/21.png\";i:31700;s:17:\"/2018/09/22-1.png\";i:31701;s:15:\"/2018/09/23.png\";i:31702;s:15:\"/2018/09/24.png\";i:31703;s:15:\"/2018/09/25.png\";i:31704;s:15:\"/2018/09/26.png\";i:31705;s:15:\"/2018/09/27.png\";i:31706;s:15:\"/2018/09/28.png\";i:31707;s:15:\"/2018/09/29.png\";i:31708;s:17:\"/2018/09/30-1.png\";i:31710;s:23:\"/2018/09/9-layers-2.png\";i:31711;s:24:\"/2018/09/10-layers-2.png\";i:31712;s:15:\"/2018/09/41.png\";i:31713;s:15:\"/2018/09/53.png\";i:31714;s:15:\"/2018/09/55.png\";i:31715;s:15:\"/2018/09/56.png\";i:31716;s:15:\"/2018/09/57.png\";i:31717;s:15:\"/2018/09/59.png\";i:31718;s:15:\"/2018/09/61.png\";i:31719;s:15:\"/2018/09/63.png\";i:31721;s:16:\"/2018/09/1-5.jpg\";i:31722;s:16:\"/2018/09/2-5.png\";i:31723;s:28:\"/2018/09/Logo-Strokes-1x.png\";i:31725;s:20:\"/2018/09/blurred.jpg\";i:31727;s:26:\"/2018/09/10-layers-3-1.png\";i:31729;s:19:\"/2018/09/back-2.jpg\";i:31730;s:21:\"/2018/09/gallerys.png\";i:31731;s:23:\"/2018/09/2-layers-5.png\";i:31733;s:16:\"/2018/09/5-8.jpg\";i:31734;s:23:\"/2018/09/2-layers-6.png\";i:31736;s:24:\"/2018/09/14-layers-1.png\";i:31738;s:16:\"/2018/09/Woo.jpg\";i:31740;s:34:\"/2018/09/vector-smart-object-1.png\";i:31742;s:17:\"/2018/09/WPML.jpg\";i:31743;s:17:\"/2018/09/logo.png\";i:31745;s:17:\"/2018/09/18-3.jpg\";i:31749;s:17:\"/2018/09/1-10.jpg\";i:31750;s:16:\"/2018/09/2-5.jpg\";i:31751;s:16:\"/2018/09/3-7.jpg\";i:31752;s:16:\"/2018/09/4-9.jpg\";i:31753;s:16:\"/2018/09/5-9.jpg\";i:31754;s:16:\"/2018/09/6-7.jpg\";i:31755;s:16:\"/2018/09/7-5.jpg\";i:31756;s:16:\"/2018/09/8-3.jpg\";i:31757;s:16:\"/2018/09/9-3.jpg\";i:31758;s:17:\"/2018/09/10-4.jpg\";i:31759;s:17:\"/2018/09/11-4.jpg\";i:31760;s:17:\"/2018/09/12-5.jpg\";i:31763;s:43:\"/2018/09/Support-Stars-2-e1460370774836.jpg\";i:31764;s:23:\"/2018/09/3-layers-2.png\";i:31766;s:25:\"/2018/09/Pixiki-1_1-1.png\";i:31767;s:29:\"/2018/09/show_mini-2_mini.jpg\";i:31768;s:20:\"/2018/09/SCREENS.png\";i:31771;s:24:\"/2018/09/10-layers-1.png\";i:31774;s:23:\"/2018/09/2-layers-1.png\";i:31775;s:22:\"/2018/09/VC-1-back.jpg\";i:31777;s:17:\"/2018/09/bg-2.png\";i:31779;s:23:\"/2018/09/6-layers-1.jpg\";i:31780;s:25:\"/2018/09/3-layers-1-1.png\";i:31781;s:28:\"/2018/09/Logo-Strokes-2x.png\";i:31817;s:31:\"/revslider/charity-slider/1.jpg\";i:31818;s:31:\"/revslider/charity-slider/2.jpg\";i:31819;s:31:\"/revslider/charity-slider/3.jpg\";i:31821;s:17:\"/2018/09/23-1.jpg\";i:31822;s:17:\"/2018/09/22-1.jpg\";i:31823;s:17:\"/2018/09/21-1.jpg\";i:31824;s:17:\"/2018/09/20-1.jpg\";i:31825;s:17:\"/2018/09/19-1.jpg\";i:31826;s:17:\"/2018/09/18-1.jpg\";i:31827;s:17:\"/2018/09/17-1.jpg\";i:31828;s:15:\"/2018/09/16.jpg\";i:31829;s:15:\"/2018/09/32.jpg\";i:31830;s:17:\"/2018/09/31-1.jpg\";i:31831;s:17:\"/2018/09/30-2.png\";i:31832;s:17:\"/2018/09/29-1.png\";i:31833;s:17:\"/2018/09/28-1.png\";i:31834;s:17:\"/2018/09/27-1.png\";i:31835;s:17:\"/2018/09/26-1.png\";i:31836;s:17:\"/2018/09/25-1.png\";i:31837;s:17:\"/2018/09/24-1.png\";i:31862;s:17:\"/2018/09/32-1.png\";i:31888;s:33:\"/2019/05/0.8x3-Dark-Flat-Logo.png\";i:31889;s:30:\"/2019/05/3x-Dark-Flat-Logo.png\";}','yes'),(209,'thegem_importer_forms_data','a:24:{i:31812;s:20:\"Contact Form Charity\";i:31613;s:29:\"Contact Form Charity OnePager\";i:31195;s:14:\"ICO Form Style\";i:30772;s:21:\"Contact Form Handyman\";i:29687;s:13:\"Products Grid\";i:29626;s:31:\"Contact Form Logistics 2 slider\";i:29624;s:24:\"Contact Form Logistics 2\";i:29567;s:25:\"Contact Form Logistics 01\";i:28355;s:28:\"Contact Form Style Medical 2\";i:27979;s:28:\"Contact Form Style Medical 1\";i:27810;s:21:\"Contact Form Creative\";i:27657;s:21:\"Contact Form Hotel 02\";i:27600;s:20:\"Contact Form Style 7\";i:27309;s:18:\"Contact Form Hotel\";i:27099;s:20:\"Contact Form Style 6\";i:25473;s:26:\"Contact Form  Restaurant 2\";i:25284;s:29:\"Contact Form Style Restaurant\";i:19858;s:20:\"Contact Form Style 5\";i:13123;s:20:\"Contact Form Style 4\";i:2523;s:20:\"Contact Form Style 3\";i:2522;s:20:\"Contact Form Style 2\";i:2521;s:20:\"Contact Form Style 1\";i:2520;s:20:\"Contact form sidebar\";i:4;s:19:\"Footer Contact form\";}','yes'),(210,'thegem_image_regenerated','a:251:{i:20;i:1576748103;i:21;i:1576748126;i:22;i:1576748127;i:23;i:1576748129;i:24;i:1576748131;i:25;i:1576748132;i:26;i:1576748134;i:27;i:1576748136;i:28;i:1576748138;i:29;i:1576748142;i:30;i:1576748146;i:31;i:1576748147;i:32;i:1576748148;i:33;i:1576748148;i:34;i:1576748154;i:36;i:1576748158;i:37;i:1576748169;i:39;i:1576748172;i:43;i:1576748205;i:53;i:1576748206;i:54;i:1576748207;i:71;i:1576748207;i:75;i:1576748209;i:76;i:1576748210;i:77;i:1576748211;i:78;i:1576748211;i:79;i:1576748212;i:80;i:1576748213;i:81;i:1576748214;i:82;i:1576748215;i:83;i:1576748216;i:93;i:1576748217;i:94;i:1576748217;i:95;i:1576748218;i:96;i:1576748220;i:97;i:1576748221;i:98;i:1576748222;i:99;i:1576748223;i:100;i:1576748224;i:101;i:1576748225;i:102;i:1576748226;i:103;i:1576748227;i:127;i:1576748228;i:154;i:1576748230;i:167;i:1576748231;i:168;i:1576748231;i:169;i:1576748232;i:188;i:1576748233;i:189;i:1576748234;i:206;i:1576749245;i:207;i:1576749253;i:208;i:1576749253;i:209;i:1576749254;i:210;i:1576749254;i:211;i:1576749254;i:212;i:1576749255;i:213;i:1576749255;i:214;i:1576749255;i:215;i:1576749257;i:217;i:1592964325;i:218;i:1592964542;i:219;i:1592964543;i:220;i:1592964543;i:222;i:1592966872;i:224;i:1592970045;i:225;i:1592970502;i:226;i:1592970502;i:227;i:1592971367;i:234;i:1592973914;i:249;i:1592984831;i:250;i:1592985299;i:256;i:1592987743;i:257;i:1592988332;i:258;i:1592988332;i:259;i:1592988333;i:260;i:1592988334;i:261;i:1592988334;i:266;i:1592992549;i:269;i:1592994825;i:270;i:1592994987;i:271;i:1592994988;i:272;i:1592994989;i:273;i:1592994989;i:274;i:1592995726;i:275;i:1592995726;i:276;i:1592995727;i:277;i:1592995728;i:278;i:1592995728;i:280;i:1593078486;i:281;i:1593078486;i:282;i:1593078487;i:285;i:1593399842;i:135;i:1593399843;i:137;i:1593399844;i:138;i:1593399845;i:139;i:1593399846;i:141;i:1593399847;i:142;i:1593399848;i:143;i:1593399849;i:144;i:1593399850;i:145;i:1593399850;i:286;i:1593399855;i:287;i:1593399856;i:385;i:1593399859;i:489;i:1593399859;i:490;i:1593399860;i:569;i:1593399863;i:579;i:1593399864;i:674;i:1593399864;i:676;i:1593399865;i:677;i:1593399865;i:678;i:1593399866;i:679;i:1593399866;i:680;i:1593399867;i:681;i:1593399867;i:682;i:1593399868;i:683;i:1593399868;i:684;i:1593399869;i:687;i:1593399870;i:751;i:1593399872;i:802;i:1593399873;i:810;i:1593399875;i:877;i:1593399876;i:1061;i:1593399878;i:1080;i:1593399880;i:1084;i:1593399882;i:1097;i:1593399884;i:1106;i:1593399885;i:1156;i:1593399887;i:1157;i:1593399890;i:1158;i:1593399894;i:1170;i:1593399896;i:1179;i:1593399897;i:1218;i:1593399899;i:1222;i:1593399900;i:1253;i:1593399904;i:1254;i:1593399907;i:1273;i:1593399910;i:1274;i:1593399911;i:1287;i:1593399911;i:1392;i:1593399914;i:1402;i:1593399916;i:1412;i:1593399916;i:1498;i:1593399935;i:1545;i:1593399937;i:1552;i:1593399939;i:1740;i:1593399944;i:1797;i:1593399945;i:1823;i:1593399945;i:1856;i:1593399947;i:1857;i:1593399947;i:1858;i:1593399948;i:1859;i:1593399949;i:1860;i:1593399950;i:1861;i:1593399951;i:1862;i:1593399951;i:1863;i:1593399953;i:1864;i:1593399954;i:1914;i:1593399957;i:1935;i:1593399959;i:2062;i:1593399961;i:2078;i:1593399981;i:2088;i:1593399982;i:2089;i:1593399983;i:2091;i:1593399984;i:2122;i:1593399985;i:2124;i:1593400001;i:2164;i:1593400002;i:2234;i:1593400005;i:2235;i:1593400007;i:2236;i:1593400009;i:2237;i:1593400011;i:2238;i:1593400012;i:2241;i:1593400014;i:2243;i:1593400016;i:2244;i:1593400017;i:2369;i:1593400019;i:2530;i:1593400022;i:2550;i:1593400022;i:2751;i:1593400024;i:2780;i:1593400026;i:2873;i:1593400028;i:2939;i:1593400030;i:2940;i:1593400032;i:2942;i:1593400033;i:2945;i:1593400034;i:2995;i:1593400035;i:2998;i:1593400038;i:3020;i:1593400039;i:4961;i:1593400121;i:5075;i:1593400123;i:5956;i:1593400124;i:6081;i:1593400140;i:6113;i:1593412281;i:6114;i:1593412283;i:6115;i:1593412286;i:6116;i:1593412289;i:6117;i:1593412290;i:6118;i:1593412292;i:6140;i:1593424011;i:6141;i:1593424013;i:6142;i:1593424014;i:6150;i:1593660160;i:6154;i:1593661287;i:6157;i:1593661599;i:6166;i:1593664305;i:6168;i:1593665465;i:921;i:1593671148;i:904;i:1593677261;i:905;i:1593677264;i:6186;i:1593677974;i:6194;i:1593679198;i:6196;i:1593680086;i:6197;i:1593680507;i:6200;i:1593681630;i:6204;i:1593685170;i:6208;i:1593741745;i:6209;i:1593741752;i:6210;i:1593741758;i:6211;i:1593741767;i:6212;i:1593741774;i:6214;i:1593744471;i:6219;i:1593748595;i:6222;i:1593751215;i:6224;i:1593751852;i:6232;i:1593954328;i:6233;i:1593954332;i:6235;i:1593954434;i:6236;i:1593954441;i:6263;i:1593972289;i:6265;i:1593972651;i:6266;i:1593972653;i:6272;i:1594002940;i:6273;i:1594002945;i:6274;i:1594002950;i:6298;i:1594091825;i:6299;i:1594091835;i:6304;i:1594095365;i:6312;i:1594102982;i:6315;i:1594103576;i:6316;i:1594103580;i:6317;i:1594103584;i:6318;i:1594103589;i:6320;i:1594106071;i:6325;i:1594107674;i:6328;i:1594114521;i:6330;i:1594117254;i:6339;i:1594179984;i:6377;i:1594205120;i:6392;i:1594268540;i:6397;i:1594276863;}','yes'),(5833,'category_children','a:0:{}','yes'),(5704,'thegem_quickfinders_children','a:0:{}','yes'),(5705,'thegem_teams_children','a:0:{}','yes'),(5706,'thegem_clients_sets_children','a:0:{}','yes'),(5707,'thegem_testimonials_sets_children','a:0:{}','yes'),(4946,'portfoliosets_47_order','0','yes'),(4947,'portfoliosets_65_order','0','yes'),(4948,'portfoliosets_71_order','0','yes'),(4949,'portfoliosets_80_order','0','yes'),(4950,'portfoliosets_81_order','0','yes'),(4951,'portfoliosets_82_order','0','yes'),(4952,'portfoliosets_86_order','0','yes'),(4953,'portfoliosets_87_order','0','yes'),(5065,'revslider-additions','O:8:\"stdClass\":1:{s:7:\"selling\";b:0;}','yes'),(5728,'_site_transient_browser_6aa22f8afb172793f3803c076764d327','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"83.0.4103.116\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(4830,'_transient_health-check-site-status-result','{\"good\":\"13\",\"recommended\":\"4\",\"critical\":\"0\"}','yes'),(5198,'_site_transient_timeout_browser_a0a7365a55f2bfe7aeb57de33daa04cb','1594351267','no'),(5199,'_site_transient_browser_a0a7365a55f2bfe7aeb57de33daa04cb','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"83.0.4103.116\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1424,'ucp_notices','a:0:{}','yes'),(1425,'yikes_easy_mailchimp_review_stop_bugging_me','1','yes'),(5727,'_site_transient_timeout_browser_6aa22f8afb172793f3803c076764d327','1594867513','no'),(4994,'thegem_importer_ids','a:180:{i:0;s:4:\"6990\";i:1;s:4:\"6988\";i:2;s:4:\"8172\";i:3;s:4:\"8188\";i:4;s:4:\"8176\";i:5;s:4:\"7345\";i:6;s:4:\"7344\";i:7;s:4:\"7339\";i:8;s:5:\"23843\";i:9;s:5:\"23375\";i:10;s:5:\"23842\";i:11;s:5:\"23841\";i:12;s:5:\"23840\";i:13;s:5:\"23833\";i:14;s:5:\"23832\";i:15;s:5:\"22991\";i:16;s:4:\"6981\";i:17;s:5:\"23155\";i:18;s:4:\"7504\";i:19;s:4:\"5075\";i:20;s:5:\"22669\";i:21;s:5:\"22653\";i:22;s:5:\"22652\";i:23;s:5:\"22651\";i:24;s:5:\"22650\";i:25;s:5:\"22645\";i:26;s:5:\"22644\";i:27;s:5:\"23843\";i:28;s:5:\"23375\";i:29;s:5:\"23842\";i:30;s:5:\"23841\";i:31;s:5:\"23840\";i:32;s:5:\"19858\";i:33;s:5:\"22378\";i:34;s:5:\"22309\";i:35;s:4:\"6267\";i:36;s:5:\"23429\";i:37;s:4:\"9885\";i:38;s:4:\"9887\";i:39;s:4:\"9889\";i:40;s:4:\"9891\";i:41;s:4:\"9893\";i:42;s:4:\"9901\";i:43;s:4:\"9895\";i:44;s:4:\"9899\";i:45;s:4:\"9903\";i:46;s:4:\"9897\";i:47;s:4:\"9909\";i:48;s:4:\"9905\";i:49;s:4:\"9907\";i:50;s:4:\"9911\";i:51;s:5:\"10720\";i:52;s:4:\"6376\";i:53;s:5:\"22375\";i:54;s:5:\"22311\";i:55;s:5:\"23435\";i:56;s:4:\"9956\";i:57;s:4:\"9958\";i:58;s:4:\"9960\";i:59;s:4:\"9964\";i:60;s:4:\"9962\";i:61;s:5:\"10005\";i:62;s:4:\"9968\";i:63;s:4:\"9970\";i:64;s:4:\"9972\";i:65;s:4:\"9974\";i:66;s:4:\"5956\";i:67;s:5:\"22374\";i:68;s:5:\"22313\";i:69;s:4:\"6144\";i:70;s:4:\"6142\";i:71;s:4:\"6140\";i:72;s:4:\"6134\";i:73;s:4:\"6136\";i:74;s:4:\"2520\";i:75;s:4:\"6407\";i:76;s:5:\"22373\";i:77;s:5:\"22315\";i:78;s:5:\"23443\";i:79;s:4:\"9655\";i:80;s:4:\"9653\";i:81;s:4:\"9651\";i:82;s:4:\"9649\";i:83;s:4:\"9647\";i:84;s:4:\"9645\";i:85;s:4:\"9643\";i:86;s:4:\"9641\";i:87;s:5:\"22372\";i:88;s:5:\"22317\";i:89;s:4:\"2521\";i:90;s:5:\"22371\";i:91;s:5:\"22319\";i:92;s:5:\"23446\";i:93;s:4:\"6466\";i:94;s:5:\"22370\";i:95;s:5:\"22321\";i:96;s:4:\"6503\";i:97;s:4:\"6505\";i:98;s:4:\"6507\";i:99;s:4:\"6499\";i:100;s:4:\"6501\";i:101;s:4:\"6441\";i:102;s:5:\"22369\";i:103;s:5:\"22323\";i:104;s:4:\"6567\";i:105;s:5:\"23447\";i:106;s:5:\"22368\";i:107;s:5:\"22325\";i:108;s:5:\"22367\";i:109;s:5:\"22327\";i:110;s:4:\"6450\";i:111;s:4:\"6456\";i:112;s:4:\"6454\";i:113;s:4:\"6452\";i:114;s:4:\"6449\";i:115;s:4:\"6448\";i:116;s:4:\"6447\";i:117;s:4:\"6446\";i:118;s:4:\"6444\";i:119;s:4:\"6445\";i:120;s:5:\"22366\";i:121;s:5:\"22329\";i:122;s:4:\"6081\";i:123;s:4:\"6108\";i:124;s:5:\"22365\";i:125;s:5:\"22331\";i:126;s:5:\"18251\";i:127;s:5:\"22337\";i:128;s:5:\"18248\";i:129;s:5:\"22333\";i:130;s:5:\"18246\";i:131;s:5:\"22363\";i:132;s:5:\"18245\";i:133;s:5:\"22357\";i:134;s:5:\"18194\";i:135;s:5:\"22339\";i:136;s:5:\"18193\";i:137;s:5:\"22353\";i:138;s:5:\"18192\";i:139;s:5:\"22341\";i:140;s:5:\"18191\";i:141;s:5:\"22343\";i:142;s:5:\"18190\";i:143;s:5:\"22345\";i:144;s:5:\"18189\";i:145;s:5:\"22349\";i:146;s:5:\"18187\";i:147;s:5:\"22351\";i:148;s:5:\"18188\";i:149;s:5:\"22359\";i:150;s:5:\"18186\";i:151;s:5:\"22355\";i:152;s:4:\"2243\";i:153;s:4:\"2244\";i:154;s:4:\"7224\";i:155;s:4:\"2237\";i:156;s:4:\"4898\";i:157;s:4:\"2236\";i:158;s:4:\"4893\";i:159;s:4:\"2238\";i:160;s:4:\"4883\";i:161;s:4:\"2239\";i:162;s:5:\"23833\";i:163;s:5:\"23832\";i:164;s:4:\"4961\";i:165;s:5:\"18185\";i:166;s:5:\"22361\";i:167;s:5:\"18184\";i:168;s:5:\"22347\";i:169;s:4:\"5144\";i:170;s:4:\"5143\";i:171;s:4:\"5142\";i:172;s:4:\"5141\";i:173;s:4:\"5137\";i:174;s:4:\"5136\";i:175;s:4:\"5135\";i:176;s:4:\"5133\";i:177;s:5:\"18183\";i:178;s:5:\"22335\";i:179;s:4:\"7600\";}','yes'),(300,'ls-latest-version','6.11.1','yes'),(301,'ls-p-url','https://layerslider.kreaturamedia.com/pricing/','yes'),(254,'thegem_importer_revsliders_for_import','a:1:{i:1;s:25:\"app-sparta-content-slider\";}','yes'),(261,'rs_image_meta_todo','a:0:{}','yes'),(267,'ls-store-last-updated','1593963850','yes'),(268,'ls-store-data','a:5:{s:12:\"last_updated\";s:10:\"2020-07-01\";s:7:\"sliders\";a:89:{s:21:\"product-showcase-dark\";a:7:{s:8:\"released\";s:10:\"2020-07-01\";s:4:\"name\";s:25:\"Product Showcase – Dark\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"new,premium,slider\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/sliders/product-showcase-dark/\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-dark.jpg\";}s:13:\"team-showcase\";a:7:{s:8:\"released\";s:10:\"2020-06-24\";s:4:\"name\";s:13:\"Team Showcase\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/team-showcase/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/team-showcase.jpg\";}s:14:\"furniture-shop\";a:7:{s:8:\"released\";s:10:\"2020-06-09\";s:4:\"name\";s:14:\"Furniture Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:27:\"new,premium,landing,website\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/furniture-shop/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-shop.jpg\";}s:14:\"product-banner\";a:7:{s:8:\"released\";s:10:\"2020-06-02\";s:4:\"name\";s:14:\"Product Banner\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/product-banner/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-banner.jpg\";}s:19:\"architecture-slider\";a:7:{s:8:\"released\";s:10:\"2020-05-26\";s:4:\"name\";s:19:\"Architecture Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/architecture-slider/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/architecture-slider.jpg\";}s:22:\"product-showcase-light\";a:7:{s:8:\"released\";s:10:\"2020-05-18\";s:4:\"name\";s:26:\"Product Showcase – Light\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/product-showcase-light/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-light.jpg\";}s:12:\"fashion-shop\";a:7:{s:8:\"released\";s:10:\"2020-05-12\";s:4:\"name\";s:12:\"Fashion Shop\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/fashion-shop/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/fashion-shop.jpg\";}s:12:\"pixel-agency\";a:7:{s:8:\"released\";s:10:\"2020-05-05\";s:4:\"name\";s:12:\"PIXEL Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:55:\"new,premium,fullwidth,landing,website,text,popup,static\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/pixel-agency/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/pixel-agency.jpg\";}s:11:\"mode-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-28\";s:4:\"name\";s:11:\"Mode Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:30:\"new,free,fullwidth,slider,text\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/mode-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mode-slider.jpg\";}s:13:\"mountain-bike\";a:7:{s:8:\"released\";s:10:\"2020-04-22\";s:4:\"name\";s:13:\"Mountain Bike\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:45:\"premium,new,fullsize,landing,pack,static,text\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/mountain-bike/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/mountain-bike.jpg\";}s:18:\"aerial-photography\";a:7:{s:8:\"released\";s:10:\"2020-04-14\";s:4:\"name\";s:18:\"Aerial Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,new,slider,static,text,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/aerial-photography/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/aerial-photography.jpg\";}s:24:\"simple-fullscreen-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-07\";s:4:\"name\";s:24:\"Simple Fullscreen Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:46:\"free,new,fullsize,landing,static,text,kenburns\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/sliders/simple-fullscreen-slider/\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-fullscreen-slider.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:9:\"xmas-2019\";a:7:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:9:\"Xmas 2019\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"premium,parallax,slider,loop,filter\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/xmas-2019/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas-2019.jpg\";}s:18:\"creative-portraits\";a:7:{s:8:\"released\";s:10:\"2019-12-09\";s:4:\"name\";s:18:\"Creative Portraits\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/creative-portraits/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-portraits.jpg\";}s:13:\"parallax-city\";a:7:{s:8:\"released\";s:10:\"2019-12-02\";s:4:\"name\";s:13:\"Parallax City\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:58:\"premium,landing,pack,parallax,text,blend,fullwidth,website\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/parallax-city/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/parallax-city.jpg\";}s:10:\"cybertruck\";a:7:{s:8:\"released\";s:10:\"2019-11-28\";s:4:\"name\";s:10:\"Cybertruck\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,fullsize,landing,specialeffects\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/cybertruck/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/cybertruck.jpg\";}s:17:\"summer-collection\";a:7:{s:8:\"released\";s:10:\"2019-11-21\";s:4:\"name\";s:17:\"Summer Collection\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:21:\"free,fullwidth,slider\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/summer-collection/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/summer-collection.jpg\";}s:18:\"nature-slider-pack\";a:7:{s:8:\"released\";s:10:\"2019-11-14\";s:4:\"name\";s:18:\"Nature Slider PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.9.0\";s:6:\"groups\";s:62:\"premium,text,blend,fullwidth,media,landing,packs,popup,website\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/nature-slider-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/nature-slider-pack.jpg\";}s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:32:\"premium,static,text,blend,slider\";s:3:\"url\";s:72:\"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:53:\"premium,loop,parallax,blendmode,specialeffects,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:60:\"premium,loop,filter,blendmode,fullsize,specialeffects,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:26:\"premium,experiments,slider\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:40:\"premium,parallax,experiments,text,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,fullsize,loop,filter,specialeffects,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:71:\"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:54:\"premium,parallax,text,blendmode,experiments,api,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,text,parallax,packs,website\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:69:\"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:50:\"premium,text,loop,parallax,static,blendmode,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:44:\"premium,fullwidth,text,landing,packs,website\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:55:\"premium,experiments,specialeffects,parallax,text,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:35:\"premium,kenburns,filter,text,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:53:\"premium,specialeffects,loop,blendmode,parallax,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:44:\"premium,specialeffects,loop,blendmode,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:70:\"premium,specialeffects,text,blendmode,experiments,loop,parallax,slider\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:84:\"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,parallax,specialeffects,fullsize,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:75:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:45:\"free,parallax,loop,text,specialeffects,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"free,parallax,experiments,specialeffects,slider\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:61:\"premium,experiments,specialeffects,3dtransition,slider,addons\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:68:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:70:\"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:52:\"experiments,free,loop,parallax,specialeffects,slider\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:47:\"experiments,free,parallax,specialeffects,slider\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"fullwidth,parallax,premium,static,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:72:\"api,experiments,media,parallax,premium,specialeffects,static,text,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:44:\"premium,fullwidth,specialeffects,text,slider\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:21:\"premium,static,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:80:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:70:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:64:\"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:42:\"free,fullsize,text,experiments,loop,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:17:\"landing-page-pack\";a:6:{s:4:\"name\";s:17:\"Landing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,parallax,text,packs,website\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-pack.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:70:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:42:\"premium,fullwidth,parallax,carousel,slider\";s:3:\"url\";s:52:\"https://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,specialeffects,slider\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:67:\"premium,parallax,filter,experiments,specialeffects,text,loop,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:65:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:44:\"premium,fullsize,api,experiments,loop,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:45:\"premium,fullwidth,experiments,api,loop,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:20:\"free,carousel,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:33:\"premium,fullwidth,parallax,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:30:\"premium,fullwidth,media,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:30:\"free,3dtransition,media,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:26:\"free,parallax,media,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:63:\"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"free,media,slider\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}s:15:\"kreatura-popups\";a:15:{s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}}s:19:\"webshopworks-popups\";a:65:{s:16:\"reveal-your-deal\";a:7:{s:4:\"name\";s:16:\"Reveal Your Deal\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:31:\"sales,coupon,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#reveal-your-deal\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/reveal-your-deal.jpg\";}s:27:\"christmas-sidebar-countdown\";a:7:{s:4:\"name\";s:27:\"Christmas Sidebar Countdown\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:86:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sidebar-countdown\";s:7:\"preview\";s:108:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sidebar-countdown.jpg\";}s:20:\"christmas-sale-santa\";a:7:{s:4:\"name\";s:20:\"Christmas Sale Santa\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale-santa\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale-santa.jpg\";}s:11:\"santa-walks\";a:7:{s:4:\"name\";s:11:\"Santa Walks\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#santa-walks\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/santa-walks.jpg\";}s:14:\"christmas-sale\";a:7:{s:4:\"name\";s:14:\"Christmas Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"seasonal,sales\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale.jpg\";}s:12:\"gift-voucher\";a:7:{s:4:\"name\";s:12:\"Gift Voucher\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"newsletter,coupon,sales,seasonal\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#gift-voucher\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/gift-voucher.jpg\";}s:16:\"christmas-topbar\";a:7:{s:4:\"name\";s:17:\"Christmas Top Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-topbar\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-topbar.jpg\";}s:14:\"black-friday-9\";a:7:{s:4:\"name\";s:15:\"Black Friday #9\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-9\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-9.jpg\";}s:14:\"black-friday-8\";a:7:{s:4:\"name\";s:15:\"Black Friday #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-8\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-8.jpg\";}s:20:\"black-friday-premium\";a:7:{s:4:\"name\";s:20:\"Black Friday Premium\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-premium\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-premium.jpg\";}s:14:\"black-friday-7\";a:7:{s:4:\"name\";s:15:\"Black Friday #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-7\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-7.jpg\";}s:11:\"todays-sale\";a:7:{s:4:\"name\";s:14:\"Today’s Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#todays-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/todays-sale.jpg\";}s:9:\"sign-up-6\";a:7:{s:4:\"name\";s:10:\"Sign Up #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-6\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-6.jpg\";}s:9:\"sign-up-7\";a:7:{s:4:\"name\";s:10:\"Sign Up #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-7\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-7.jpg\";}s:9:\"sign-up-8\";a:7:{s:4:\"name\";s:10:\"Sign Up #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-8\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-8.jpg\";}s:20:\"get-in-touch-with-us\";a:7:{s:4:\"name\";s:20:\"Get in Touch with Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch-with-us\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch-with-us.jpg\";}s:17:\"top-bar-subscribe\";a:7:{s:4:\"name\";s:17:\"Top Bar Subscribe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#top-bar-subscribe\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/top-bar-subscribe.jpg\";}s:7:\"sign-up\";a:7:{s:4:\"name\";s:7:\"Sign Up\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up\";s:7:\"preview\";s:88:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up.jpg\";}s:14:\"black-friday-6\";a:7:{s:4:\"name\";s:15:\"Black Friday #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-6\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-6.jpg\";}s:14:\"black-friday-5\";a:7:{s:4:\"name\";s:15:\"Black Friday #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-5\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-5.jpg\";}s:14:\"black-friday-4\";a:7:{s:4:\"name\";s:15:\"Black Friday #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-4\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-4.jpg\";}s:14:\"black-friday-1\";a:7:{s:4:\"name\";s:15:\"Black Friday #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-1\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-1.jpg\";}s:17:\"spring-super-sale\";a:7:{s:4:\"name\";s:17:\"Spring Super Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-super-sale\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-super-sale.jpg\";}s:8:\"discount\";a:7:{s:4:\"name\";s:8:\"Discount\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount.jpg\";}s:9:\"sign-up-3\";a:7:{s:4:\"name\";s:10:\"Sign Up #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-3\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-3.jpg\";}s:22:\"sidebar-countdown-sale\";a:7:{s:4:\"name\";s:22:\"Sidebar Countdown Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:22:\"sales,promotion,coupon\";s:3:\"url\";s:81:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sidebar-countdown-sale\";s:7:\"preview\";s:103:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sidebar-countdown-sale.jpg\";}s:15:\"countdown-timer\";a:7:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"sales,seasonal\";s:3:\"url\";s:74:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#countdown-timer\";s:7:\"preview\";s:96:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/countdown-timer.jpg\";}s:10:\"discount-5\";a:7:{s:4:\"name\";s:11:\"Discount #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-5\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-5.jpg\";}s:10:\"discount-2\";a:7:{s:4:\"name\";s:10:\"Discount 2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-2\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-2.jpg\";}s:11:\"subscribe-5\";a:7:{s:4:\"name\";s:12:\"Subscribe #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-5\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-5.jpg\";}s:9:\"mega-sale\";a:7:{s:4:\"name\";s:9:\"Mega Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mega-sale\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mega-sale.jpg\";}s:10:\"discount-4\";a:7:{s:4:\"name\";s:10:\"Discount 4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-4\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-4.jpg\";}s:8:\"info-bar\";a:7:{s:4:\"name\";s:8:\"Info Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#info-bar\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/info-bar.jpg\";}s:11:\"subscribe-4\";a:7:{s:4:\"name\";s:12:\"Subscribe #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-4\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-4.jpg\";}s:10:\"contact-us\";a:7:{s:4:\"name\";s:10:\"Contact Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#contact-us\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/contact-us.jpg\";}s:10:\"discount-3\";a:7:{s:4:\"name\";s:10:\"Discount 3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-3\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-3.jpg\";}s:9:\"sign-up-4\";a:7:{s:4:\"name\";s:10:\"Sign Up #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-4\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-4.jpg\";}s:4:\"mail\";a:7:{s:4:\"name\";s:4:\"Mail\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mail\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mail.jpg\";}s:18:\"kitchen-appliances\";a:7:{s:4:\"name\";s:18:\"Kitchen Appliances\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#kitchen-appliances\";s:7:\"preview\";s:99:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/kitchen-appliances.jpg\";}s:11:\"subscribe-3\";a:7:{s:4:\"name\";s:12:\"Subscribe #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-3\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-3.jpg\";}s:6:\"ticket\";a:7:{s:4:\"name\";s:6:\"Ticket\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#ticket\";s:7:\"preview\";s:87:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/ticket.jpg\";}s:8:\"hey-wait\";a:7:{s:4:\"name\";s:10:\"Hey, wait!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"exit-intent,newsletter,sales,coupon\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#hey-wait\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/hey-wait.jpg\";}s:9:\"subscribe\";a:7:{s:4:\"name\";s:12:\"Subscribe #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe.jpg\";}s:11:\"subscribe-2\";a:7:{s:4:\"name\";s:12:\"Subscribe #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"newsletter,fullscreen\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-2\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-2.jpg\";}s:16:\"age-verification\";a:7:{s:4:\"name\";s:16:\"Age Verification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:27:\"age-verification,fullscreen\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#age-verification\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/age-verification.jpg\";}s:12:\"get-in-touch\";a:7:{s:4:\"name\";s:12:\"Get in Touch\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch.jpg\";}s:14:\"social-share-2\";a:7:{s:4:\"name\";s:15:\"Social Share #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#social-share-2\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/social-share-2.jpg\";}s:9:\"sign-up-2\";a:7:{s:4:\"name\";s:10:\"Sign Up #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-2\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-2.jpg\";}s:11:\"watch-promo\";a:7:{s:4:\"name\";s:11:\"Watch Promo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"promotion,exit-intent\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#watch-promo\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/watch-promo.jpg\";}s:19:\"product-accessories\";a:7:{s:4:\"name\";s:19:\"Product Accessories\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:78:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#product-accessories\";s:7:\"preview\";s:100:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/product-accessories.jpg\";}s:9:\"sign-up-5\";a:7:{s:4:\"name\";s:10:\"Sign Up #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-5\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-5.jpg\";}s:14:\"black-friday-2\";a:7:{s:4:\"name\";s:15:\"Black Friday #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-2\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-2.jpg\";}s:14:\"black-friday-3\";a:7:{s:4:\"name\";s:15:\"Black Friday #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-3\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-3.jpg\";}s:16:\"halloween-sale-2\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-2\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-2.jpg\";}s:16:\"halloween-sale-1\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-1\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-1.jpg\";}s:12:\"pumpkin-sale\";a:7:{s:4:\"name\";s:12:\"Pumpkin Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#pumpkin-sale\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/pumpkin-sale.jpg\";}s:11:\"spring-sale\";a:7:{s:4:\"name\";s:11:\"Spring Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-sale.jpg\";}s:11:\"mothers-day\";a:7:{s:4:\"name\";s:14:\"Mother’s Day\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mothers-day\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mothers-day.jpg\";}s:20:\"easter-subscribe-bar\";a:7:{s:4:\"name\";s:20:\"Easter Subscribe Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:25:\"sales,seasonal,newsletter\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-subscribe-bar\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-subscribe-bar.jpg\";}s:14:\"easter-welcome\";a:7:{s:4:\"name\";s:14:\"Easter Welcome\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:8:\"seasonal\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-welcome\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-welcome.jpg\";}s:17:\"easter-newsletter\";a:7:{s:4:\"name\";s:17:\"Easter Newsletter\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"sales,seasonal,newsletter,coupon\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-newsletter\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-newsletter.jpg\";}s:11:\"season-sale\";a:7:{s:4:\"name\";s:11:\"Season Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#season-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/season-sale.jpg\";}s:11:\"easter-sale\";a:7:{s:4:\"name\";s:11:\"Easter Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale.jpg\";}s:20:\"easter-sale-surprise\";a:7:{s:4:\"name\";s:20:\"Easter Sale Surprise\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale-surprise\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale-surprise.jpg\";}s:18:\"join-the-community\";a:7:{s:4:\"name\";s:18:\"Join the Community\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#join-the-community\";s:7:\"preview\";s:99:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/join-the-community.jpg\";}}s:16:\"important_notice\";a:9:{s:4:\"date\";s:10:\"2020-05-25\";s:5:\"title\";s:57:\"IMPORTANT: LayerSlider update required &amp; special sale\";s:7:\"message\";s:868:\"You’re using an outdated version of LayerSlider, which lacks crucial fixes. You need to update to LayerSlider 6.11 or newer to be compatible with the latest versions of WordPress and popular 3rd party applications. New updates contain important security fixes, new features and content, countless improvements and bug fixes. Updating is necessary to use the product as intended.<br><br>Please refer to our online documentation for <a target=\"_blank\" href=\"https://layerslider.kreaturamedia.com/documentation/#updating\">updating instructions</a>. Don’t own a license yet? <a target=\"_blank\" href=\"https://layerslider.kreaturamedia.com/pricing/\">Purchase LayerSlider</a> now with 20% OFF using the promo code <b>UPDATE20</b> during checkout. Please <a target=\"_blank\" href=\"https://layerslider.kreaturamedia.com/contact/\">contact us</a> if you’re having 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:3445:\"\n\n		<style>\n		@import url(\"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap\");\n		</style>\n		<style>\n\n			#lspr-inner {\n				position: relative;\n				height: auto;\n				margin: 0 auto !important;\n				background: #ff4d65;\n				background: linear-gradient(to right, #ff4d65 0%,#ff894d 100%);\n				border-radius: 1rem;\n				border-radius: calc( 0.5rem + 0.5vw );\n			}\n\n			#lspr-heading-small {\n				padding: 0 3rem;\n				padding-top: 1.5rem;\n				padding-top: calc( 1rem + 0.5vw );\n				text-align: center;\n				color: rgba(255,255,255,.75);\n				font-size: 1rem;\n				font-size: calc( 1rem + 0.5vw );\n				font-family: Nunito, sans-serif;\n				line-height: normal;\n			}\n\n			#lspr-heading {\n				margin-top: 0.15rem;\n				margin-top: 0.2vw;\n				padding: 0 3rem;\n				text-align: center;\n				color: white;\n				font-size: 1.5rem;\n				font-weight: 600;\n				line-height: 2rem;\n				font-size: calc( 1.5rem + 0.6vw );\n				font-family: Nunito, sans-serif;\n			}\n\n			.lspr-nowrap {\n				white-space: nowrap;\n			}\n\n			.lspr-text {\n				position: relative;\n				z-index: 200;\n				margin: 0.5rem auto 0 auto;\n				padding: 0.3rem 3rem;\n				color: white;\n				font-family: Nunito, sans-serif;\n				font-size: 1.2rem;\n				font-size: calc( 0.7rem + 0.5vw );\n				line-height: normal;\n				text-align: justify;\n			}\n\n			#lspr-buttons {\n				text-align: center;\n				padding-bottom: 2rem;\n				padding-bottom: calc( 1rem + 0.5vw );\n			}\n\n			#lspr-buttons a {\n				margin: 1rem 1rem 0;\n				text-decoration: none;\n				color: #ff4d65;\n				text-transform: uppercase;\n				font-family: Nunito, sans-serif;\n				font-weight: 800;\n				display: inline-block;\n				border-radius: 100px;\n				background-color: white;\n				padding: 0 1.5rem;\n				line-height: 2.4rem;\n				line-height: calc( 1.8rem + 0.5vw );\n				font-size: 1.1rem;\n				font-size: calc( 0.8rem + 0.25vw);\n				transform: rotate(0.0001deg);\n				transition: all 0.2s;\n				box-shadow: none;\n			}\n\n			#lspr-buttons a:hover {\n				transform: rotate(0.001deg) scale(1.05);\n				box-shadow: 0 0.25vw 0.5vw rgba(0,0,0,0.15);\n			}\n\n			.layerslider_notice_img  .dashicons-dismiss {\n				right: 30px;\n			}\n\n			.lspr-bold {\n				font-weight: 800 !important;\n			}\n\n		</style>\n		<div id=\"lspr-inner\">\n			<div id=\"lspr-heading-small\"></div>\n			<div id=\"lspr-heading\">\n				<span class=\"lspr-nowrap\">UPDATE REQUIRED &amp;<br>LAYERSLIDER SPECIAL SALE<span>\n			</div>\n\n			<div class=\"lspr-text\">\n				<span>You’re using an outdated version of LayerSlider, which lacks crucial fixes. You need to update to LayerSlider 6.11 or newer to be compatible with the latest versions of WordPress and popular 3rd party applications. New updates contain important security fixes, new features and content, countless improvements and bug fixes. Updating is necessary to use the product as intended.\n				</span>\n			</div>\n\n			<div class=\"lspr-text\">\n				<span>Updating is free for everyone. Check our \"How to Update\" guide for more information. We’re also running an update sale, and you can grab a license 20% OFF using the promo code <b class=\"lspr-bold\">UPDATE20</b> during checkout.\n				</span>\n			</div>\n\n			<div id=\"lspr-buttons\">\n				<a href=\"https://layerslider.kreaturamedia.com/how-to-update/\" target=\"_blank\">How to update</a>\n				<a href=\"https://layerslider.kreaturamedia.com/pricing/\" target=\"_blank\">Get special deal now</a>\n				<a href=\"https://layerslider.kreaturamedia.com/contact/\" target=\"_blank\">Contact us</a>\n			</div>\n		</div>\n		\";}s:11:\"min_version\";s:0:\"\";s:11:\"max_version\";s:6:\"6.10.2\";s:11:\"unactivated\";b:0;s:10:\"url_filter\";s:33:\"layerslider index.php plugins.php\";}}','no');
INSERT INTO `wpk3_options` VALUES (171,'rs-templates','a:3:{s:4:\"hash\";s:32:\"d18c36e2537bd40f9c1fd848b227cfb1\";s:6:\"slider\";a:442:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}','no'),(262,'thegem_options_page_settings_default','a:70:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:19:\"effects_hide_header\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:18:\"header_transparent\";i:0;s:22:\"header_menu_logo_light\";i:0;s:20:\"header_hide_top_area\";i:0;s:27:\"header_top_area_transparent\";i:0;s:19:\"footer_hide_default\";i:0;s:23:\"footer_hide_widget_area\";i:0;s:16:\"effects_disabled\";i:0;s:17:\"effects_one_pager\";i:0;s:23:\"effects_parallax_footer\";i:0;s:24:\"effects_no_bottom_margin\";i:0;s:21:\"effects_no_top_margin\";i:0;s:19:\"redirect_to_subpage\";i:0;s:19:\"effects_hide_footer\";i:0;s:21:\"effects_page_scroller\";i:0;s:28:\"effects_page_scroller_mobile\";i:0;s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:22:\"fullpage_disabled_dots\";i:0;s:19:\"fullpage_style_dots\";s:7:\"outline\";s:31:\"fullpage_disabled_tooltips_dots\";i:0;s:26:\"fullpage_enable_continuous\";i:0;s:24:\"fullpage_disabled_mobile\";i:0;s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:21:\"enable_page_preloader\";i:0;s:21:\"slideshow_layerslider\";s:0:\"\";s:14:\"sidebar_sticky\";i:0;}','yes'),(263,'thegem_options_page_settings_blog','a:70:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:18:\"header_transparent\";i:0;s:22:\"header_menu_logo_light\";i:0;s:20:\"header_hide_top_area\";i:0;s:27:\"header_top_area_transparent\";i:0;s:19:\"footer_hide_default\";i:0;s:23:\"footer_hide_widget_area\";i:0;s:16:\"effects_disabled\";i:0;s:17:\"effects_one_pager\";i:0;s:23:\"effects_parallax_footer\";i:0;s:24:\"effects_no_bottom_margin\";i:0;s:21:\"effects_no_top_margin\";i:0;s:19:\"redirect_to_subpage\";i:0;s:19:\"effects_hide_header\";i:0;s:19:\"effects_hide_footer\";i:0;s:21:\"effects_page_scroller\";i:0;s:28:\"effects_page_scroller_mobile\";i:0;s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:22:\"fullpage_disabled_dots\";i:0;s:19:\"fullpage_style_dots\";s:7:\"outline\";s:31:\"fullpage_disabled_tooltips_dots\";i:0;s:26:\"fullpage_enable_continuous\";i:0;s:24:\"fullpage_disabled_mobile\";i:0;s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:21:\"enable_page_preloader\";i:0;s:21:\"slideshow_layerslider\";s:0:\"\";s:14:\"sidebar_sticky\";i:0;}','yes'),(264,'thegem_options_page_settings_search','a:70:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:18:\"header_transparent\";i:0;s:22:\"header_menu_logo_light\";i:0;s:20:\"header_hide_top_area\";i:0;s:27:\"header_top_area_transparent\";i:0;s:19:\"footer_hide_default\";i:0;s:23:\"footer_hide_widget_area\";i:0;s:16:\"effects_disabled\";i:0;s:17:\"effects_one_pager\";i:0;s:23:\"effects_parallax_footer\";i:0;s:24:\"effects_no_bottom_margin\";i:0;s:21:\"effects_no_top_margin\";i:0;s:19:\"redirect_to_subpage\";i:0;s:19:\"effects_hide_header\";i:0;s:19:\"effects_hide_footer\";i:0;s:21:\"effects_page_scroller\";i:0;s:28:\"effects_page_scroller_mobile\";i:0;s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:22:\"fullpage_disabled_dots\";i:0;s:19:\"fullpage_style_dots\";s:7:\"outline\";s:31:\"fullpage_disabled_tooltips_dots\";i:0;s:26:\"fullpage_enable_continuous\";i:0;s:24:\"fullpage_disabled_mobile\";i:0;s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:21:\"enable_page_preloader\";i:0;s:21:\"slideshow_layerslider\";s:0:\"\";s:14:\"sidebar_sticky\";i:0;}','yes'),(265,'thegem_image_cache_42099b4af021e53fd8fd4e056c2568d7c2e3ffa8','a:5:{i:53;a:2:{s:18:\"thegem-testimonial\";a:4:{i:0;s:56:\"/2016/04/Faces-400x400px-1_1_05-1-thegem-testimonial.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1576748269;}s:17:\"thegem-person-160\";a:4:{i:0;s:55:\"/2016/04/Faces-400x400px-1_1_05-1-thegem-person-160.jpg\";i:1;i:160;i:2;i:160;s:4:\"time\";i:1576748269;}}i:54;a:2:{s:18:\"thegem-testimonial\";a:4:{i:0;s:56:\"/2016/04/Faces-400x400px-1_1_30-1-thegem-testimonial.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1576748269;}s:17:\"thegem-person-160\";a:4:{i:0;s:55:\"/2016/04/Faces-400x400px-1_1_30-1-thegem-person-160.jpg\";i:1;i:160;i:2;i:160;s:4:\"time\";i:1576748269;}}i:39;a:1:{s:25:\"thegem-blog-default-large\";a:4:{i:0;s:51:\"/2016/04/2-layers-3-1-thegem-blog-default-large.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1594203195;}}i:23;a:1:{s:25:\"thegem-blog-default-large\";a:4:{i:0;s:45:\"/2016/04/4-30-1-thegem-blog-default-large.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1594203195;}}i:6377;a:1:{s:25:\"thegem-blog-default-large\";a:4:{i:0;s:58:\"/2020/07/dummy-horizontal-hd-thegem-blog-default-large.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1594205327;}}}','no'),(266,'revslider_update_revision_current','6.2.0','yes'),(281,'layerslider_update_info','O:8:\"stdClass\":5:{s:5:\"basic\";O:8:\"stdClass\":11:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"6.11.1\";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:38:\"https://layerslider.kreaturamedia.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:14:\"upgrade_notice\";s:304:\"This is a massive update that is intended to maximize compatibility with the latest version of WordPress and other popular plugins. It also includes important security patches, new features, bug fixes, and a whole lot of important changes under the hood. Updating to this version is a MUST for everybody.\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:5:\"p_url\";s:46:\"https://layerslider.kreaturamedia.com/pricing/\";s:7:\"version\";s:6:\"6.11.1\";s:12:\"last_updated\";s:10:\"2020-04-01\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3147;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:304:\"This is a massive update that is intended to maximize compatibility with the latest version of WordPress and other popular plugins. It also includes important security patches, new features, bug fixes, and a whole lot of important changes under the hood. Updating to this version is a MUST for everybody.\";s:4:\"beta\";s:304:\"This is a massive update that is intended to maximize compatibility with the latest version of WordPress and other popular plugins. It also includes important security patches, new features, bug fixes, and a whole lot of important changes under the hood. Updating to this version is a MUST for everybody.\";s:4:\"edge\";s:304:\"This is a massive update that is intended to maximize compatibility with the latest version of WordPress and other popular plugins. It also includes important security patches, new features, bug fixes, and a whole lot of important changes under the hood. Updating to this version is a MUST for everybody.\";}s:6:\"author\";s:80:\"<a href=\"http://codecanyon.net/user/kreatura\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.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:343:\"<p style=\"text-align: justify;\">\n	<a href=\"https://layerslider.kreaturamedia.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> 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</p>\";s:12:\"installation\";s:563:\"<p style=\"text-align: justify;\">\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 <a href=\"https://layerslider.kreaturamedia.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\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</p>\";s:3:\"faq\";s:607:\"<p style=\"text-align: justify;\">\n	Please visit our <a href=\"https://layerslider.kreaturamedia.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.kreaturamedia.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.kreaturamedia.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:6:\"6.11.1\";s:14:\"_not_activated\";b:1;s:7:\"checked\";i:1594244820;}','yes'),(5143,'_site_transient_timeout_php_check_aadacc046d972fe89114cd3eaab035a8','1594281713','no'),(5144,'_site_transient_php_check_aadacc046d972fe89114cd3eaab035a8','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(5617,'_site_transient_timeout_community-events-b02b8ddcd48b345c0c0dab3a9191bdab','1594216565','no'),(5618,'_site_transient_community-events-b02b8ddcd48b345c0c0dab3a9191bdab','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"125.161.129.0\";}s:6:\"events\";a:0:{}}','no'),(5733,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1594305918','no'),(5734,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2020 13:49:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.5-beta1-48410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.5 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2020 21:49:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8624\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"WordPress 5.5 Beta 1 is now available for testing! This software is still in development,&#160;so it&#8217;s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.5 beta in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9616:\"\n<p>WordPress 5.5 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it&#8217;s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.5 beta in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.5-beta1.zip\">download the beta here&nbsp;(zip)</a>.</li></ul>\n\n\n\n<p>The current target for final release is August 11, 2020. This is only <strong>five weeks away</strong>. Your help is needed to ensure this release is tested properly.</p>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute. Here are some of the big changes and features to pay close attention to while testing.</p>\n\n\n\n<h2><strong>Block editor: features and improvements</strong></h2>\n\n\n\n<p>WordPress 5.5 will include ten releases of the Gutenberg plugin, bringing with it a long list of exciting new features. Here are just a few:</p>\n\n\n\n<ul><li><strong>Inline image editing &#8211; </strong>Crop, rotate, and zoom photos inline right from image blocks.</li><li><strong>Block patterns</strong> &#8211; Building elaborate pages can be a breeze with new block patterns. Several are included by default.</li><li><strong>Device previews</strong> &#8211; See how your content will look to users on many different screen sizes. </li><li><strong>End block overwhelm</strong>. The new block inserter panel displays streamlined categories and collections. As a bonus, it supports patterns and integrates with the new block directory right out of the box.</li><li><strong>Discover, install, and insert third-party blocks</strong> from your editor using the new block directory.</li><li>A better, <strong>smoother editing experience </strong>with:&nbsp;<ul><li>Refined drag-and-drop</li><li>Block movers that you can see and grab</li><li>Parent block selection</li><li>Contextual focus highlights</li><li>Multi-select formatting lets you change a bunch of blocks at once&nbsp;</li><li>Ability to copy and relocate blocks easily</li><li>And, better performance</li></ul></li><li><strong>An expanded design toolset for themes.</strong></li><li>Now <strong>add backgrounds and gradients</strong> to more kinds of blocks, like groups, columns, media &amp; text</li><li>And <strong>support for more types of measurements</strong> &#8212; not just pixels. Choose ems, rems, percentages, vh, vw, and more! Plus, adjust line heights while typing, turning writing and typesetting into the seamless act.</li></ul>\n\n\n\n<p>In all, WordPress 5.5 brings more than 1,500 useful improvements to the block editor experience.&nbsp;</p>\n\n\n\n<p>To see all of the features for each release in detail check out the release posts: <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.5.0\">7.5</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.6.0\">7.6</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.7.0\">7.7</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.8.0\">7.8</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.9.0\">7.9</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.0.0\">8.0</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.1.0\">8.1</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.2.0\">8.2</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.3.0\">8.3</a>, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.4.0\">8.4</a>.</p>\n\n\n\n<h2><strong>Wait! There’s more!</strong></h2>\n\n\n\n<h3><strong>XML sitemaps</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">XML Sitemaps are now included in WordPress</a> and enabled by default. Sitemaps are essential to search engines discovering the content on your website. Your site&#8217;s home page, posts, pages, custom post types, and more will be included to improve your site&#8217;s visibility.</p>\n\n\n\n<h3><strong>Auto-updates for plugins and themes</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/tag/core-auto-updates/\">WordPress 5.5 also brings auto-updates for plugins and themes</a>. Easily control which plugins and themes keep themselves up to date on their own. It&#8217;s always recommended that you run the latest versions of all plugins and themes. The addition of this feature makes that easier than ever!</p>\n\n\n\n<h3><strong>Lazy-loading images</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/04/08/lazy-loading-of-images-is-in-core/\">WordPress 5.5 will include native support for lazy-loaded images</a> utilizing new browser standards. With lazy-loading, images will not be sent to users until they approach the viewport. This saves bandwidth for everyone (users, hosts, ISPs), makes it easier for those with slower internet speeds to browse the web, saves electricity, and more.</p>\n\n\n\n<h3><strong>Better accessibility</strong></h3>\n\n\n\n<p>With every release, WordPress works hard to improve accessibility. Version 5.5 is no different and packs a parcel of accessibility fixes and enhancements. Take a look:</p>\n\n\n\n<ul><li>List tables now come with extensive, alternate view modes.</li><li>Link-list widgets can now be converted to HTML5 navigation blocks.</li><li>Copying links in media screens and modal dialogs can now be done with a simple click of a button.</li><li>Disabled buttons now actually look disabled.</li><li>Meta boxes can now be moved with the keyboard.</li><li>A custom logo on the front page no longer links to the front page.</li><li>Assistive devices can now see status messages in the Image Editor.</li><li>The shake animation indicating a login failure now respects the user&#8217;s choices in the <code>prefers-reduced-motion</code> media query.</li><li>Redundant <code>Error:</code> prefixes have been removed from error notices.</li></ul>\n\n\n\n<h2><strong>Miscellaneous Changes</strong></h2>\n\n\n\n<ul><li>Plugins and themes can now be updated by uploading a ZIP file.</li><li><a href=\"https://make.wordpress.org/core/2020/06/26/wordpress-5-5-better-fine-grained-control-of-redirect_guess_404_permalink/\">More finely grained control of redirect_guess_404_permalink()</a>.</li><li><a href=\"https://make.wordpress.org/core/2020/07/01/external-library-updates-in-wordpress-5-5-call-for-testing/\">Several packaged external libraries have been updated</a>, including PHPMailer, SimplePie, Twemoji, Masonry, and more!</li></ul>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">5.5-related developer notes</a> in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.5&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">360 tickets in WordPress 5.5</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;milestone=5.5&amp;or&amp;status=closed&amp;status=reopened&amp;type=feature+request&amp;milestone=5.5&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">157 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p class=\"has-small-font-size\"><em>Props to <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a>, and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> for compiling/writing this post, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for editing/proof reading, and <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, and <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a> for final review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/07/the-month-in-wordpress-june-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2020 05:52:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8614\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"June was an exciting month for WordPress! Major changes are coming to the Gutenberg plugin, and WordCamp Europe brought the WordPress community closer together. Read on to learn more and to get all the latest updates.&#160; WordPress 5.4.2 released We said hello to WordPress 5.4.2 on June 10. This security and maintenance release features 17 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7872:\"\n<p>June was an exciting month for WordPress! Major changes are coming to the Gutenberg plugin, and WordCamp Europe brought the WordPress community closer together. Read on to learn more and to get all the latest updates.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.2 released</h2>\n\n\n\n<p>We said hello to WordPress 5.4.2 on June 10. This security and maintenance release features 17 fixes and 4 enhancements, so we recommend that you update your sites immediately. To download WordPress 5.4.2, visit your Dashboard, click on <strong>Updates</strong>, then <strong>Update Now</strong>, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/06/wordpress-5-4-2-security-and-maintenance-release/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.4.2&amp;order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-2/\">HelpHub documentation page</a> for <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-2/\">version 5.4.2</a>. WordPress 5.4.2 is a short-cycle maintenance release. The next major release will be <a href=\"https://make.wordpress.org/core/5-5/\">version 5.5</a>, <a href=\"https://wordpress.org/about/roadmap/\">planned for August 2020</a>. <br><br>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 8.3 and 8.4</h2>\n\n\n\n<p>The core team launched Gutenberg <a href=\"https://make.wordpress.org/core/2020/06/11/whats-new-in-gutenberg-11-june/\">8.3</a> and <a href=\"https://make.wordpress.org/core/2020/06/24/whats-new-in-gutenberg-24-june/\">8.4</a> this month, paving the way for some exciting block editor features. Version 8.3 introduced enhancements like a reorganized, more intuitive set of block categories, a parent block selector, an experimental spacing control, and user-controlled link color options. Version 8.4 comes with new image-editing tools and the ability to edit options for multiple blocks.  The block directory search feature that was previously available as an experimental feature, is now enabled for all Gutenberg installations. For full details on the latest versions on these Gutenberg releases, visit these posts about <a href=\"https://make.wordpress.org/core/2020/06/11/whats-new-in-gutenberg-11-june/\">8.3</a> and <a href=\"https://make.wordpress.org/core/2020/06/24/whats-new-in-gutenberg-24-june/\">8.4</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Bumps Minimum Recommended PHP Version to 7.2</h2>\n\n\n\n<p>In a major update, WordPress <a href=\"https://meta.trac.wordpress.org/changeset/9959\">has bumped</a> the minimum PHP recommendation to 7.2. The ServeHappy API has been updated to set the minimum acceptable PHP version to 7.2, while the WordPress downloads page recommends 7.3 or newer. Previously, the ServeHappy dashboard widget was showing the upgrade notice to users of PHP 5.6 or lower. This decision comes <a href=\"https://meta.trac.wordpress.org/ticket/5257\">after discussions with the core Site Health team and the Hosting team</a>, both of which recommended that the upgrade notice be shown to users of PHP &lt;=7.1.</p>\n\n\n\n<h2>WordCamp Europe 2020 Moved Online</h2>\n\n\n\n<p>Following the success of a remote WordCamp Spain, <a href=\"https://2020.europe.wordcamp.org/\">WordCamp Europe</a> was held fully online from June 4 to 6. The event drew a record 8,600 signups from people based in 138 countries, along with 2,500 signups for contributor day. WCEU Online also showcased 33 speakers and 40 sponsors, in addition to a Q&amp;A with Matt Mullenweg. You can find the videos of the event in WordPress.tv by <a href=\"https://wordpress.tv/event/wordcamp-europe-2020/\">following this link</a>, or you can catch the<a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ\"> live stream recording of the entire event from the WP Europe YouTube Channel</a>.</p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog here</a>, or join them in the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a Meetup or WordCamp, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), the executive director of the WordPress project, <a href=\"https://wordpress.org/news/2020/06/equity-and-the-power-of-community/\">published a post </a>that highlights resources on how the global WordPress community can focus on equity to help dismantle racial, societal, and systemic injustice.&nbsp;</li><li>PHP, the primary programming language in which WordPress is written, celebrated its <a href=\"https://wptavern.com/php-marks-25-years\">25th anniversary</a> this month!</li><li>The Community team is<a href=\"https://make.wordpress.org/community/2020/06/18/pending-update-for-the-code-of-conduct/#comment-28294\"> updating the WordCamp code of conduct</a> to address discrimination based on age, caste, social class, and other identifying characteristics.</li><li>The WordPress Core team is promoting more inclusive language by <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/\">updating all git repositories to use `trunk` instead of `master`</a>. Additionally, the team proposes to <a href=\"https://make.wordpress.org/core/2020/06/24/proposal-rename-invalid-worksforme-and-wontfix-ticket-resolutions/\">rename&nbsp; “invalid,” “worksforme,” and “wontfix” ticket resolutions </a>to “not-applicable,” “not-reproducible” or “cannot-reproduce,” and “not-implemented,” respectively.&nbsp;</li><li>The Documentation team is working on an external linking policy and has <a href=\"https://make.wordpress.org/docs/2020/06/15/external-linking-policy-trusted-sources/\">started a discussion</a> on how to allow linking to trusted sources to benefit users.&nbsp;</li><li>The Core team has put up a proposal to <a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">merge extensible core sitemaps to WordPress core</a> in the 5.5 release. The feature is currently available as a <a href=\"https://wordpress.org/plugins/core-sitemaps/\">feature plugin</a>.</li><li><a href=\"https://2020.denver.wordcamp.org/\">WordCamp Denver</a> was held online May 26–27. The event sold over 2,400 tickets and featured 27 speakers and 20 sponsors. You can catch the recorded live stream on the <a href=\"https://2020.denver.wordcamp.org/watch-now/\">event site</a>.</li><li>The Core team is working on <a href=\"https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/\">updating the version of jQuery</a> used in WordPress core.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.4.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2020/06/wordpress-5-4-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wordpress.org/news/2020/06/wordpress-5-4-2-security-and-maintenance-release/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2020 19:19:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8592\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"WordPress 5.4.2 is now available! This security and maintenance release features 23 fixes and enhancements. Plus, it adds a number of security fixes—see the list below. These bugs affect WordPress versions 5.4.1 and earlier; version 5.4.2 fixes them, so you’ll want to upgrade. If you haven’t yet updated to 5.4, there are also updated versions [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6827:\"\n<p>WordPress 5.4.2 is now available!</p>\n\n\n\n<p>This security and maintenance release features 23 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>These bugs affect WordPress versions 5.4.1 and earlier; version 5.4.2 fixes them, so you’ll want to upgrade.</p>\n\n\n\n<p>If you haven’t yet updated to 5.4, there are also updated versions of 5.3 and earlier that fix the bugs for you.</p>\n\n\n\n<h3><strong>Security Updates</strong></h3>\n\n\n\n<p>WordPress versions 5.4 and earlier are affected by the following bugs, which are fixed in version 5.4.2. If you haven’t yet updated to 5.4, there are also updated versions of 5.3 and earlier that fix the security issues.</p>\n\n\n\n<ul><li>Props to Sam Thomas (jazzy2fives) for finding an XSS issue where authenticated users with low privileges are able to add JavaScript to posts in the block editor.</li><li>Props to Luigi &#8211; (<a href=\"https://www.gubello.me/\">gubello.me</a>) for discovering an XSS issue where authenticated users with upload permissions are able to add JavaScript to media files.</li><li>Props to Ben Bidner of the WordPress Security Team for finding an open redirect issue in <em>wp_validate_redirect()</em>.</li><li>Props to <a href=\"http://apapedulimu.click\">Nrimo Ing Pandum</a> for finding an authenticated XSS issue via theme uploads.</li><li>Props to <a href=\"https://blog.ripstech.com/authors/simon-scannell\">Simon Scannell of RIPS Technologies</a> for finding an issue where <em>set-screen-option</em> can be misused by plugins leading to privilege escalation.</li><li>Props to <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> for discovering an issue where comments from password-protected posts and pages could be displayed under certain conditions.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>One maintenance update was also deployed to versions 5.1, 5.2 and 5.3. See the <a href=\"https://make.wordpress.org/core/2020/06/09/wordpress-5-4-2-prevent-unmoderated-comments-from-search-engine-indexation/\">related developer note</a> for more information.</p>\n\n\n\n<p>You can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.4.2&amp;order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>For more info, browse the full list of changes on Trac or check out the Version&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-4-2/\">5.4.2 documentation page</a>.</p>\n\n\n\n<p>WordPress 5.4.2 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-5/\">version 5.5</a>.</p>\n\n\n\n<p>You can download WordPress 5.4.2 from the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Thanks and props!</h3>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.2 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/argentite\">argentite</a>, <a href=\"https://profiles.wordpress.org/asif2bd\">M Asif Rahman</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bdcstr\">bdcstr</a>, <a href=\"https://profiles.wordpress.org/delowardev\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/dhrrob\">Rob Migchels</a>, <a href=\"https://profiles.wordpress.org/donmhico\">donmhico</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/emlebrun\">Emilie LEBRUN</a>, <a href=\"https://profiles.wordpress.org/finomeno\">finomeno</a>, <a href=\"https://profiles.wordpress.org/garethgillman\">garethgillman</a>, <a href=\"https://profiles.wordpress.org/giorgio25b\">Giorgio25b</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/h71\">Hector F</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/imath\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/javiercasares\">Javier Casares</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jonkolbert\">jonkolbert</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/kjellr\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kthmd\">KT</a>, <a href=\"https://profiles.wordpress.org/markusthiel\">markusthiel</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mislavjuric\">mislavjuric</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nikhilbhansi\">Nikhil Bhansi</a>, <a href=\"https://profiles.wordpress.org/oakesjosh\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/passoniate\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/samful\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/skarabeq\">skarabeq</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/suzylah\">suzylah</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/utz119\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a> and <a href=\"https://profiles.wordpress.org/yuhin\">yuhin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2020/06/wordpress-5-4-2-security-and-maintenance-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Equity and the Power of Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/06/equity-and-the-power-of-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Jun 2020 17:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8590\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"Over the past week, I’ve been thinking a lot about George Floyd, Breonna Taylor, and Ahmaud Arbery. I have been thinking about white supremacy, the injustice that Black women and men are standing up against across the world, and all the injustices I can’t know, and don’t see.&#160; The WordPress mission is to democratize publishing, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2535:\"\n<p>Over the past week, I’ve been thinking a lot about George Floyd, Breonna Taylor, and Ahmaud Arbery. I have been thinking about white supremacy, the injustice that Black women and men are standing up against across the world, and all the injustices I can’t know, and don’t see.&nbsp;</p>\n\n\n\n<p>The WordPress mission is to democratize publishing, and to me, that has always meant more than the freedom to express yourself. Democratizing publishing means giving voices to the voiceless and amplifying those speaking out against injustice. It means learning things that we otherwise wouldn’t. To me, it means that every voice has the ability to be heard, regardless of race, wealth, power, and opportunity. WordPress is a portal to commerce; it is a canvas for identity, and a catalyst for change.</p>\n\n\n\n<p>While WordPress as an open source project may not be capable of refactoring unjust judicial systems or overwriting structural inequality, this does not mean that we, the WordPress community, are powerless. WordPress can&#8217;t dismantle white supremacy, but the WordPress community can invest in underrepresented groups (whose experiences cannot be substituted for) and hire them equitably. WordPress can&#8217;t eradicate prejudice, but the WordPress community can hold space for marginalized voices in our community.</p>\n\n\n\n<p>There is a lot of racial, societal, and systemic injustice to fight. At times, change may seem impossible, and certainly, it’s been too slow. But I know in my heart that the WordPress community is capable of changing the world. </p>\n\n\n\n<p>If you would like to learn more about how to make a difference in your own community, here are a few resources I’ve gathered from WordPressers just like you.</p>\n\n\n\n<ul><li><a href=\"https://href.li/?http://www.socialjusticetoolbox.com/\">Social Justice Toolbox</a></li><li><a href=\"http://antiracismforbeginners.com/\">Anti-racism resource list</a></li><li>An open source <a href=\"https://guidetoallyship.com/\">Guide to Allyship</a></li><li><a href=\"https://allienimmons.com/how-to-be-a-wordpress-ally/\">How to be a WordPress Ally</a></li><li><a href=\"https://www.highsnobiety.com/p/black-lives-matter-europe/\">Supporting Black Lives Matter in Europe</a></li><li><a href=\"https://feminisminindia.com/2019/06/03/colourism-fairness-india/\">Cost of Colourism in India</a> </li><li><a href=\"https://www.ted.com/talks/verna_myers_how_to_overcome_our_biases_walk_boldly_toward_them?language=en\">Overcoming Biases by Walking Toward Them</a> </li></ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8590\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"The Month in WordPress: May 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2020/06/the-month-in-wordpress-may-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Jun 2020 07:36:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8585\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"May was an action-packed month for WordPress! WordPress organizers are increasingly moving WordCamps online, and contributors are taking big steps towards Full Site Editing with Gutenberg. To learn more and get all the latest updates, read on.&#160; Gutenberg 8.1 and 8.2 Gutenberg 8.1 was released on May 13, followed quickly by Gutenberg 8.2 on May [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10242:\"\n<p>May was an action-packed month for WordPress! WordPress organizers are increasingly moving WordCamps online, and contributors are taking big steps towards Full Site Editing with Gutenberg. To learn more and get all the latest updates, read on.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Gutenberg 8.1 and 8.2</h2>\n\n\n\n<p>Gutenberg <a href=\"https://make.wordpress.org/core/2020/05/13/whats-new-in-gutenberg-13-may/\">8.1</a> was released on May 13, followed quickly by Gutenberg <a href=\"https://make.wordpress.org/core/2020/05/27/whats-new-in-gutenberg-27-may/\">8.2</a> on May 27.&nbsp;</p>\n\n\n\n<ul><li>8.1 added new block pattern features making it easier to insert desired patterns, along with a new pattern. It also added a button to&nbsp; collapsed block actions for copying the selected block, which will help touchscreen users or users who don’t use keyboard shortcuts.&nbsp;</li><li>8.2 introduced block pattern categories and a `viewportWidth` property that will be particularly useful for large block patterns. There is also a new content alignment feature, and enhancements to improve the writing experience.&nbsp;</li></ul>\n\n\n\n<p>Both releases include a number of new APIs, enhancements, bug fixes, experiments, new documentation, improvement to code quality, and more! To learn the latest, visit the announcement posts for <a href=\"https://make.wordpress.org/core/2020/05/13/whats-new-in-gutenberg-13-may/\">Gutenberg 8.1</a> and <a href=\"https://make.wordpress.org/core/2020/05/27/whats-new-in-gutenberg-27-may/\">Gutenberg 8.2</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Phase 2: Steps Towards Full Site Editing</h2>\n\n\n\n<p>Contributors are currently working hard on <a href=\"https://wordpress.org/about/roadmap/\">Phase 2 of Gutenberg</a>! Where Phase 1 introduced the new block editor with WordPress 5.0, Phase 2 sees more customization and includes one of the biggest Gutenberg projects: Full Site Editing (FSE). At the moment, <a href=\"https://make.wordpress.org/core/2020/05/13/wordpress-5-5-planning-roundup/\">work on WordPress 5.5 has been initiated</a> and contributors decided to include <a href=\"https://make.wordpress.org/core/2020/05/29/editor-features-for-wordpress-5-5/\">basic functionality for Full Site Editing</a> in this release. FSE hopes to streamline the site creation and building process in WordPress using a block-based approach. There’s a lot of conversation and new information about FSE, so communication around the project is very important. On May 28th, a conversation was held in the #core-customize channel to discuss <a href=\"https://make.wordpress.org/core/2020/05/20/join-a-discussion-about-full-site-editing-and-the-future-of-the-customizer/\">FSE and the future of the Customizer</a>. To help everyone track the latest information, <a href=\"https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">this post</a> summarizes ways to keep up with FSE.</p>\n\n\n\n<p>Want to get involved with Gutenberg and FSE?&nbsp; Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can also check the FSE <a href=\"https://href.li/?https://github.com/WordPress/gutenberg/pulls?q=is%3Aopen+is%3Apr+label%3A%22%5BFeature%5D+Full+Site+Editing%22\">pull requests</a> and <a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22%5BFeature%5D+Full+Site+Editing%22\">issues</a> on GitHub.</p>\n\n\n\n<h2>Theme Review Team Rebranding</h2>\n\n\n\n<p>Representatives of the Themes Review Team have decided to update their team name to “Themes Team.” This decision reflects changes that the block editor brings to the landscape of themes with the Full Site Editing project. The team has always been involved in projects beyond reviewing WordPress.org themes and lately, the team has been contributing more to themes in general &#8212; including open-source packages, contributions to Full Site Editing, the Twenty Twenty theme, and more. You can read more about the name change in the <a href=\"https://make.wordpress.org/themes/2020/05/12/meeting-notes-tuesday-12-may-2020/\">team’s meeting notes</a>.</p>\n\n\n\n<p>Want to get involved with the Themes Team? <a href=\"https://make.wordpress.org/themes/\">Follow the Themes blog here</a>, or join them in the #themereview channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Online WordCamp Program Announced</h2>\n\n\n\n<p>To assist organizers with moving their WordCamps online, the WordPress Community team has prepared a <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">new set of guidelines for online WordCamps</a>. The Community Team will cover <a href=\"https://make.wordpress.org/community/handbook/virtual-events/online-wordcamp-cost-guidelines-and-the-budget-review-process/\">online production and captioning costs</a> associated with any online WordCamp without the need for local sponsorship. The team also <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/new-guidelines-for-virtual-events-in-2020/\">updated its guidelines</a> to cover the regional focus of online events, and modified the <a href=\"https://make.wordpress.org/community/handbook/virtual-events/online-code-of-conduct/\">code of conduct</a> to cater to the new format. <a href=\"https://central.wordcamp.org/schedule/\">The WordCamp schedule</a> has also been updated to indicate whether an event is taking place online or not. You can find resources, tools, and information about online WordPress events in our <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">Online Events Handbook</a>. They have also prepared a <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/in-person-events-during-covid-19/\">new set of guidelines for in-person events</a> taking place in 2020, in the light of COVID-19 challenges.&nbsp;</p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog here</a>, or join them in the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a Meetup or WordCamp, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>BuddyPress 6.0.0 “iovine’s”</h2>\n\n\n\n<p>On May 13th, <a href=\"https://buddypress.org/2020/05/buddypress-6-0-0/\">BuddyPress 6.0.0, known as “iovine’s,” was released</a>. This release includes two new blocks for the WordPress Editor: Members and Groups. It also saw the completion of the BP REST API, adding the six remaining endpoints, and the move or local avatar management to the Members component. Beyond that, 6.0.0 includes more than 80 changes, made possible by 42 contributors.&nbsp;</p>\n\n\n\n<p>Want to download this latest version of BuddyPress? <a href=\"https://buddypress.org/2020/05/buddypress-6-0-0/\">Get it here</a>.&nbsp; You can also help by <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">translating BuddyPress into another language</a> or letting the team know of any issues you find in the <a href=\"https://buddypress.org/support/\">support forums</a>.</p>\n\n\n\n<h2>WordCamp Spain Online Concludes Successfully</h2>\n\n\n\n<p>WordPress Meetup organizers in Spain joined hands to organize <a href=\"https://2020.spain.wordcamp.org/\">WordCamp Spain online </a>from May 6 to 9, which proved to be a huge success. The event had more than 5,500 attendees, 60 speakers, and 16 sponsors. Over 200 people from around the world participated in the <a href=\"https://2020.spain.wordcamp.org/2020/05/14/asi-fue-contributor-day/\">Contributor Day</a>. Matt Mullenweg <a href=\"https://wordpress.tv/2020/05/09/matias-ventura-matt-mullenweg-matt-y-wordpress/\">hosted an AMA for the participants</a>, facilitated by Mattias Ventura’s on-the-spot Spanish translation.&nbsp;</p>\n\n\n\n<p>If you missed the event, you can watch<a href=\"https://wordpress.tv/event/wordcamp-spain-2020/\"> videos from WordCamp Spain online at WordPress.TV</a>. Want to organize a regional WordCamp? <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">Learn more about that here</a>!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>WordPress <a href=\"https://ma.tt/2020/05/celebrate-seventeen/\">celebrated its 17th anniversary</a> on May 27, 2020! WordPress lovers all across the world <a href=\"https://twitter.com/hashtag/WP17?src=hashtag_click\">participated in online meetups</a> to celebrate the 17th birthday of their favorite open-source software.&nbsp;</li><li>The WordCamp Asia team has published <a href=\"https://2021.asia.wordcamp.org/2020/05/11/wordcamp-asia-2021-call-for-organisers/\">a call for organizers</a> for the January 2021 event &#8212; the call will close on June 8.</li><li>PHP and core version checks are coming into WordPress. This feature will prevent end-users from installing or activating a theme that is incompatible with their current version of PHP or WordPress. The change that has <a href=\"https://core.trac.wordpress.org/changeset/47819\">already been merged to core</a> is slated to land in WordPress 5.5.</li><li>The 2020 WordPress release squads <a href=\"https://make.wordpress.org/core/2020/05/29/2020-wordpress-release-squads/\">have been announced</a>.</li><li>Don’t forget that <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">WordCamp Europe Online</a> is happening on June 4-6, 2020.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 09:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8571\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8195:\"\n<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th,&nbsp; <a href=\"https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/\">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before&nbsp; the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8.&nbsp;</p>\n\n\n\n<p>Want to get involved? <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">Test the 6.0.0-RC here</a>! You can also help by <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href=\"https://buddypress.org/support\">the support forums</a> and/or in their <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer&nbsp; what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word.&nbsp;</p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Call for Speakers</a> is still open! You can apply to speak on the <a href=\"https://2020.wcus-speakers.org/\">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5).&nbsp;</p>\n\n\n\n<p>Additionally, the <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 &amp; 2022, please <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">fill out this application</a>.&nbsp;</p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href=\"https://2020.us.wordcamp.org/\">website</a>, or follow <a href=\"https://www.facebook.com/WordCampUSA/\">Facebook</a>, <a href=\"https://twitter.com/WordCampUS\">Twitter</a>, or <a href=\"https://www.instagram.com/wordcampus/?hl=en\">Instagram</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual&nbsp;</h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href=\"https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/\">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href=\"https://2020.europe.wordcamp.org/tickets/\">here</a>.&nbsp;</p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://twitter.com/wceurope?lang=en\">Twitter</a>, <a href=\"https://www.linkedin.com/company/wordcampeurope/\">LinkedIn</a>, or on <a href=\"https://www.instagram.com/wceurope/?hl=en\">Instagram</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href=\"https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/\">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 19:56:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8553\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"WordPress 5.4.1 is now available! This security and maintenance release features 17 bug fixes in addition to 7 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.4.1 is a short-cycle security and maintenance release. The next [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7029:\"\n<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> and <a href=\"https://hackerone.com/dyennez\">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated.</li><li>Props to <a href=\"https://github.com/ka1n4t\">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated.</li><li>Props to <a href=\"https://evanricafort.com/\">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block.</li><li>Props to Nick Daugherty from <a href=\"https://wpvip.com\">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code>.</li><li>Props to Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) and <a href=\"http://pentestusa.com/\">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href=\"https://weston.ruter.net/\">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href=\"https://twitter.com/ducnt_\">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, and <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"People of WordPress: Mario Peshev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 00:57:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8536\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"In the April edition of our \"People of WordPress\" series, you\'ll find out how Mario Peshev went from self-taught developer to teaching basic digital literacy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12168:\"\n<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Computer science in the nineties</strong></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"200\" height=\"200\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?resize=200%2C200&#038;ssl=1\" alt=\"\" class=\"wp-image-8539\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=200&amp;ssl=1 200w, https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" data-recalc-dims=\"1\" /><figcaption>Mario Peshev</figcaption></figure></div>\n\n\n\n<p>Mario has been hooked on computers ever since he&nbsp;got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.</p>\n\n\n\n<h2><strong>The Corporate Lifestyle</strong></h2>\n\n\n\n<p>Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.</p>\n\n\n\n<p>But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.</p>\n\n\n\n<h2><strong>Remote Working and Business Opportunity</strong></h2>\n\n\n\n<p>The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely.&nbsp;</p>\n\n\n\n<p>So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge.&nbsp;</p>\n\n\n\n<p>He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis.&nbsp;</p>\n\n\n\n<p>As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter.&nbsp;</p>\n\n\n\n<p>For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.</p>\n\n\n\n<h2><strong>Building products</strong></h2>\n\n\n\n<p>One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.</p>\n\n\n\n<p>As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<p>As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress.&nbsp;</p>\n\n\n\n<h2><strong>European Community</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"2560\" height=\"1440\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?fit=632%2C356&amp;ssl=1\" alt=\"Mario presenting to an audience\" class=\"wp-image-8546\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Mario presenting at a WordCamp</figcaption></figure>\n\n\n\n<p>For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.</p>\n\n\n\n<p>While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year.&nbsp; All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.</p>\n\n\n\n<p>For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015).&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Growing businesses and teams</strong></h2>\n\n\n\n<p>A key WordPress benefit is its popularity – an ever growing project currently powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">more than 35% of the Internet [2020].</a> It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs.&nbsp;</p>\n\n\n\n<p>WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires&nbsp; less time and investments to launch an MVP. This boosts the entire ecosystem.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Helping Others</strong></h2>\n\n\n\n<p>Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.</p>\n\n\n\n<p>He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“When you look at that from another perspective, a platform that could save lives &#8211; literally &#8211; and change the world for better is worth contributing to, in any possible manner.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributing to the WordPress community</strong></h2>\n\n\n\n<p>From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show&nbsp; the world WordPress can help make it a better place.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>). Thank you to Mario Peshev (<a href=\'https://profiles.wordpress.org/nofearinc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nofearinc</a>) for sharing his #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8536\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/04/the-month-in-wordpress-march-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2020 12:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8532\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly &#8211; a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8588:\"\n<p>The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly &#8211; a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4 “Adderley”</h2>\n\n\n\n<p>WordPress 5.4 “Adderley” <a href=\"https://wordpress.org/news/2020/03/adderley/\">was released on March 31</a> and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">the 5.4 field guide</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Releases of Gutenberg 7.7 and 7.8</h2>\n\n\n\n<p>It’s been another busy month for Gutenberg, this time with the release of Gutenberg <a href=\"https://make.wordpress.org/core/2020/03/11/whats-new-in-gutenberg-11-march/\">7.7</a> and <a href=\"https://make.wordpress.org/core/2020/03/26/whats-new-in-gutenberg-25-march/\">7.8</a>. Gutenberg 7.7 introduced block patterns &#8211; predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.</p>\n\n\n\n<p>Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read <a href=\"https://make.wordpress.org/themes/2020/03/18/block-based-themes-meeting-notes/\">this summary of the most recent Block-Based Themes meeting</a>. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordCamp cancellations and shift to online events</h2>\n\n\n\n<p>In early March, the Community team issued <a href=\"https://make.wordpress.org/community/2020/03/11/new-recommendations-for-event-organizers-in-light-of-covid-19/\">new recommendations for event organizers</a> in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly <a href=\"https://make.wordpress.org/community/2020/03/12/latest-updates-on-changes-to-wordcamps/\">postponed or canceled their upcoming WordCamps</a> and meetups.</p>\n\n\n\n<p>As community events are an important part of the WordPress open-source project, the Community team made suggestions for <a href=\"https://make.wordpress.org/community/2020/03/20/taking-charity-hackathons-online/\">taking charity hackathons online</a>, <a href=\"https://make.wordpress.org/community/2020/03/24/community-events-in-the-time-of-covid-19/\">proposed interim adjustments</a> to existing community event guidelines, and provided <a href=\"https://make.wordpress.org/community/2020/03/13/online-conference-organizer-training/\">training for online conference organizing</a> with Crowdcast. The team is currently working on building a <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">Virtual Events Handbook</a> that will continue to support WordPress community organizers at this time.&nbsp;</p>\n\n\n\n<p>Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow <a href=\"https://make.wordpress.org/community/\">the Community team blog</a>, learn more about <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">virtual events</a>, and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Link your GitHub profile to WordPress.org</h2>\n\n\n\n<p>Last month, <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">an experimental feature</a> was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">a new option</a> to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.</p>\n\n\n\n<p>For more information and instructions on how to connect your accounts, <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">read the announcement post</a>.</p>\n\n\n\n<h2>Modernizing WordPress coding standards</h2>\n\n\n\n<p>Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">coding standards have been proposed</a> for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more.&nbsp;</p>\n\n\n\n<p>Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">updating the Coding standards for modern PHP</a> and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>On March 16, <a href=\"https://make.wordpress.org/core/2020/03/18/auto-updates-feature-meeting-summary-march-17th-2020/\">Version 0.3 of the auto-updates feature was released</a>, including fixes to a number of issues and the introduction of email notifications.&nbsp;</li><li>WordCamp US announced that <a href=\"https://2020.us.wordcamp.org/2020/03/26/wcus-is-happening/\">the 2020 event will happen</a>, one way or another. But the team need your help to make sure that it’s another fantastic event. <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Consider applying to be a speaker</a>!</li><li>Speaking of WordCamp US, <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">the Call for Cities for WCUS 2021/2022</a> is now open. If your community is interested in being a future WCUS host, <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">apply today</a>!</li><li>With COVID-19 preventing in-person community events, the Diverse Speaker Training (#wpdiversity) Group encourages you to <a href=\"https://make.wordpress.org/community/2020/03/17/covid-19-and-the-diverse-speaker-training-wpdiversity-group/\">host a virtual Diverse Speaker Workshop</a> to prepare speakers for when we are able to meet in person again. To get started, <a href=\"https://tiny.cc/wpdiversity\">visit this page</a>.&nbsp;</li><li>An <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">update for progress on 2020 goals</a> has been posted, sharing some more defined targets and schedule.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:58:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.4 “Adderley”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2020/03/adderley/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Mar 2020 19:04:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8455\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"Version 5.4 \"Adderley\" of WordPress is available for download or update in your WordPress dashboard. This version brings you more ways to make content come alive with your best images and helps make your vision real by putting blocks in the perfect place.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:45:\"https://s.w.org/images/core/5.4/textcolor.mp4\";s:6:\"length\";s:6:\"440616\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:54471:\"\n<p class=\"has-text-color has-very-dark-gray-color\">Here it is! Named “Adderley” in honor of Nat Adderley, the latest and greatest version of WordPress is available for&nbsp;<a href=\"https://wordpress.org/download/\">download</a>&nbsp;or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=632%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-8484\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=2048%2C2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#0400e0\"><div class=\"wp-block-cover__inner-container\">\n<p style=\"font-size:32px\" class=\"has-text-align-center\"><strong>Say hello to more and better.</strong></p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.</p>\n</div></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-left\"><strong>Welcome to WordPress 5.4</strong></h2>\n\n\n\n<p style=\"font-size:15px\" class=\"has-text-align-left\"><strong>Every major release adds more to the block editor.</strong></p>\n\n\n\n<p style=\"font-size:18px\">More ways to make posts and pages come alive with your best images. More ways to bring your visitors in, and keep them engaged, with the richness of embedded media from the web’s top services.</p>\n\n\n\n<p style=\"font-size:18px\">More ways to make your vision real, and put blocks in the perfect place—even if a particular kind of block is new to you. More efficient processes.</p>\n\n\n\n<p style=\"font-size:18px\">And more speed everywhere, so as you build sections or galleries, or just type in a line of prose, you can feel how much faster your work flows.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"316\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8480\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=300%2C150&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=768%2C384&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=2000&amp;ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h3>Two new blocks. And better blocks overall.</h3>\n\n\n\n<ul><li>Two brand-new blocks: Social Icons and Buttons make adding interactive features fast and easy.</li><li>New ways with color: Gradients in the Buttons and Cover block, toolbar access to color options in Rich Text blocks, and for the first time, color options in the Group and Columns blocks.</li><li>Guess a whole lot less! Version 5.4 streamlines the whole process for placing and replacing multimedia in every block. Now it works the same way in almost every block!</li><li>And if you’ve ever thought your image in the Media+Text block should link to something else—perhaps a picture of a brochure should download that brochure as a document? Well, now it can.</li></ul>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.4/textcolor.mp4\"></video></figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Cleaner UI, clearer navigation—and easier tabbing!</h3>\n\n\n\n<ul><li>Clearer block navigation with block breadcrumbs. And easier selection once you get there.</li><li>For when you need to navigate with the keyboard, better tabbing and focus. Plus, you can tab over to the sidebar of nearly any block.</li><li>Speed! 14% faster loading of the editor, 51% faster time-to-type!</li><li>Tips are gone. In their place, a Welcome Guide window you can bring up when you need it—and only when you need it—again and again.</li><li>Know at a glance whether you’re in a block’s Edit or Navigation mode. Or, if you have restricted vision, your screen reader will tell you which mode you’re in.</li></ul>\n\n\n\n<p style=\"background-color:#f8f8f9\" class=\"has-background\">Of course, if you want to work with the very latest tools and features, <strong><a href=\"https://wordpress.org/plugins/gutenberg/\">install the Gutenberg plugin</a></strong>. You’ll get to be the first to use new and exciting features in the block editor before anyone else has seen them!</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"316\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8481\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=2000&amp;ssl=1 2000w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h3>Your fundamental right: privacy</h3>\n\n\n\n<p>5.4 helps with a variety of privacy issues around the world. So when users and stakeholders ask about regulatory compliance, or how your team handles user data, the answers should be a lot easier to get right.</p>\n\n\n\n<p>Take a look:</p>\n\n\n\n<ul><li>Now personal data exports include users session information and users location data from the community events widget. Plus, a table of contents!</li><li>See progress as you process export and erasure requests through the privacy tools.</li><li>Plus, little enhancements throughout give the privacy tools a little cleaner look. Your eyes will thank you!</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"316\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8482\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=300%2C150&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=768%2C384&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=2000&amp;ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>Just for developers</strong></h2>\n\n\n\n<h3>Add custom fields to menu items—natively</h3>\n\n\n\n<p>Two new actions let you add custom fields to menu items—without a plugin and without writing custom walkers.</p>\n\n\n\n<p>On the Menus admin screen, <code>wp_nav_menu_item_custom_fields</code> fires just before the move buttons of a nav menu item in the menu editor.</p>\n\n\n\n<p>In the Customizer, <code>wp_nav_menu_item_custom_fields_customize_template</code> fires at the end of the menu-items form-fields template.</p>\n\n\n\n<p>Check your code and see where these new actions can replace your custom code, and if you’re concerned about duplication, add a check for the WordPress version.</p>\n\n\n\n<h3>Blocks! Simpler styling, new APIs and embeds</h3>\n\n\n\n<ul><li>Radically simpler block styling. Negative margins and default padding are gone! Now you can style blocks the way you need them. And, a refactor got rid of four redundant wrapper divs.</li><li>If you build plugins, now you can register collections of your blocks by namespace across categories—a great way to get more brand visibility.</li><li>Let users do more with two new APIs: block variations and gradients.</li><li>In embeds, now the block editor supports TikTok—and CollegeHumor is gone.</li></ul>\n\n\n\n<p style=\"background-color:#f8f8f9\" class=\"has-background\">There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the <strong><a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a></strong>.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2><strong>The Squad</strong></h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and&nbsp;<a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Jorge Filipe Costa (<strong><a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">@jorgefelipecosta</a></strong>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Sergey Biryukov (<a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><strong>@sergeybiryukov</strong></a>)</li><li><strong>Design</strong>: Tammie Lister (<strong><a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a></strong>)</li><li><strong>Docs Coordinator</strong>:&nbsp;JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Docs &amp; Comms Wrangler</strong>: Mary Baum (<strong><a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a></strong>)</li></ul>\n\n\n\n<p>The squad was joined throughout the release cycle by <strong>552 generous volunteer contributors</strong> who collectively worked on <strong><a href=\"https://core.trac.wordpress.org/milestone/5.4\">361</a> tickets on Trac</strong> and <strong>1226 pull requests on GitHub</strong>.</p>\n\n\n\n<p>Put on a Nat Adderley playlist, click that update button (or&nbsp;<a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0v3rth3d4wn/\">0v3rth3d4wn</a>, <a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a>, <a href=\"https://profiles.wordpress.org/shaikhaezaz80/\">Aezaz Shaikh</a>, <a href=\"https://profiles.wordpress.org/aftabmuni/\">Aftab Ali Muni</a>, <a href=\"https://profiles.wordpress.org/akibjorklund/\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/smallprogrammers/\">Akib</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/akshayar/\">akshayar</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexholsgrove/\">AlexHolsgrove</a>, <a href=\"https://profiles.wordpress.org/alexischenal/\">alexischenal</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/alishankhan/\">alishankhan</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a>, <a href=\"https://profiles.wordpress.org/amirs17/\">Amir Seljubac</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/agawish/\">Amr Gawish</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233;s</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini</a>, <a href=\"https://profiles.wordpress.org/andreaitm/\">andreaitm</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/apieschel/\">apieschel</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arenddeboer/\">arenddeboer</a>, <a href=\"https://profiles.wordpress.org/argentite/\">argentite</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013/\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ataurr/\">Ataur R</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/bahia0019/\">bahia0019</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bdcstr/\">bdcstr</a>, <a href=\"https://profiles.wordpress.org/bengreeley/\">ben.greeley</a>, <a href=\"https://profiles.wordpress.org/benedictsinger/\">benedictsinger</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/bilgilabs/\">bilgilabs</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/skypressatx/\">BMO</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bwmarkle/\">Brad Markle</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/chinteshprajapati/\">Chintesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/eclare/\">Chris Trynkiewicz (Sukces Strony)</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/christianamohr/\">Christiana Mohr</a>, <a href=\"https://profiles.wordpress.org/clayisland/\">clayisland</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/crdunst/\">crdunst</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">Damián Suárez</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darrenlambert/\">darrenlambert</a>, <a href=\"https://profiles.wordpress.org/davidshq/\">Dave Mackey</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/daveslaughter/\">daveslaughter</a>, <a href=\"https://profiles.wordpress.org/davewp196/\">DaveWP196</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42/\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhurlburtusa/\">dhurlburtusa</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya/\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/djp424/\">djp424</a>, <a href=\"https://profiles.wordpress.org/dominic_ks/\">dominic_ks</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dotancohen/\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dphiffer/\">dphiffer</a>, <a href=\"https://profiles.wordpress.org/dragosh635/\">dragosh635</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/disillusia/\">edmundcwm</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/equin0x80/\">equin0x80</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fahimmurshed/\">Fahim Murshed</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fernandovbsouza/\">Fernando Souza</a>, <a href=\"https://profiles.wordpress.org/fervillz/\">fervillz</a>, <a href=\"https://profiles.wordpress.org/fgiannar/\">fgiannar</a>, <a href=\"https://profiles.wordpress.org/finomeno/\">finomeno</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fotisps/\">Fotis Pastrakis</a>, <a href=\"https://profiles.wordpress.org/efarem/\">Frank Martin</a>, <a href=\"https://profiles.wordpress.org/gma992/\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garethgillman/\">garethgillman</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/giorgio25b/\">Giorgio25b</a>, <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/glebkema/\">Gleb Kemarsky</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gh640/\">Goto Hayato</a>, <a href=\"https://profiles.wordpress.org/grafruessel/\">grafruessel</a>, <a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hamedmoodi/\">hamedmoodi</a>, <a href=\"https://profiles.wordpress.org/hampzter/\">hAmpzter</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harry-milatz/\">Harry Milatz</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/h71/\">Hector F</a>, <a href=\"https://profiles.wordpress.org/helgatheviking/\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/henryholtgeerts/\">Henry Holtgeerts</a>, <a href=\"https://profiles.wordpress.org/imani3011/\">Himani Lotia</a>, <a href=\"https://profiles.wordpress.org/krynes/\">Hubert Kubiak</a>, <a href=\"https://profiles.wordpress.org/i3anaan/\">i3anaan</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ideaboxcreations/\">IdeaBox Creations</a>, <a href=\"https://profiles.wordpress.org/shaampk1/\">Ihtisham Zahoor</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jbinda/\">Jakub Binda</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a>, <a href=\"https://profiles.wordpress.org/jaydeep23290/\">jaydeep23290</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/phpbits/\">Jeffrey Carandang</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a>, <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/jon81/\">Jon</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Jon Quach</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/jonkolbert/\">jonkolbert</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joonasvanhatapio/\">Joonas Vanhatapio</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jqz/\">jqz</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/derweili/\">Julian Weiland</a>, <a href=\"https://profiles.wordpress.org/juliankimmig/\">julian.kimmig</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/jurgen/\">jurgen</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kaggdesign/\">kaggdesign</a>, <a href=\"https://profiles.wordpress.org/kalpshit/\">KalpShit Akabari</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kennithnichol/\">Kennith Nichol</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/khushbu19/\">Khushbu Modi</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/kinjaldalwadi/\">kinjaldalwadi</a>, <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk/\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokkieh/\">KokkieH</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/klopez8/\">Krystyna</a>, <a href=\"https://profiles.wordpress.org/kthmd/\">KT Cheung</a>, <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a>, <a href=\"https://profiles.wordpress.org/wpkuf/\">kuflievskiy</a>, <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/leandroalonso/\">leandroalonso</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/lgrev01/\">lgrev01</a>, <a href=\"https://profiles.wordpress.org/linuxologos/\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lorenzof/\">Lorenzo Fracassi</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/luisrivera/\">luisrivera</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/ljasinskipl/\">Lukasz Jasinski</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/wodarekly/\">Lydia Wodarek</a>, <a href=\"https://profiles.wordpress.org/vinoth06/\">M A Vinoth Kumar</a>, <a href=\"https://profiles.wordpress.org/asif2bd/\">M Asif Rahman</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/marcoz/\">MarcoZ</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/marius84/\">Marius84</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mmarzeotti/\">Mark Marzeotti</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/markusthiel/\">markusthiel</a>, <a href=\"https://profiles.wordpress.org/hinjiriyo/\">Martin Stehle</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/veraxus/\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/mattnyeus/\">mattcursor</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">Matthew Kevins</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mbrailer/\">mbrailer</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelecklund/\">Michael Ecklund</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp</a>, <a href=\"https://profiles.wordpress.org/mickaelperrin/\">mickaelperrin</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikejdent/\">mikejdent</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/iihglobal/\">Milan Patel</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a>, <a href=\"https://profiles.wordpress.org/mircoraffinetti/\">mircoraffinetti</a>, <a href=\"https://profiles.wordpress.org/mislavjuric/\">mislavjuric</a>, <a href=\"https://profiles.wordpress.org/mjnewman/\">mjnewman</a>, <a href=\"https://profiles.wordpress.org/mlbrgl/\">mlbrgl</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mryoga/\">mryoga</a>, <a href=\"https://profiles.wordpress.org/musamamasood/\">Muhammad Usama Masood</a>, <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nagoke/\">nagoke</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/finchps/\">Nate Finch</a>, <a href=\"https://profiles.wordpress.org/mukto90/\">Nazmul Ahsan</a>, <a href=\"https://profiles.wordpress.org/nekomajin/\">nekomajin</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nsundberg/\">Nicklas Sundberg</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/vadimnicolai/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicole2292/\">nicole2292</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikhilbhansi/\">Nikhil Bhansi</a>, <a href=\"https://profiles.wordpress.org/nikhilgupte/\">nikhilgupte</a>, <a href=\"https://profiles.wordpress.org/nilamacharya/\">nilamacharya</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/nsubugak/\">nsubugak</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oldenburg/\">oldenburg</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/ottok/\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/pagewidth/\">pagewidth</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/perrywagle/\">perrywagle</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pierrelannoy/\">Pierre Lannoy</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/prashantvatsh/\">Prashant Singh</a>, <a href=\"https://profiles.wordpress.org/pratik-jain/\">Pratik Jain</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155/\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/bamadesigner/\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ragnarokatz/\">ragnarokatz</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raoulunger/\">raoulunger</a>, <a href=\"https://profiles.wordpress.org/razamalik/\">razamalik</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/rephotsirch/\">rephotsirch</a>, <a href=\"https://profiles.wordpress.org/rheinardkorf/\">rheinardkorf</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rimadoshi/\">rimadoshi</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rcutmore/\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">Rob Migchels</a>, <a href=\"https://profiles.wordpress.org/rob006/\">rob006</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/kingkool68/\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">S&#248;ren Br&#248;nsted</a>, <a href=\"https://profiles.wordpress.org/sablednah/\">sablednah</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/zanderz/\">Sander</a>, <a href=\"https://profiles.wordpress.org/santilinwp/\">santilinwp</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/tivus/\">Schuhwerk</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">Sergio de Falco</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgoen/\">sgoen</a>, <a href=\"https://profiles.wordpress.org/shahariaazam/\">Shaharia Azam</a>, <a href=\"https://profiles.wordpress.org/cafenoirdesign/\">Shannon Smith</a>, <a href=\"https://profiles.wordpress.org/shariqkhan2012/\">shariqkhan2012</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/sheparddw/\">sheparddw</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shizumi/\">Shizumi Yoshiaki</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/skarabeq/\">skarabeq</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">skorasaurus</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/squarecandy/\">squarecandy</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/starvoters1/\">starvoters1</a>, <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/steffanhalv/\">steffanhalv</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stiofansisland/\">Stiofan</a>, <a href=\"https://profiles.wordpress.org/matthias-reuter/\">straightvisions GmbH</a>, <a href=\"https://profiles.wordpress.org/stroona/\">stroona.com</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/suzylah/\">suzylah</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takeshifurusato/\">Takeshi Furusato</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tbschen/\">TBschen</a>, <a href=\"https://profiles.wordpress.org/tdlewis77/\">tdlewis77</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thamaraiselvam/\">Thamaraiselvam</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/themezee/\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmanoilov/\">tmanoilov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tomgreer/\">Tom Greer</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tommix/\">tommix</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, <a href=\"https://profiles.wordpress.org/tristangemus/\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a>, <a href=\"https://profiles.wordpress.org/tsuyoring/\">tsuyoring</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/varunshanbhag/\">Varun Shanbhag</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vsamoletov/\">Vlad. S.</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter/\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/alexandreb3/\">WPMarmite</a>, <a href=\"https://profiles.wordpress.org/wptoolsdev/\">wptoolsdev</a>, <a href=\"https://profiles.wordpress.org/xedinunknown-1/\">xedinunknown-1</a>, <a href=\"https://profiles.wordpress.org/yale01/\">yale01</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>, <a href=\"https://profiles.wordpress.org/yordansoares/\">Yordan Soares</a>, <a href=\"https://profiles.wordpress.org/yuhin/\">yuhin</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/zachflauaus/\">zachflauaus</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zaffarn/\">Zee</a>, and <a href=\"https://profiles.wordpress.org/zsusag/\">zsusag</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the&nbsp;<a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.4. Their efforts bring WordPress fully translated to&nbsp;46 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8455\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 09 Jul 2020 02:45:17 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 08 Jul 2020 13:49:49 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200703100014\";}','no'),(5184,'_site_transient_timeout_browser_dd6b7b4ad4631f4c0d7e12a5abb0ce97','1594348448','no'),(5185,'_site_transient_browser_dd6b7b4ad4631f4c0d7e12a5abb0ce97','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"77.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(5182,'rs-templates-counter','0','no'),(5739,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1594305920','no'),(389,'ucp_pointers','a:0:{}','yes'),(5511,'_site_transient_timeout_browser_e4b50c0b1902d8b4092657c0d3f39e62','1594611904','no'),(5512,'_site_transient_browser_e4b50c0b1902d8b4092657c0d3f39e62','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"78.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(391,'ucp_options','a:35:{s:6:\"status\";s:1:\"0\";s:11:\"license_key\";s:0:\"\";s:14:\"license_active\";b:0;s:15:\"license_expires\";s:10:\"1900-01-01\";s:12:\"license_type\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:14:\"ga_tracking_id\";s:0:\"\";s:5:\"theme\";s:12:\"mad_designer\";s:10:\"custom_css\";s:0:\"\";s:5:\"title\";s:34:\"[site-title] is under construction\";s:11:\"description\";s:14:\"[site-tagline]\";s:8:\"heading1\";s:40:\"Sorry, we\'re doing some work on the site\";s:7:\"content\";s:89:\"Thank you for being patient. We are doing some work on the site and will be back shortly.\";s:15:\"social_facebook\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:13:\"social_google\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:12:\"social_vimeo\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:9:\"social_vk\";s:0:\"\";s:12:\"social_email\";s:0:\"\";s:12:\"social_phone\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:15:\"social_telegram\";s:0:\"\";s:15:\"social_whatsapp\";s:0:\"\";s:12:\"login_button\";s:1:\"1\";s:8:\"linkback\";s:1:\"0\";s:17:\"whitelisted_roles\";a:1:{i:0;s:13:\"administrator\";}s:17:\"whitelisted_users\";a:0:{}s:18:\"mailoptin_campaign\";s:2:\"-1\";}','yes'),(390,'ucp_meta','a:3:{s:13:\"first_version\";s:4:\"3.65\";s:13:\"first_install\";i:1577065306;s:11:\"options_ver\";s:4:\"3.80\";}','yes'),(312,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(343,'thegem_image_cache_43dc68fdc5f2c85970a7513f4e5b392b4bf64576','a:3:{i:39;a:2:{s:25:\"thegem-blog-default-large\";a:4:{i:0;s:51:\"/2016/04/2-layers-3-1-thegem-blog-default-large.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1576936347;}s:26:\"thegem-blog-timeline-large\";a:4:{i:0;s:52:\"/2016/04/2-layers-3-1-thegem-blog-timeline-large.jpg\";i:1;i:720;i:2;i:442;s:4:\"time\";i:1576936347;}}i:23;a:2:{s:25:\"thegem-blog-default-large\";a:4:{i:0;s:45:\"/2016/04/4-30-1-thegem-blog-default-large.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1576936347;}s:26:\"thegem-blog-timeline-large\";a:4:{i:0;s:46:\"/2016/04/4-30-1-thegem-blog-timeline-large.jpg\";i:1;i:720;i:2;i:405;s:4:\"time\";i:1576936348;}}i:43;a:2:{s:25:\"thegem-blog-default-large\";a:4:{i:0;s:47:\"/2016/04/back-5-1-thegem-blog-default-large.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1576936354;}s:26:\"thegem-blog-timeline-large\";a:4:{i:0;s:48:\"/2016/04/back-5-1-thegem-blog-timeline-large.png\";i:1;i:720;i:2;i:263;s:4:\"time\";i:1576936357;}}}','no'),(5020,'thegem_image_cache_46a968fb16753ff7b96df0d830700b7114e8d6f1','a:203:{i:189;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2019/01/cropped-favicon-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:30:\"/2019/01/cropped-favicon-1.png\";i:1;i:512;i:2;i:512;s:4:\"time\";i:1593424948;}}i:96;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/13-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/13-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:95;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/12-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/12-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:94;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/11-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/11-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:93;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/10-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/10-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:83;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/09-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/09-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:82;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/08-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/08-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:81;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/07-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/07-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:80;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/06-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/06-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:79;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/05-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/05-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:78;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/04-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/04-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:97;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/14-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/14-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:98;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/15-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/15-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:99;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/16-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/16-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:188;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:46:\"/2019/01/favicon-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:22:\"/2019/01/favicon-1.png\";i:1;i:512;i:2;i:512;s:4:\"time\";i:1593424948;}}i:169;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2016/04/0.8x3-Logo-001-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:29:\"/2016/04/0.8x3-Logo-001-1.png\";i:1;i:396;i:2;i:111;s:4:\"time\";i:1593424948;}}i:168;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2016/04/0.8x3-Logo-000-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:29:\"/2016/04/0.8x3-Logo-000-1.png\";i:1;i:396;i:2;i:111;s:4:\"time\";i:1593424948;}}i:167;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/04/x3-Logo-000-1-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:28:\"/2016/04/x3-Logo-000-1-1.png\";i:1;i:492;i:2;i:143;s:4:\"time\";i:1593424948;}}i:154;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:57:\"/2016/04/rectangle-8-copy-2-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:58:\"/2016/04/rectangle-8-copy-2-1-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:127;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:48:\"/2016/04/57-layers-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:49:\"/2016/04/57-layers-1-thegem-gallery-fullwidth.jpg\";i:1;i:437;i:2;i:540;s:4:\"time\";i:1593424948;}}i:103;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/20-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/20-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:102;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/19-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/19-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:101;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/18-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/18-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:100;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/17-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/17-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:77;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/03-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/03-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:76;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/02-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/02-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:29;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/04/6-4-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:43:\"/2016/04/6-4-1-thegem-gallery-fullwidth.png\";i:1;i:348;i:2;i:540;s:4:\"time\";i:1593424948;}}i:28;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/04/2-9-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:18:\"/2016/04/2-9-1.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424948;}}i:27;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/04/5-4-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:18:\"/2016/04/5-4-1.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424948;}}i:26;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/04/4-7-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:18:\"/2016/04/4-7-1.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424948;}}i:25;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/04/3-9-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:18:\"/2016/04/3-9-1.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424948;}}i:24;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/04/7-3-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:18:\"/2016/04/7-3-1.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424948;}}i:23;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:43:\"/2016/04/4-30-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:44:\"/2016/04/4-30-1-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:22;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:46:\"/2016/04/shape-2-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:1;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:22:\"/2016/04/shape-2-1.png\";i:1;i:1038;i:2;i:1;s:4:\"time\";i:1593424948;}}i:21;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/04/iphone_6_3-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/04/iphone_6_3-1-thegem-gallery-fullwidth.png\";i:1;i:1150;i:2;i:540;s:4:\"time\";i:1593424948;}}i:20;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/04/2-layers-4-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/04/2-layers-4-1-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:30;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:44:\"/2016/04/phone-2-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:45:\"/2016/04/phone-2-thegem-gallery-fullwidth.png\";i:1;i:429;i:2;i:540;s:4:\"time\";i:1593424948;}}i:31;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:24:\"/2016/04/iphone-5c-1.png\";i:1;i:39;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:24:\"/2016/04/iphone-5c-1.png\";i:1;i:39;i:2;i:80;s:4:\"time\";i:1593424948;}}i:32;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:50:\"/2016/04/macbook-air-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:26:\"/2016/04/macbook-air-1.png\";i:1;i:194;i:2;i:112;s:4:\"time\";i:1593424948;}}i:75;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/04/01-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/04/01-1-thegem-gallery-fullwidth.jpg\";i:1;i:600;i:2;i:540;s:4:\"time\";i:1593424948;}}i:71;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:50:\"/2016/04/footer-logo-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:67;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:26:\"/2016/04/footer-logo-1.png\";i:1;i:163;i:2;i:67;s:4:\"time\";i:1593424948;}}i:54;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:61:\"/2016/04/Faces-400x400px-1_1_30-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:37:\"/2016/04/Faces-400x400px-1_1_30-1.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424948;}}i:53;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:61:\"/2016/04/Faces-400x400px-1_1_05-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:37:\"/2016/04/Faces-400x400px-1_1_05-1.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424948;}}i:43;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:45:\"/2016/04/back-5-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:46:\"/2016/04/back-5-1-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:39;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/04/2-layers-3-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/04/2-layers-3-1-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:37;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/04/2-layers-8-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/04/2-layers-8-1-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:36;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/04/bg-app-sparta-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/04/bg-app-sparta-1-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:34;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2016/04/iphone-6-silver-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2016/04/iphone-6-silver-1-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:327;s:4:\"time\";i:1593424948;}}i:33;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:48:\"/2016/04/mini-ipad-1-thegem-post-thumb-small.png\";i:1;i:70;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:24:\"/2016/04/mini-ipad-1.png\";i:1;i:70;i:2;i:103;s:4:\"time\";i:1593424948;}}i:6108;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/02/chair-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:43:\"/2016/02/chair-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:206;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:63:\"/revslider/App-Sparta/bg-app-sparta-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:64:\"/revslider/App-Sparta/bg-app-sparta-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424948;}}i:6142;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2020/06/deals-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424948;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:43:\"/2020/06/deals-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:276;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:44:\"/2020/06/Group-5-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:20:\"/2020/06/Group-5.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:275;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:44:\"/2020/06/Group-4-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:20:\"/2020/06/Group-4.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:274;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:44:\"/2020/06/Group-3-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:20:\"/2020/06/Group-3.png\";i:1;i:260;i:2;i:428;s:4:\"time\";i:1593424949;}}i:273;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:79:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-2-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:80:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-2-thegem-gallery-fullwidth.jpeg\";i:1;i:540;i:2;i:540;s:4:\"time\";i:1593424949;}}i:272;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:77:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:78:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-thegem-gallery-fullwidth.jpeg\";i:1;i:540;i:2;i:540;s:4:\"time\";i:1593424949;}}i:271;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:79:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-1-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:80:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-1-thegem-gallery-fullwidth.jpeg\";i:1;i:540;i:2;i:540;s:4:\"time\";i:1593424949;}}i:270;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:79:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM-1-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:80:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM-1-thegem-gallery-fullwidth.jpeg\";i:1;i:540;i:2;i:540;s:4:\"time\";i:1593424949;}}i:269;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:77:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:78:\"/2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM-thegem-gallery-fullwidth.jpeg\";i:1;i:540;i:2;i:540;s:4:\"time\";i:1593424949;}}i:266;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:58:\"/2020/06/pexels-photo-1420709-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:59:\"/2020/06/pexels-photo-1420709-thegem-gallery-fullwidth.jpeg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:261;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2020/06/BEET-CRM-icons-06-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2020/06/BEET-CRM-icons-06-thegem-gallery-fullwidth.png\";i:1;i:701;i:2;i:540;s:4:\"time\";i:1593424949;}}i:277;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:44:\"/2020/06/Group-6-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:20:\"/2020/06/Group-6.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:278;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:44:\"/2020/06/Group-7-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:20:\"/2020/06/Group-7.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:280;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:51:\"/2020/06/clouds-icon-09-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:52:\"/2020/06/clouds-icon-09-thegem-gallery-fullwidth.png\";i:1;i:695;i:2;i:540;s:4:\"time\";i:1593424949;}}i:6141;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:46:\"/2020/06/dashboard-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:47:\"/2020/06/dashboard-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:6140;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:43:\"/2020/06/kontak-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:44:\"/2020/06/kontak-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:385;s:4:\"time\";i:1593424949;}}i:6118;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2020/06/crm-sub-icons-06-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:54:\"/2020/06/crm-sub-icons-06-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:6117;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2020/06/crm-sub-icons-05-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:54:\"/2020/06/crm-sub-icons-05-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:6116;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2020/06/crm-sub-icons-04-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:54:\"/2020/06/crm-sub-icons-04-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:6115;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2020/06/crm-sub-icons-03-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:54:\"/2020/06/crm-sub-icons-03-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:6114;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2020/06/crm-sub-icons-02-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:54:\"/2020/06/crm-sub-icons-02-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:6113;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2020/06/crm-sub-icons-01-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:54:\"/2020/06/crm-sub-icons-01-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:282;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:51:\"/2020/06/clouds-icon-07-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:52:\"/2020/06/clouds-icon-07-thegem-gallery-fullwidth.png\";i:1;i:701;i:2;i:540;s:4:\"time\";i:1593424949;}}i:281;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:51:\"/2020/06/clouds-icon-08-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:52:\"/2020/06/clouds-icon-08-thegem-gallery-fullwidth.png\";i:1;i:705;i:2;i:540;s:4:\"time\";i:1593424949;}}i:260;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2020/06/BEET-CRM-icons-01-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2020/06/BEET-CRM-icons-01-thegem-gallery-fullwidth.png\";i:1;i:700;i:2;i:540;s:4:\"time\";i:1593424949;}}i:259;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2020/06/BEET-CRM-icons-02-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2020/06/BEET-CRM-icons-02-thegem-gallery-fullwidth.png\";i:1;i:700;i:2;i:540;s:4:\"time\";i:1593424949;}}i:218;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:62:\"/2020/06/CRM-KPI-and-task-tracking-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:63:\"/2020/06/CRM-KPI-and-task-tracking-thegem-gallery-fullwidth.png\";i:1;i:700;i:2;i:540;s:4:\"time\";i:1593424949;}}i:217;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:70:\"/2020/06/CRM-whatsapp-and-chat-solutions-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:71:\"/2020/06/CRM-whatsapp-and-chat-solutions-1-thegem-gallery-fullwidth.png\";i:1;i:700;i:2;i:540;s:4:\"time\";i:1593424949;}}i:215;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:68:\"/revslider/app-sparta-content-slider/6-4-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:69:\"/revslider/app-sparta-content-slider/6-4-thegem-gallery-fullwidth.png\";i:1;i:348;i:2;i:540;s:4:\"time\";i:1593424949;}}i:214;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:68:\"/revslider/app-sparta-content-slider/2-9-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:44:\"/revslider/app-sparta-content-slider/2-9.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:213;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:68:\"/revslider/app-sparta-content-slider/5-4-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:44:\"/revslider/app-sparta-content-slider/5-4.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:212;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:68:\"/revslider/app-sparta-content-slider/4-7-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:44:\"/revslider/app-sparta-content-slider/4-7.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:211;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:68:\"/revslider/app-sparta-content-slider/3-9-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:44:\"/revslider/app-sparta-content-slider/3-9.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:210;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:68:\"/revslider/app-sparta-content-slider/7-3-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:44:\"/revslider/app-sparta-content-slider/7-3.png\";i:1;i:241;i:2;i:428;s:4:\"time\";i:1593424949;}}i:209;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/revslider/App-Sparta/4-30-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/revslider/App-Sparta/4-30-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:208;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:57:\"/revslider/App-Sparta/shape-2-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:1;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:33:\"/revslider/App-Sparta/shape-2.png\";i:1;i:1038;i:2;i:1;s:4:\"time\";i:1593424949;}}i:219;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2020/06/CRM-Sales-and-CS-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:54:\"/2020/06/CRM-Sales-and-CS-thegem-gallery-fullwidth.png\";i:1;i:700;i:2;i:540;s:4:\"time\";i:1593424949;}}i:220;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:62:\"/2020/06/CRM-call-center-solutions-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:63:\"/2020/06/CRM-call-center-solutions-thegem-gallery-fullwidth.png\";i:1;i:700;i:2;i:540;s:4:\"time\";i:1593424949;}}i:222;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2020/06/beetcrm_logo-01-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:28:\"/2020/06/beetcrm_logo-01.png\";i:1;i:417;i:2;i:417;s:4:\"time\";i:1593424949;}}i:258;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2020/06/BEET-CRM-icons-04-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2020/06/BEET-CRM-icons-04-thegem-gallery-fullwidth.png\";i:1;i:700;i:2;i:540;s:4:\"time\";i:1593424949;}}i:257;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2020/06/BEET-CRM-icons-03-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2020/06/BEET-CRM-icons-03-thegem-gallery-fullwidth.png\";i:1;i:700;i:2;i:540;s:4:\"time\";i:1593424949;}}i:256;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:93:\"/2020/06/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:94:\"/2020/06/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424949;}}i:250;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2020/06/beetcrm_logo_150x250px-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424949;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:60:\"/2020/06/beetcrm_logo_150x250px-thegem-gallery-fullwidth.png\";i:1;i:412;i:2;i:540;s:4:\"time\";i:1593424950;}}i:249;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:58:\"/2020/06/beetcrm_logo-200x50px-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:34:\"/2020/06/beetcrm_logo-200x50px.png\";i:1;i:715;i:2;i:224;s:4:\"time\";i:1593424950;}}i:234;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:55:\"/2020/06/159297376771977531-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:56:\"/2020/06/159297376771977531-thegem-gallery-fullwidth.png\";i:1;i:461;i:2;i:540;s:4:\"time\";i:1593424950;}}i:227;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:102:\"/2020/06/manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:103:\"/2020/06/manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:226;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:57:\"/2020/06/en_badge_web_generic-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:33:\"/2020/06/en_badge_web_generic.png\";i:1;i:646;i:2;i:250;s:4:\"time\";i:1593424950;}}i:225;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2020/06/app-store-badge-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:28:\"/2020/06/app-store-badge.png\";i:1;i:646;i:2;i:250;s:4:\"time\";i:1593424950;}}i:224;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:50:\"/2020/06/Soft-Green-BG-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:51:\"/2020/06/Soft-Green-BG-thegem-gallery-fullwidth.jpg\";i:1;i:626;i:2;i:540;s:4:\"time\";i:1593424950;}}i:207;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:60:\"/revslider/App-Sparta/iphone_6_3-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:61:\"/revslider/App-Sparta/iphone_6_3-thegem-gallery-fullwidth.png\";i:1;i:1150;i:2;i:540;s:4:\"time\";i:1593424950;}}i:6081;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/02/pf_bg-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:43:\"/2016/02/pf_bg-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:1392;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:74:\"/2016/01/city_alertbox_with_picture_background-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/01/city_alertbox_with_picture_background.png\";i:1;i:564;i:2;i:525;s:4:\"time\";i:1593424950;}}i:1097;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/01/text-box-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:23:\"/2016/01/text-box-1.png\";i:1;i:261;i:2;i:238;s:4:\"time\";i:1593424950;}}i:1084;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/01/Alert-Box-02-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/01/Alert-Box-02-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:1080;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/01/Alert-Box-01-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/01/Alert-Box-01-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:1061;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:61:\"/2016/01/city_alertbox_background-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:37:\"/2016/01/city_alertbox_background.jpg\";i:1;i:1169;i:2;i:281;s:4:\"time\";i:1593424950;}}i:877;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:63:\"/2016/01/buttons_title_background-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:64:\"/2016/01/buttons_title_background-1-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:810;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/01/text-img-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:23:\"/2016/01/text-img-1.png\";i:1;i:310;i:2;i:452;s:4:\"time\";i:1593424950;}}i:802;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:45:\"/2016/01/text-img-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:21:\"/2016/01/text-img.png\";i:1;i:150;i:2;i:150;s:4:\"time\";i:1593424950;}}i:751;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/01/text1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:18:\"/2016/01/text1.png\";i:1;i:275;i:2;i:465;s:4:\"time\";i:1593424950;}}i:687;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/01/set-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:18:\"/2016/01/set-1.png\";i:1;i:160;i:2;i:264;s:4:\"time\";i:1593424950;}}i:684;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/box-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:16:\"/2016/01/box.png\";i:1;i:159;i:2;i:233;s:4:\"time\";i:1593424950;}}i:1106;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/01/Untitled-3-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:23:\"/2016/01/Untitled-3.jpg\";i:1;i:261;i:2;i:238;s:4:\"time\";i:1593424950;}}i:1156;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/01/text_bg1_1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:23:\"/2016/01/text_bg1_1.png\";i:1;i:638;i:2;i:400;s:4:\"time\";i:1593424950;}}i:1157;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/01/text_bg3_3-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:23:\"/2016/01/text_bg3_3.png\";i:1;i:642;i:2;i:400;s:4:\"time\";i:1593424950;}}i:1287;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:66:\"/2016/01/thegem_logo_white_transparent-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:71;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:42:\"/2016/01/thegem_logo_white_transparent.png\";i:1;i:377;i:2;i:71;s:4:\"time\";i:1593424950;}}i:1274;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:70:\"/2016/01/fullwidth_thegem_logo_transparent-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:46:\"/2016/01/fullwidth_thegem_logo_transparent.png\";i:1;i:305;i:2;i:314;s:4:\"time\";i:1593424950;}}i:1273;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/01/Alert-Box-04-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/01/Alert-Box-04-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:1254;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Typography-02-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/01/Typography-02-1-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:1253;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:50:\"/2016/01/Typography-01-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:51:\"/2016/01/Typography-01-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:1222;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:45:\"/2016/01/text_bg6-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:21:\"/2016/01/text_bg6.png\";i:1;i:260;i:2;i:213;s:4:\"time\";i:1593424950;}}i:1218;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/01/Alert-Box-03-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/01/Alert-Box-03-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:1179;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/01/text_bg5_5-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:23:\"/2016/01/text_bg5_5.png\";i:1;i:261;i:2;i:212;s:4:\"time\";i:1593424950;}}i:1170;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/01/text_bg4_4-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:23:\"/2016/01/text_bg4_4.png\";i:1;i:261;i:2;i:224;s:4:\"time\";i:1593424950;}}i:1158;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/01/text_bg2_2-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:23:\"/2016/01/text_bg2_2.png\";i:1;i:640;i:2;i:400;s:4:\"time\";i:1593424950;}}i:683;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:44:\"/2016/01/capsule-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:20:\"/2016/01/capsule.png\";i:1;i:161;i:2;i:233;s:4:\"time\";i:1593424950;}}i:682;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/tag-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:16:\"/2016/01/tag.png\";i:1;i:161;i:2;i:233;s:4:\"time\";i:1593424950;}}i:286;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:55:\"/2016/01/custom-headings_bg-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:56:\"/2016/01/custom-headings_bg-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:145;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:56:\"/2016/01/Faces-400x400px-1_1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:32:\"/2016/01/Faces-400x400px-1_1.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:144;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2016/01/Faces-400x400px-1_1_07-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:35:\"/2016/01/Faces-400x400px-1_1_07.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:143;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2016/01/Faces-400x400px-1_1_09-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:35:\"/2016/01/Faces-400x400px-1_1_09.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:142;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2016/01/Faces-400x400px-1_1_11-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:35:\"/2016/01/Faces-400x400px-1_1_11.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:141;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2016/01/Faces-400x400px-1_1_18-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:35:\"/2016/01/Faces-400x400px-1_1_18.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:139;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2016/01/Faces-400x400px-1_1_20-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:35:\"/2016/01/Faces-400x400px-1_1_20.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:138;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2016/01/Faces-400x400px-1_1_21-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:35:\"/2016/01/Faces-400x400px-1_1_21.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:137;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2016/01/Faces-400x400px-1_1_22-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:35:\"/2016/01/Faces-400x400px-1_1_22.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:135;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:59:\"/2016/01/Faces-400x400px-1_1_29-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:35:\"/2016/01/Faces-400x400px-1_1_29.jpg\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424950;}}i:287;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:61:\"/2016/01/buttons_title_background-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:62:\"/2016/01/buttons_title_background-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:385;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:64:\"/2016/01/left_right_icons_background-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:65:\"/2016/01/left_right_icons_background-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:489;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/01/stb-2-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:43:\"/2016/01/stb-2-thegem-gallery-fullwidth.png\";i:1;i:565;i:2;i:540;s:4:\"time\";i:1593424950;}}i:681;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/01/flag-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:17:\"/2016/01/flag.png\";i:1;i:161;i:2;i:244;s:4:\"time\";i:1593424950;}}i:680;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:43:\"/2016/01/shield-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:19:\"/2016/01/shield.png\";i:1;i:163;i:2;i:249;s:4:\"time\";i:1593424950;}}i:679;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:43:\"/2016/01/ticket-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:19:\"/2016/01/ticket.png\";i:1;i:161;i:2;i:249;s:4:\"time\";i:1593424950;}}i:678;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:44:\"/2016/01/profile-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:20:\"/2016/01/profile.png\";i:1;i:161;i:2;i:243;s:4:\"time\";i:1593424950;}}i:677;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/01/note-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:17:\"/2016/01/note.png\";i:1;i:161;i:2;i:243;s:4:\"time\";i:1593424950;}}i:676;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/nat-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:16:\"/2016/01/nat.png\";i:1;i:159;i:2;i:243;s:4:\"time\";i:1593424950;}}i:674;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/own-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:16:\"/2016/01/own.png\";i:1;i:161;i:2;i:256;s:4:\"time\";i:1593424950;}}i:579;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/buy_thegem_logo-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:28:\"/2016/01/buy_thegem_logo.png\";i:1;i:579;i:2;i:261;s:4:\"time\";i:1593424950;}}i:569;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:53:\"/2016/01/space_background-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:54:\"/2016/01/space_background-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424950;}}i:490;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/01/stb-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:43:\"/2016/01/stb-1-thegem-gallery-fullwidth.png\";i:1;i:565;i:2;i:540;s:4:\"time\";i:1593424950;}}i:285;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/01/alert-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424950;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:43:\"/2016/01/alert-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:353;s:4:\"time\";i:1593424950;}}i:1402;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/sea-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:41:\"/2016/01/sea-thegem-gallery-fullwidth.png\";i:1;i:280;i:2;i:540;s:4:\"time\";i:1593424951;}}i:5956;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:47:\"/2016/02/heafer_pf1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:48:\"/2016/02/heafer_pf1-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:199;s:4:\"time\";i:1593424951;}}i:2530;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:65:\"/2016/01/counter-page_road_background-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:66:\"/2016/01/counter-page_road_background-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2369;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:51:\"/2016/01/cta-accordions-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:52:\"/2016/01/cta-accordions-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2244;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:74:\"/2016/01/sea-nature-sunny-beach-e1454660374364-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:75:\"/2016/01/sea-nature-sunny-beach-e1454660374364-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2243;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:88:\"/2016/01/landscape-mountains-nature-mountain-e1454659866539-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:89:\"/2016/01/landscape-mountains-nature-mountain-e1454659866539-thegem-gallery-fullwidth.jpeg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2241;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:82:\"/2016/01/landscape-mountains-nature-sky-e1454660447696-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:83:\"/2016/01/landscape-mountains-nature-sky-e1454660447696-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2238;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:84:\"/2016/01/road-landscape-mountains-nature-e1454660481173-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:85:\"/2016/01/road-landscape-mountains-nature-e1454660481173-thegem-gallery-fullwidth.jpeg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2237;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:75:\"/2016/01/sea-nature-beach-clouds-e1454660490653-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:76:\"/2016/01/sea-nature-beach-clouds-e1454660490653-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2236;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:84:\"/2016/01/snow-landscape-mountains-nature-e1454660499662-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:85:\"/2016/01/snow-landscape-mountains-nature-e1454660499662-thegem-gallery-fullwidth.jpeg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2235;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:85:\"/2016/01/snow-landscape-mountains-nature-1-e1454660509961-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:86:\"/2016/01/snow-landscape-mountains-nature-1-e1454660509961-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2234;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:86:\"/2016/01/landscape-mountains-nature-clouds-e1454660522464-thegem-post-thumb-small.jpeg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:87:\"/2016/01/landscape-mountains-nature-clouds-e1454660522464-thegem-gallery-fullwidth.jpeg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2550;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/01/gem2-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:36;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:17:\"/2016/01/gem2.png\";i:1;i:164;i:2;i:36;s:4:\"time\";i:1593424951;}}i:2751;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:46:\"/2016/01/mountains-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:22:\"/2016/01/mountains.jpg\";i:1;i:800;i:2;i:533;s:4:\"time\";i:1593424951;}}i:2780;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:67:\"/2016/01/counters_page_title_background-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:68:\"/2016/01/counters_page_title_background-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:5075;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:43:\"/2016/02/qf-2bg-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:44:\"/2016/02/qf-2bg-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:3141;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:42:\"/2016/01/space-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:43:\"/2016/01/space-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:3020;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2016/01/imgpsh_fullsize-1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2016/01/imgpsh_fullsize-1-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:320;s:4:\"time\";i:1593424951;}}i:2998;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:63:\"/2016/01/tabs_page_title_background-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:64:\"/2016/01/tabs_page_title_background-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2995;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:45:\"/2016/01/minimal2-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:21:\"/2016/01/minimal2.png\";i:1;i:160;i:2;i:243;s:4:\"time\";i:1593424951;}}i:2945;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:62:\"/2016/01/tabs_page_men_with_tablet-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:38:\"/2016/01/tabs_page_men_with_tablet.jpg\";i:1;i:351;i:2;i:245;s:4:\"time\";i:1593424951;}}i:2942;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2016/01/Styled-Boxes-02-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2016/01/Styled-Boxes-02-1-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2940;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2016/01/Styled-Boxes-03-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424951;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2016/01/Styled-Boxes-03-1-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424951;}}i:2939;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:54:\"/2016/01/Styled-Boxes-04-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:55:\"/2016/01/Styled-Boxes-04-1-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424952;}}i:2873;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:69:\"/2016/01/tabs_page_testimonial_background-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:70:\"/2016/01/tabs_page_testimonial_background-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424952;}}i:2164;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:41:\"/2016/01/logo-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:70;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:17:\"/2016/01/logo.png\";i:1;i:378;i:2;i:70;s:4:\"time\";i:1593424952;}}i:2124;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:55:\"/2016/01/pricing-table-cta2-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:56:\"/2016/01/pricing-table-cta2-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424952;}}i:1859;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-06-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/01/Styled-Boxes-06-thegem-gallery-fullwidth.jpg\";i:1;i:522;i:2;i:540;s:4:\"time\";i:1593424952;}}i:1858;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-07-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/01/Styled-Boxes-07-thegem-gallery-fullwidth.jpg\";i:1;i:522;i:2;i:540;s:4:\"time\";i:1593424952;}}i:1857;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-08-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/01/Styled-Boxes-08-thegem-gallery-fullwidth.jpg\";i:1;i:522;i:2;i:540;s:4:\"time\";i:1593424952;}}i:1856;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-09-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/01/Styled-Boxes-09-thegem-gallery-fullwidth.jpg\";i:1;i:522;i:2;i:540;s:4:\"time\";i:1593424952;}}i:1823;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:43:\"/2016/01/Bamboo-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:19:\"/2016/01/Bamboo.jpg\";i:1;i:261;i:2;i:425;s:4:\"time\";i:1593424952;}}i:1797;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:46:\"/2016/01/Back-Blue-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:22:\"/2016/01/Back-Blue.png\";i:1;i:261;i:2;i:405;s:4:\"time\";i:1593424952;}}i:1740;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:67:\"/2016/01/counters_page_green_background-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424952;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:68:\"/2016/01/counters_page_green_background-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:508;s:4:\"time\";i:1593424953;}}i:1552;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:49:\"/2016/01/Alert-Box-05-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424953;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:50:\"/2016/01/Alert-Box-05-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424953;}}i:1545;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:65:\"/2016/01/thegem_logo_gold_transparent-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:71;s:4:\"time\";i:1593424953;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:41:\"/2016/01/thegem_logo_gold_transparent.png\";i:1;i:377;i:2;i:71;s:4:\"time\";i:1593424953;}}i:1498;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:50:\"/2016/01/bg_text_block-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424953;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:51:\"/2016/01/bg_text_block-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424957;}}i:1860;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-05-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424957;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/01/Styled-Boxes-05-thegem-gallery-fullwidth.jpg\";i:1;i:726;i:2;i:540;s:4:\"time\";i:1593424957;}}i:1861;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-04-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424957;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/01/Styled-Boxes-04-thegem-gallery-fullwidth.jpg\";i:1;i:726;i:2;i:540;s:4:\"time\";i:1593424957;}}i:1862;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-03-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424957;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:53:\"/2016/01/Styled-Boxes-03-thegem-gallery-fullwidth.jpg\";i:1;i:726;i:2;i:540;s:4:\"time\";i:1593424957;}}i:2122;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:71:\"/2016/01/counters_page_smallrock_background-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424957;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:72:\"/2016/01/counters_page_smallrock_background-thegem-gallery-fullwidth.jpg\";i:1;i:261;i:2;i:540;s:4:\"time\";i:1593424957;}}i:2091;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/pt3-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424957;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:41:\"/2016/01/pt3-thegem-gallery-fullwidth.jpg\";i:1;i:726;i:2;i:540;s:4:\"time\";i:1593424957;}}i:2089;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/pt1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424957;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:41:\"/2016/01/pt1-thegem-gallery-fullwidth.jpg\";i:1;i:726;i:2;i:540;s:4:\"time\";i:1593424958;}}i:2088;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/pt2-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424958;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:41:\"/2016/01/pt2-thegem-gallery-fullwidth.jpg\";i:1;i:726;i:2;i:540;s:4:\"time\";i:1593424958;}}i:2078;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:55:\"/2016/01/pricing-table-cta1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424958;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:56:\"/2016/01/pricing-table-cta1-thegem-gallery-fullwidth.png\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424961;}}i:2062;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:40:\"/2016/01/bag-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424961;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:41:\"/2016/01/bag-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424961;}}i:1935;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:43:\"/2016/01/Faces1-thegem-post-thumb-small.png\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424961;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:19:\"/2016/01/Faces1.png\";i:1;i:400;i:2;i:400;s:4:\"time\";i:1593424961;}}i:1914;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:67:\"/2016/01/counters_page_rocks_background-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424961;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:68:\"/2016/01/counters_page_rocks_background-thegem-gallery-fullwidth.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1593424961;}}i:1864;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-01-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424961;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:28:\"/2016/01/Styled-Boxes-01.jpg\";i:1;i:1128;i:2;i:534;s:4:\"time\";i:1593424961;}}i:1863;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:52:\"/2016/01/Styled-Boxes-02-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424961;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:28:\"/2016/01/Styled-Boxes-02.jpg\";i:1;i:1128;i:2;i:534;s:4:\"time\";i:1593424961;}}i:1412;a:2:{s:23:\"thegem-post-thumb-small\";a:4:{i:0;s:45:\"/2016/01/medusa-1-thegem-post-thumb-small.jpg\";i:1;i:80;i:2;i:80;s:4:\"time\";i:1593424961;}s:24:\"thegem-gallery-fullwidth\";a:4:{i:0;s:21:\"/2016/01/medusa-1.jpg\";i:1;i:160;i:2;i:160;s:4:\"time\";i:1593424961;}}}','no'),(5825,'_site_transient_timeout_theme_roots','1594279152','no'),(5826,'_site_transient_theme_roots','a:1:{s:6:\"thegem\";s:7:\"/themes\";}','no'),(3180,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:17:\"hello@beetpos.com\";s:7:\"version\";s:5:\"5.3.4\";s:9:\"timestamp\";i:1591868144;}','no'),(5721,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1594244837;s:7:\"checked\";a:22:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:3:\"5.2\";s:71:\"yikes-inc-easy-mailchimp-extender/yikes-inc-easy-mailchimp-extender.php\";s:5:\"6.7.0\";s:57:\"google-language-translator/google-language-translator.php\";s:5:\"6.0.6\";s:27:\"LayerSlider/layerslider.php\";s:6:\"6.11.1\";s:33:\"lingotek-translation/lingotek.php\";s:5:\"1.4.7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.7.8\";s:23:\"php-info-wp/phpinfo.php\";s:5:\"1.0.2\";s:21:\"polylang/polylang.php\";s:5:\"2.7.4\";s:23:\"revslider/revslider.php\";s:6:\"6.2.12\";s:27:\"tawkto-live-chat/tawkto.php\";s:5:\"0.4.2\";s:31:\"thegem-blocks/thegem-blocks.php\";s:5:\"1.0.2\";s:35:\"thegem-importer/thegem-importer.php\";s:5:\"4.1.3\";s:35:\"thegem-elements/thegem-elements.php\";s:5:\"4.4.2\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:5:\"5.4.0\";s:46:\"under-construction-page/under-construction.php\";s:4:\"3.80\";s:27:\"updraftplus/updraftplus.php\";s:7:\"1.16.26\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:5:\"3.2.9\";s:34:\"wp-page-widget/wp-page-widgets.php\";s:3:\"3.9\";s:27:\"js_composer/js_composer.php\";s:5:\"6.2.0\";s:21:\"wp-reset/wp-reset.php\";s:4:\"1.80\";s:37:\"wp-whatsapp-chat/wp-whatsapp-chat.php\";s:5:\"4.6.8\";s:27:\"zilla-likes/zilla-likes.php\";s:5:\"1.2.0\";}s:8:\"response\";a:1:{s:37:\"wp-whatsapp-chat/wp-whatsapp-chat.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/wp-whatsapp-chat\";s:4:\"slug\";s:16:\"wp-whatsapp-chat\";s:6:\"plugin\";s:37:\"wp-whatsapp-chat/wp-whatsapp-chat.php\";s:11:\"new_version\";s:5:\"4.6.9\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-whatsapp-chat/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-whatsapp-chat.4.6.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-whatsapp-chat/assets/icon-256x256.gif?rev=2335324\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-whatsapp-chat/assets/icon-128x128.gif?rev=2335324\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-whatsapp-chat/assets/banner-1544x500.jpg?rev=2334964\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-whatsapp-chat/assets/banner-772x250.jpg?rev=2334964\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:14:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{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:3:\"5.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=2279696\";}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:71:\"yikes-inc-easy-mailchimp-extender/yikes-inc-easy-mailchimp-extender.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:47:\"w.org/plugins/yikes-inc-easy-mailchimp-extender\";s:4:\"slug\";s:33:\"yikes-inc-easy-mailchimp-extender\";s:6:\"plugin\";s:71:\"yikes-inc-easy-mailchimp-extender/yikes-inc-easy-mailchimp-extender.php\";s:11:\"new_version\";s:5:\"6.7.0\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/yikes-inc-easy-mailchimp-extender.6.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/yikes-inc-easy-mailchimp-extender/assets/icon-256x256.png?rev=2040824\";s:2:\"1x\";s:86:\"https://ps.w.org/yikes-inc-easy-mailchimp-extender/assets/icon-128x128.png?rev=2040824\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/yikes-inc-easy-mailchimp-extender/assets/banner-1544x500.png?rev=2040824\";s:2:\"1x\";s:88:\"https://ps.w.org/yikes-inc-easy-mailchimp-extender/assets/banner-772x250.png?rev=2040824\";}s:11:\"banners_rtl\";a:0:{}}s:57:\"google-language-translator/google-language-translator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/google-language-translator\";s:4:\"slug\";s:26:\"google-language-translator\";s:6:\"plugin\";s:57:\"google-language-translator/google-language-translator.php\";s:11:\"new_version\";s:5:\"6.0.6\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/google-language-translator/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/google-language-translator.6.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/google-language-translator/assets/icon-256x256.png?rev=2124537\";s:2:\"1x\";s:79:\"https://ps.w.org/google-language-translator/assets/icon-256x256.png?rev=2124537\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/google-language-translator/assets/banner-1544x500.png?rev=1632425\";s:2:\"1x\";s:81:\"https://ps.w.org/google-language-translator/assets/banner-772x250.png?rev=1632425\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"lingotek-translation/lingotek.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/lingotek-translation\";s:4:\"slug\";s:20:\"lingotek-translation\";s:6:\"plugin\";s:33:\"lingotek-translation/lingotek.php\";s:11:\"new_version\";s:5:\"1.4.7\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/lingotek-translation/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/lingotek-translation.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/lingotek-translation/assets/icon-256x256.png?rev=1694577\";s:2:\"1x\";s:73:\"https://ps.w.org/lingotek-translation/assets/icon-128x128.png?rev=1694577\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/lingotek-translation/assets/banner-1544x500.png?rev=1694577\";s:2:\"1x\";s:75:\"https://ps.w.org/lingotek-translation/assets/banner-772x250.png?rev=1694577\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":9:{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:5:\"4.7.8\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.7.8.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:23:\"php-info-wp/phpinfo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/php-info-wp\";s:4:\"slug\";s:11:\"php-info-wp\";s:6:\"plugin\";s:23:\"php-info-wp/phpinfo.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/php-info-wp/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/php-info-wp.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:55:\"https://s.w.org/plugins/geopattern-icon/php-info-wp.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:21:\"polylang/polylang.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/polylang\";s:4:\"slug\";s:8:\"polylang\";s:6:\"plugin\";s:21:\"polylang/polylang.php\";s:11:\"new_version\";s:5:\"2.7.4\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/polylang/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/polylang.2.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/polylang/assets/icon-256x256.png?rev=1331499\";s:2:\"1x\";s:61:\"https://ps.w.org/polylang/assets/icon-128x128.png?rev=1331499\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/polylang/assets/banner-1544x500.png?rev=1405299\";s:2:\"1x\";s:63:\"https://ps.w.org/polylang/assets/banner-772x250.png?rev=1405299\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"tawkto-live-chat/tawkto.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/tawkto-live-chat\";s:4:\"slug\";s:16:\"tawkto-live-chat\";s:6:\"plugin\";s:27:\"tawkto-live-chat/tawkto.php\";s:11:\"new_version\";s:5:\"0.4.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tawkto-live-chat/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/tawkto-live-chat.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/tawkto-live-chat/assets/icon-256x256.png?rev=1371919\";s:2:\"1x\";s:69:\"https://ps.w.org/tawkto-live-chat/assets/icon-128x128.png?rev=1371919\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tawkto-live-chat/assets/banner-1544x500.png?rev=2101205\";s:2:\"1x\";s:71:\"https://ps.w.org/tawkto-live-chat/assets/banner-772x250.png?rev=2101201\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"5.4.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.5.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tinymce-advanced/assets/banner-1544x500.png?rev=2011513\";s:2:\"1x\";s:71:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=2011513\";}s:11:\"banners_rtl\";a:0:{}}s:46:\"under-construction-page/under-construction.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/under-construction-page\";s:4:\"slug\";s:23:\"under-construction-page\";s:6:\"plugin\";s:46:\"under-construction-page/under-construction.php\";s:11:\"new_version\";s:4:\"3.80\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/under-construction-page/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.80.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-256x256.gif?rev=2284849\";s:2:\"1x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-128x128.gif?rev=2284852\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/under-construction-page/assets/banner-1544x500.png?rev=1628376\";s:2:\"1x\";s:78:\"https://ps.w.org/under-construction-page/assets/banner-772x250.png?rev=1575797\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.26\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.26.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/velvet-blues-update-urls\";s:4:\"slug\";s:24:\"velvet-blues-update-urls\";s:6:\"plugin\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:11:\"new_version\";s:5:\"3.2.9\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/velvet-blues-update-urls/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/velvet-blues-update-urls.3.2.9.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:75:\"https://s.w.org/plugins/geopattern-icon/velvet-blues-update-urls_727172.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/velvet-blues-update-urls/assets/banner-772x250.jpg?rev=486343\";}s:11:\"banners_rtl\";a:0:{}}s:34:\"wp-page-widget/wp-page-widgets.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-page-widget\";s:4:\"slug\";s:14:\"wp-page-widget\";s:6:\"plugin\";s:34:\"wp-page-widget/wp-page-widgets.php\";s:11:\"new_version\";s:3:\"3.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-page-widget/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/wp-page-widget.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:65:\"https://s.w.org/plugins/geopattern-icon/wp-page-widget_fcfbfc.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-page-widget/assets/banner-772x250.png?rev=525273\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.80\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.80.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(5671,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1594211080','no'),(5672,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4708;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4213;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2674;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2560;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1965;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1813;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1793;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1486;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1477;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1477;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1452;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1436;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1430;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1305;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1204;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1198;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1130;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1127;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1099;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:999;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:884;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:878;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:877;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:876;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:789;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:783;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:776;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:775;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:768;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:750;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:732;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:719;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:718;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:699;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:693;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:662;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:661;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:656;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:655;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:648;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:632;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:628;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:595;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:587;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:580;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:580;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:578;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:572;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:558;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:552;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:550;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:550;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:540;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:538;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:531;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:524;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:517;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:515;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:514;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:508;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:507;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:503;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:494;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:490;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:478;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:478;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:470;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:446;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:439;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:437;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:433;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:432;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:430;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:429;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:423;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:421;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:411;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:408;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:408;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:402;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:398;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:398;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:392;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:388;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:379;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:377;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:376;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:376;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:373;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:370;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:367;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:363;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:362;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:359;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:357;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:350;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:345;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:342;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:338;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:338;}}','no'),(5384,'yikes-mc-api-validation','valid_api_key','yes'),(5385,'yikes-mc-api-key','a55f4fe04f48fc2411dce56a5213d048-us10','yes'),(5386,'yikes-mailchimp-use-nonce','1','yes'),(5116,'thegem_blocks_options','a:4:{s:12:\"is_dark_mode\";b:0;s:22:\"check_purchase_code_dt\";s:19:\"2020-07-08 10:45:18\";s:9:\"favorites\";a:2:{i:0;i:1434;i:1;i:641;}s:16:\"is_include_media\";b:0;}','yes'),(5013,'ls_gsap_sandboxing','1','yes'),(5690,'_transient_timeout_yikes_eme_interest_categories_a28fb4dd80','1594206696','no'),(5691,'_transient_yikes_eme_interest_categories_a28fb4dd80','a:0:{}','no'),(5692,'_transient_timeout_yikes_eme_segments_a28fb4dd80_static','1594206697','no'),(5693,'_transient_yikes_eme_segments_a28fb4dd80_static','a:0:{}','no'),(5699,'thegem_image_cache_75c3fe2bf23f82e40d69fa7c72b4f24ed01f62fc','a:1:{i:39;a:2:{s:26:\"thegem-blog-timeline-large\";a:4:{i:0;s:52:\"/2016/04/2-layers-3-1-thegem-blog-timeline-large.jpg\";i:1;i:720;i:2;i:442;s:4:\"time\";i:1594204368;}s:19:\"thegem-blog-default\";a:4:{i:0;s:45:\"/2016/04/2-layers-3-1-thegem-blog-default.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1594204368;}}}','no'),(5597,'_transient_timeout_mc4wp_mailchimp_lists','1594201985','no'),(5598,'_transient_mc4wp_mailchimp_lists','a:1:{s:10:\"a28fb4dd80\";O:8:\"stdClass\":4:{s:2:\"id\";s:10:\"a28fb4dd80\";s:6:\"web_id\";i:326845;s:4:\"name\";s:8:\"software\";s:5:\"stats\";O:8:\"stdClass\":16:{s:12:\"member_count\";i:1;s:17:\"unsubscribe_count\";i:0;s:13:\"cleaned_count\";i:0;s:23:\"member_count_since_send\";i:1;s:28:\"unsubscribe_count_since_send\";i:0;s:24:\"cleaned_count_since_send\";i:0;s:14:\"campaign_count\";i:0;s:18:\"campaign_last_sent\";s:0:\"\";s:17:\"merge_field_count\";i:5;s:12:\"avg_sub_rate\";i:0;s:14:\"avg_unsub_rate\";i:0;s:15:\"target_sub_rate\";i:0;s:9:\"open_rate\";i:0;s:10:\"click_rate\";i:0;s:13:\"last_sub_date\";s:25:\"2020-07-05T17:34:31+00:00\";s:15:\"last_unsub_date\";s:0:\"\";}}}','no'),(5599,'secret_key','&$)#2[K=M@a<QK^&FXskm}^|E*(>~|mH&DoSuz(BHWTjKw9I&,@r8KlMpRKSnlWQ','no'),(5731,'_site_transient_timeout_community-events-bd51956f6cfe2bb5063200336ebb0b2f','1594310837','no'),(5732,'_site_transient_community-events-bd51956f6cfe2bb5063200336ebb0b2f','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"125.161.130.0\";}s:6:\"events\";a:0:{}}','no'),(5737,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1594305920','no');
INSERT INTO `wpk3_options` VALUES (5738,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Jetpack 8.7 Adds New Tweetstorm Unroll Feature, Improves Search Customization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://wptavern.com/jetpack-8-7-adds-new-tweetstorm-unroll-feature-improves-search-customization?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-8-7-adds-new-tweetstorm-unroll-feature-improves-search-customization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3741:\"<p><a href=\"https://jetpack.com/2020/07/07/87-easier-reach-customers/\">Jetpack 8.7</a> was released this week with an exciting new feature that allows users to &ldquo;unroll&rdquo; a tweetstorm and publish it in a post. The feature works inside the Tweet block. After a user embeds a tweet, it will automatically detect a tweetstorm and display a prompt to fetch the rest of the tweets. It functions in a similar way to the <a href=\"https://threadreaderapp.com/\">Thread Reader app</a>, except the unrolled thread is hosted on your WordPress post.</p>\n\n\n\n<img />\n\n\n\n<p>Tweetstorms remain a controversial way to get a lengthy point across. Twitter users with large followings will often get wider exposure and more traction and interaction on their ideas when they share them in a series of bite-size tweets. Although tweetstorms might be better as a blog, especially for those who are consuming and sharing them, a link to a blog post doesn&rsquo;t carry the same weight as tweets for capturing Twitter users&rsquo; immediate attention.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">If your thread is more than 3 tweets it does not belong on Twitter. Don\'t @ me. <a href=\"https://twitter.com/hashtag/longlivetheblog?src=hash&ref_src=twsrc%5Etfw\">#longlivetheblog</a></p>&mdash; Jon Desrosiers (@desrosj) <a href=\"https://twitter.com/desrosj/status/1242442659635048453?ref_src=twsrc%5Etfw\">March 24, 2020</a></blockquote>\n</div>\n\n\n\n<p>You may not be able to convince people to stop posting tweetstorms, but with Jetpack 8.7 you can make sure that these tweets are available inside a blog post.</p>\n\n\n\n<p>Gary Pendergast, who has been working on the unroll feature for several months, tweeted a demo video of how it works.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Not particularly controversial opinion: most tweetstorms should be blog posts.<br /><br />Putting my money where my mouth is: <a href=\"https://t.co/HFBbmQtwql\">pic.twitter.com/HFBbmQtwql</a></p>&mdash; Gary (@GaryPendergast) <a href=\"https://twitter.com/GaryPendergast/status/1266201102241853440?ref_src=twsrc%5Etfw\">May 29, 2020</a></blockquote>\n</div>\n\n\n\n<p>If you&rsquo;re looking to compose and publish tweetstorms from a blog post, with your post as the point of origin, John James Jacoby&rsquo;s <a href=\"https://github.com/JJJ/publishiza\">Publishiza</a> plugin performs the opposite function of Jetpack&rsquo;s new unroll feature. Pendergast said he is also investigating how to add the ability to publish a tweetstorm using the block editor, which seems like an ideal use case for writing content in blocks.</p>\n\n\n\n<p>Jetpack 8.7 also brings updates to the recently revamped <a href=\"https://jetpack.com/2020/04/07/re-introducing-jetpack-search-for-wordpress-sites/\">Search feature</a>, adding more customization options for the search overlay:</p>\n\n\n\n<ul><li>Choose between minimal and expanded results</li><li>Change the default sorting to options &mdash; like chronological</li><li>Hide the sort option to reduce the size of the interface</li></ul>\n\n\n\n<p>This release also gives users easier access to their Google Photos and the free Pexels library. Access to these services was previously integrated with media library but is now also accessible via the block editor.</p>\n\n\n\n<p>Version 8.7 introduces a WhatsApp Button block to allow visitors and customers to get in touch easily. The Jetpack team has also added more customization options to the Calendly, Mailchimp, Eventbrite, and Payment blocks. Check out the <a href=\"https://jetpack.com/2020/07/07/87-easier-reach-customers/\">release post</a> for a full list of improvements in this update.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2020 20:48:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: After 11 Years, Users Will Be Able to Update Themes and Plugins via a ZIP File\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"https://wptavern.com/after-11-years-users-will-be-able-to-update-themes-and-plugins-via-a-zip-file?utm_source=rss&utm_medium=rss&utm_campaign=after-11-years-users-will-be-able-to-update-themes-and-plugins-via-a-zip-file\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4102:\"<p class=\"has-drop-cap\">It has been a long road. Eleven long years. WordPress will finally allow end-users to update an installed plugin or theme by <a href=\"https://core.trac.wordpress.org/changeset/48390\">uploading a ZIP file</a>. After over a decade, most people who had hoped to see this day have likely moved on. However, for those of us still waiting for this long sought after feature, it will land in WordPress 5.5.</p>\n\n\n\n<p>A little patience never hurt anyone. Over the years, we have seen plugins crop up to handle this missing feature. There has been a clear and present need for it. <a href=\"https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/\">Easy Theme and Plugin Upgrades</a> by Chris Jean has over 200,000 active installs. <a href=\"https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/\">Update Theme and Plugins from Zip File</a> by Jeff Sherk has another 20,000.  The community owes the developers of these plugins at least a small bit of thanks for taking on a job that should have long ago been a part of the core experience.</p>\n\n\n\n<p>There was a time when this feature would have been one of the most important tools to land in WordPress. This was a time when one-click updates were not a thing. This was long before the idea of automatic theme and plugin updates, <a href=\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\">a feature that is also coming in WordPress 5.5</a>, was conceived. While it is still exciting to finally get a feature that has long been on the waiting list, it is far less useful than it once was.</p>\n\n\n\n<p>This missing feature has also likely at least partially spurred commercial theme and plugin shops to come up with custom solutions. This represents arguably one of the largest segments of users that still need the feature, at least for those using products from shops that do not provide one-click or automatic updates. </p>\n\n\n\n<p>Updating themes via a ZIP file is a bit old-school, but there are scenarios where that is the better or preferred option for some users.</p>\n\n\n\n<p>I routinely use a third-party plugin to handle this for various sites I am involved with where I might maintain a custom theme. This is particularly true if I don&rsquo;t have FTP or other access to the server. It is simple to upload a ZIP file in those cases.</p>\n\n\n\n<p>Despite less of a need for this feature in 2020 than in 2009, I can still use it. Judging by the download numbers of existing plugins, a couple hundred thousand others can too.</p>\n\n\n\n<h2>How Updating via ZIP Works</h2>\n\n\n\n<p class=\"has-drop-cap\">The new feature is not immediately apparent. However, it is more of a power-user feature that users will need to know about before attempting to use.</p>\n\n\n\n<p>Updating a theme or plugin works in the same fashion as uploading a new one. By visiting the Add New plugin or theme screen in the WordPress admin and clicking the upload button, users can drop the ZIP file from their computer. After clicking the Install Now button, WordPress will direct users to a new screen that compares the currently-installed extension with the uploaded versions. Users can then choose between continuing with the installation or canceling.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Steps to updating an existing plugin.\n\n\n\n<p>After clicking the &ldquo;Upload Plugin&rdquo; button via the new plugin screen, the uploader currently reads, &ldquo;If you have a plugin in a .zip format, you may install it by uploading it here.&rdquo; There is no mention that users may upload a plugin that is already installed. A tweak to the language could help make it clear.</p>\n\n\n\n<p>The comparison feature is a welcome addition, which should curb users accidentally uploading something they already have installed or rolling back when they already have a newer version active on the site. Some of the existing solutions from third-party plugins do not handle this feature, so this should make for a good upgrade.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2020 20:09:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: New Gatsby Source WordPress Plugin Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101091\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/new-gatsby-source-wordpress-plugin-now-in-beta?utm_source=rss&utm_medium=rss&utm_campaign=new-gatsby-source-wordpress-plugin-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4982:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Gatsby <a href=\"https://www.gatsbyjs.org/blog/2020-07-07-wordpress-source-beta/\">announced</a> its new source plugin (v4) for WordPress is now in beta. The plugin has been completely revamped to improve&nbsp;<a href=\"https://www.gatsbyjs.org/docs/glossary/headless-wordpress\">headless WordPress</a>&nbsp;setups where Gatsby powers the frontend. It also integrates with <a href=\"https://www.gatsbyjs.com/\">Gatsby Cloud</a> to provide real-time previews and incremental builds.</p>\n\n\n\n<p>The Gatsby team has had a long journey towards creating an integration for WordPress sites that would satisfy more complex use cases. There are currently three different avenues for using Gatsby with WordPress, each with different benefits and drawbacks:</p>\n\n\n\n<ul><li>Gatsby Source WordPress + WP REST API </li><li>Gatsby Source GraphQL + WPGraphQL </li><li>Gatsby Source WordPress (v4) + WPGraphQL</li></ul>\n\n\n\n<p>The first approach relies on the WP REST API to fetch all data (posts, terms, media, etc) and cache the data in Gatsby&rsquo;s node cache. The second method allows developers to write GraphQL queries to fetch data from the Gatsby cache and render that data in templates.</p>\n\n\n\n<p>According to Gatsby engineer and WPGraphQL creator Jason Bahl, the first two approaches are only adequate for basic use cases.</p>\n\n\n\n<p>&ldquo;When you start adding more advanced functionality, such as Advanced Custom Fields Flex Fields, the WP REST API starts to fall apart and become very difficult to use in a decoupled way,&rdquo; Bahl said. &ldquo;The WP REST API has a Schema that can allow plugins and themes to extend the WP REST API and declare what type of data any given endpoint will expose. This is helpful for decoupled applications to know ahead of time what kind of data to expect.</p>\n\n\n\n<p>&ldquo;The problem is that plugins and themes can extend the WP REST API without making use of the Schema, or by simply defining field types in the Schema as `object` or `array` Types. This means there&rsquo;s no easy way for decoupled applications, including Gatsby, to know what to expect from those fields. Gatsby relies on consistent data, and the WP REST API isn&rsquo;t consistent. The shape of the data returned from endpoints (especially when plugins extend the REST API) is unpredictable and that is problematic for decoupled applications.&rdquo;</p>\n\n\n\n<p>WPGraphQL was created as an alternative to the WP REST API, addressing many of these pain points with its enforced Schema. This benefits decoupled tools like Gatsby because they can introspect the Schema to determine what data is available before requesting any.</p>\n\n\n\n<p>&ldquo;So even cases such as Advanced Custom Fields Flex Fields, where the data being returned could be one of many possible Flex Field Layouts, Gatsby can still know what the possible data is before asking for the data,&rdquo; Bahl said. &ldquo;The enforced Schema of WPGraphQL allows decoupled tools to ship with confidence and eliminates entire classes of bugs.&rdquo;</p>\n\n\n\n<p>The Gatsby Source GraphQL + WPGraphQL approach has some improvements over using the WP REST API but was limited in that it doesn&rsquo;t cache data to the Gatsby node cache. This prevents WordPress sites from being able to utilize Gatsby&rsquo;s cloud-based commercial offerings for previews and incremental builds. Bahl explained how the new Gatsby Source WordPress plugin (v4) + WPGraphQL is the &ldquo;best of both worlds:&rdquo;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It uses WPGraphQL on the WordPress server to expose WordPress data in a Typed GraphQL Schema. Gatsby Source WordPress v4 uses GraphQL Introspection to read the Schema from the WordPress site and builds a nearly identical Schema in Gatsby. It then fetches data using WPGraphQL and caches the data in Gatsby. Users then use GraphQL to interact with the Gatsby cache and get data to render in Components in their Gatsby site.</p></blockquote>\n\n\n\n<p>The new integration gives content creators the ability to click &ldquo;preview&rdquo; to see their changes live in the Gatsby-powered site. Publishing no longer requires a full site rebuild. It will simply push out the changes to the affected pages. Changes will be live in seconds, similar to how users expect WordPress to work without the headless integration. The new plugin, combined with Gatsby Cloud, provide a better marriage of the content creation experience with Gatsby&rsquo;s React + GraphQL developer experience, while delivering fast static pages on the frontend.</p>\n\n\n\n<p>If you want to test the beta of the new Gatsby Source WordPress plugin, you can find it (and its dependencies) <a href=\"https://github.com/gatsbyjs/gatsby-source-wordpress-experimental\">on GitHub</a>. The <a href=\"https://docs.wpgraphql.com/getting-started/install-and-activate/\">WPGraphQL</a>&nbsp;and&nbsp;<a href=\"https://wordpress.org/plugins/wp-gatsby/\">WPGatsby</a>&nbsp;plugins are also required. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2020 22:33:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 5.5 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9498:\"<p>WordPress 5.5 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it&#8217;s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.5 beta in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.5-beta1.zip\">download the beta here&nbsp;(zip)</a>.</li></ul>\n\n\n\n<p>The current target for final release is August 11, 2020. This is only <strong>five weeks away</strong>. Your help is needed to ensure this release is tested properly.</p>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute. Here are some of the big changes and features to pay close attention to while testing.</p>\n\n\n\n<h2><strong>Block editor: features and improvements</strong></h2>\n\n\n\n<p>WordPress 5.5 will include ten releases of the Gutenberg plugin, bringing with it a long list of exciting new features. Here are just a few:</p>\n\n\n\n<ul><li><strong>Inline image editing &#8211; </strong>Crop, rotate, and zoom photos inline right from image blocks.</li><li><strong>Block patterns</strong> &#8211; Building elaborate pages can be a breeze with new block patterns. Several are included by default.</li><li><strong>Device previews</strong> &#8211; See how your content will look to users on many different screen sizes. </li><li><strong>End block overwhelm</strong>. The new block inserter panel displays streamlined categories and collections. As a bonus, it supports patterns and integrates with the new block directory right out of the box.</li><li><strong>Discover, install, and insert third-party blocks</strong> from your editor using the new block directory.</li><li>A better, <strong>smoother editing experience </strong>with:&nbsp;<ul><li>Refined drag-and-drop</li><li>Block movers that you can see and grab</li><li>Parent block selection</li><li>Contextual focus highlights</li><li>Multi-select formatting lets you change a bunch of blocks at once&nbsp;</li><li>Ability to copy and relocate blocks easily</li><li>And, better performance</li></ul></li><li><strong>An expanded design toolset for themes.</strong></li><li>Now <strong>add backgrounds and gradients</strong> to more kinds of blocks, like groups, columns, media &amp; text</li><li>And <strong>support for more types of measurements</strong> &#8212; not just pixels. Choose ems, rems, percentages, vh, vw, and more! Plus, adjust line heights while typing, turning writing and typesetting into the seamless act.</li></ul>\n\n\n\n<p>In all, WordPress 5.5 brings more than 1,500 useful improvements to the block editor experience.&nbsp;</p>\n\n\n\n<p>To see all of the features for each release in detail check out the release posts: <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.5.0\">7.5</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.6.0\">7.6</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.7.0\">7.7</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.8.0\">7.8</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.9.0\">7.9</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.0.0\">8.0</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.1.0\">8.1</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.2.0\">8.2</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.3.0\">8.3</a>, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.4.0\">8.4</a>.</p>\n\n\n\n<h2><strong>Wait! There’s more!</strong></h2>\n\n\n\n<h3><strong>XML sitemaps</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">XML Sitemaps are now included in WordPress</a> and enabled by default. Sitemaps are essential to search engines discovering the content on your website. Your site&#8217;s home page, posts, pages, custom post types, and more will be included to improve your site&#8217;s visibility.</p>\n\n\n\n<h3><strong>Auto-updates for plugins and themes</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/tag/core-auto-updates/\">WordPress 5.5 also brings auto-updates for plugins and themes</a>. Easily control which plugins and themes keep themselves up to date on their own. It&#8217;s always recommended that you run the latest versions of all plugins and themes. The addition of this feature makes that easier than ever!</p>\n\n\n\n<h3><strong>Lazy-loading images</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/04/08/lazy-loading-of-images-is-in-core/\">WordPress 5.5 will include native support for lazy-loaded images</a> utilizing new browser standards. With lazy-loading, images will not be sent to users until they approach the viewport. This saves bandwidth for everyone (users, hosts, ISPs), makes it easier for those with slower internet speeds to browse the web, saves electricity, and more.</p>\n\n\n\n<h3><strong>Better accessibility</strong></h3>\n\n\n\n<p>With every release, WordPress works hard to improve accessibility. Version 5.5 is no different and packs a parcel of accessibility fixes and enhancements. Take a look:</p>\n\n\n\n<ul><li>List tables now come with extensive, alternate view modes.</li><li>Link-list widgets can now be converted to HTML5 navigation blocks.</li><li>Copying links in media screens and modal dialogs can now be done with a simple click of a button.</li><li>Disabled buttons now actually look disabled.</li><li>Meta boxes can now be moved with the keyboard.</li><li>A custom logo on the front page no longer links to the front page.</li><li>Assistive devices can now see status messages in the Image Editor.</li><li>The shake animation indicating a login failure now respects the user&#8217;s choices in the <code>prefers-reduced-motion</code> media query.</li><li>Redundant <code>Error:</code> prefixes have been removed from error notices.</li></ul>\n\n\n\n<h2><strong>Miscellaneous Changes</strong></h2>\n\n\n\n<ul><li>Plugins and themes can now be updated by uploading a ZIP file.</li><li><a href=\"https://make.wordpress.org/core/2020/06/26/wordpress-5-5-better-fine-grained-control-of-redirect_guess_404_permalink/\">More finely grained control of redirect_guess_404_permalink()</a>.</li><li><a href=\"https://make.wordpress.org/core/2020/07/01/external-library-updates-in-wordpress-5-5-call-for-testing/\">Several packaged external libraries have been updated</a>, including PHPMailer, SimplePie, Twemoji, Masonry, and more!</li></ul>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">5.5-related developer notes</a> in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.5&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">360 tickets in WordPress 5.5</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&type=enhancement&milestone=5.5&or&status=closed&status=reopened&type=feature+request&milestone=5.5&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=changetime&col=keywords&order=changetime\">157 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p class=\"has-small-font-size\"><em>Props to <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>, <a href=\"https://profiles.wordpress.org/estelaris/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>estelaris</a>, and <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a> for compiling/writing this post, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a> for editing/proof reading, and <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, and <a href=\"https://profiles.wordpress.org/andreamiddleton/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>andreamiddleton</a> for final review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2020 21:49:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: Goodbye, ManageWP.org; Hello, WP Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wptavern.com/goodbye-managewp-org-hello-wp-content?utm_source=rss&utm_medium=rss&utm_campaign=goodbye-managewp-org-hello-wp-content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3983:\"<p class=\"has-drop-cap\">Yesterday, Iain Poulson and Ashley Rich launched community-curated, news-sharing site <a href=\"https://wpcontent.io/\">WP Content</a>. The launch comes on the heels of <a href=\"https://managewp.org/\">ManageWP.org</a> shutting down its own news-sharing service and the WordPress community losing out on a valuable resource.</p>\n\n\n\n<p>Both Poulson and Rich are based in the UK and work for <a href=\"https://deliciousbrains.com/\">Delicious Brains</a>, a development company that focuses on building products for WordPress. Their new venture was met with enthusiasm when Poulson first <a href=\"https://twitter.com/polevaultweb/status/1280061239440408576\">announced it on Twitter</a>.</p>\n\n\n\n<img />Homepage of WPContent.io.\n\n\n\n<p>Long before I was a writer for WP Tavern and needed to keep an eye out for the latest news, ManageWP.org was one of my go-to sources for catching up with everything happening in the WordPress community. There is always so much going on that even the Tavern cannot stay on top of it all. ManageWP.org helped me become a voracious reader of ideas, tutorials, and other news within the industry. For that, I am certain I owe the team a debt that cannot be repaid.</p>\n\n\n\n<p>After shutting the doors, they left us with a message on the site that read, &ldquo;After many years of serving the WordPress community, we&rsquo;ve made the difficult decision to shut down ManageWP.org. Several factors led us here, but it ultimately came down to the team being unable to give ManageWP.org the attention it deserves.&rdquo;</p>\n\n\n\n<p>It is only the news-sharing site at ManageWP.org that is shutting down.  The ManageWP.com company and service are still alive and well.</p>\n\n\n\n<p><a href=\"https://wptavern.com/managewp-launches-community-curated-wordpress-news-site\">ManageWP.org launched</a> when WordPress held a mere 20% of the web back in 2013. <a href=\"https://wptavern.com/godaddy-acquires-wordpress-site-management-service-managewp\">GoDaddy acquired the ManageWP company</a> in 2016 but allowed it to operate independently, including the news-sharing site. In many ways, ManageWP.org felt as much a part of the identity of the WordPress community as our site. For seven years, users have shared articles, upvoted their favorites, and found a legitimate source to stay informed on a wide range of topics around WordPress.</p>\n\n\n\n<p>&ldquo;Thank you to everyone who shared inspiring stories, useful resources, and special announcements with us,&rdquo; read the final message on the site. &ldquo;It&rsquo;s been a treat.&rdquo;</p>\n\n\n\n<p>While many of us were disappointed to see the site shut down, sometimes it is time for something new. We can say goodbye to a great service and make room for someone else to take up the mantle. So, goodbye, ManageWP.org. Thanks for all the good years. And, welcome, WP Content.</p>\n\n\n\n<p>&ldquo;After @managewp closed down their community news site, we felt there should be a place where the #WordPress community can submit articles and up vote them,&rdquo; <a href=\"https://twitter.com/wpcontent_io/status/1280061061199204352\">tweeted the WP Content team</a>.</p>\n\n\n\n<p>The newly-built WP Content site is simple to use. It works similarly to other sharing sites such as Reddit. Users can sign up for an account to share stories themselves or upvote other stories. All visitors are free to follow through and read stories without signing up.</p>\n\n\n\n<p>The front page of the site shares the currently trending and most recent stories. The site also breaks stories down into the following categories:</p>\n\n\n\n<ul><li>Business</li><li>Community</li><li>Development</li><li>Plugins</li><li>Security</li><li>Tutorials</li></ul>\n\n\n\n<p>I welcome the new venture and am glad to see someone filling in what was quickly becoming a missing piece of our community. With luck, WP Content will serve as a great resource for many years to come. The team has some big shoes to fill, but they are off to a great start.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2020 18:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordCamp Attendance Badges Could Be a Good Thing, but That’s the Wrong Discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101557\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"https://wptavern.com/wordcamp-attendance-badges-could-be-a-good-thing-but-thats-the-wrong-discussion?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-attendance-badges-could-be-a-good-thing-but-thats-the-wrong-discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7030:\"<img />WordPress  profile badges.\n\n\n\n<p class=\"has-drop-cap\">On July 3, Timi Wahalahti <a href=\"https://make.wordpress.org/community/2020/07/03/proposal-recognition-for-event-volunteers-and-attendees-in-wordpress-org-profile/\">opened a discussion on the Community WordPress blog</a> on whether WordCamp volunteers, WordCamp attendees, or Meetup attendees should be awarded a WordPress.org profile badge. The discussion stemmed from a nearly <a href=\"https://meta.trac.wordpress.org/ticket/3878\">two-year-old Meta ticket</a> that was recently resurfaced.</p>\n\n\n\n<p>The general consensus from the comments on the post seems to be that volunteers should receive badges because they are making direct contributions to the community. Most argue that merely attending an event is not badge-worthy. There are also some technical concerns. However, they should not be a real issue considering we are a community of programmers and problem solvers.</p>\n\n\n\n<p>I see the rationale behind not giving badges to attendees. In one way, it feels like it diminishes the badges that others have earned, quite often, through hours of valuable time freely given back to the project.</p>\n\n\n\n<p>I am taking a wild guess here and will say that most people would agree that direct, measurable contributions should be rewarded. Whether it is contributing a patch to core, reviewing code as part of the Themes Team, or handing out sandwiches at your local WordCamp lunch line, you should be recognized for giving back to the community.</p>\n\n\n\n<p><em>WordCamp attendance badges would become the participation trophies of the WordPress world.</em></p>\n\n\n\n<p>I get the argument. I do. When I first read the community post, my gut reaction was to make that same argument.</p>\n\n\n\n<p>In some parts of American culture, at least, <em>participation trophies</em> are often looked upon as something to be ashamed of &mdash; <em>if you don&rsquo;t earn MVP, it&rsquo;s not a real trophy</em>. I have seen the culture change, seemingly overnight, in my local community. Fathers will not allow their sons to accept a trophy for merely being on the football team (anyone deserves a trophy for making it through training camp in Alabama&rsquo;s sweltering August heat). I watch as community members &mdash; grown adults &mdash; tear down others&rsquo; kids on Facebook over the same idea.</p>\n\n\n\n<p>The discussion on WordCamp attendance badges feels much the same. However, the argument is valid only because that is how the system is set up. It was created to award based on merit. The awards go to those who put in the time and effort, typically over the long haul.</p>\n\n\n\n<p>On the surface, that feels like a good system. However, other systems have benefits that perhaps our community has been overlooking, particularly those that gamify participation. Currently, WordPress profile badges are not being utilized to their full potential. The missing piece is that we are not encouraging more participation. We are not helping the first-time user level up and earn more badges/awards.</p>\n\n\n\n<img />NaNoWriMo writing and personal achievement badges.\n\n\n\n<p class=\"has-drop-cap\">In 2018, I successfully completed <a href=\"https://nanowrimo.org/\">National Novel Writing Month</a> (NaNoWriMo). It is an event where thousands of people go through the insane process of writing a 50,000-word novel in 30 days. One of the things that pushed me through the month, aside from sheer willpower and encouragement from family and friends, was the encouragement from the NaNoWriMo website itself.</p>\n\n\n\n<p>The website has two categories of badges. The first category is its writing badges. These badges are awarded based on actually doing work. They are also awarded in stages. Write for a two-day streak. Earn a badge. Surpass 5,000 words. Earn a badge. Finish the month-long challenge. Earn a badge. Throughout the process of NaNoWriMo, earning these writing badges was a big motivator toward keeping the dream of writing a novel alive. If I wasn&rsquo;t motivated to write on a particular day, I could look at the next badge I would earn by just putting pen to paper for another half hour or so.</p>\n\n\n\n<p>The thing about these writing badges that was so important was not that they gave me any bragging rights. The badges were not for showing other people how awesome I was. They were deeply personal. They were things that helped motivate me to continue on. <em>OK, I did brag about them a little bit.</em></p>\n\n\n\n<p>At the end of the day, these achievement-based badges were not about other people. They made me feel good about myself, and that is what mattered.</p>\n\n\n\n<p>NaNoWriMo&rsquo;s second category was for personal badges. They were not awarded for any achievement. Every user on the site could pick and choose the badges they wanted. They were reflections of the person. It told others a little something about you.</p>\n\n\n\n<p>One of my favorite badges was the &ldquo;pantser&rdquo; badge. It let people in the NaNoWriMo community know that I was writing without a novel outline or any real plan &mdash; literally by the seat of my pants. Others would choose the &ldquo;planner&rdquo; or even the combo &ldquo;plantser&rdquo; badge. And, the site had several other badges that simply added to the fun.</p>\n\n\n\n<p>We do not have to think about badges as something that must be awarded based on hard work. Sure, we should have those &ldquo;gold level&rdquo; badges that are earned through direct contributions and being on a particular team. Joining the Documentation Team or submitting a plugin to the official plugin directory is a big deal. Those achievements should be shown on your profile. However, they are not the only achievements that matter.</p>\n\n\n\n<p>Remember that badges are sometimes personal. Being awarded for even the smallest of things can help build the confidence that some people need to do that second small thing.</p>\n\n\n\n<p>Simple badges for asking or answering your first support forum question could be a great motivator to become more involved. Attending a WordCamp for the first time? Get a badge. That might help motivate you to earn the five-time WordCamp attendee badge next.</p>\n\n\n\n<p>I would even love to see badges for individual WordCamps. How cool would it be for someone to earn a badge for attending a WordCamp in every corner of the world? Or just on one continent?</p>\n\n\n\n<p>There is so much lost potential with the current badge system. We are having the wrong discussion. Whether someone should earn a badge for attending a WordCamp is too narrow of a focus. Let&rsquo;s start looking at how we can gamify participation in the WordPress community and use that system to get more people involved.</p>\n\n\n\n<p>If we maintain the current system of giving badges only for contributions and teams, yeah, WordCamp volunteers should get those. Attendees have done nothing to earn a badge in that system. That seems like an easy call to make and not worth much discussion. But, since we are here, let&rsquo;s rethink this whole thing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jul 2020 18:42:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WordProof Wins €1 Million Grant to Advance Blockchain Timestamping Concept\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/wordproof-wins-e1-million-grant-to-advance-blockchain-timestamping-concept?utm_source=rss&utm_medium=rss&utm_campaign=wordproof-wins-e1-million-grant-to-advance-blockchain-timestamping-concept\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2423:\"<p><a href=\"https://wordproof.io/\">WordProof</a>, the company behind the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/wordproof-timestamp/\" target=\"_blank\">WordProof Timestamp</a>&nbsp;plugin for WordPress, has received a &euro;1 million grant from the European Commission as the reward for winning a competition called &ldquo;<a href=\"https://ec.europa.eu/research/eic/index.cfm?pg=prizes_blockchains\">Blockchains for Social Good</a>.&rdquo; The Dutch startup beat 175 other participants from around Europe.</p>\n\n\n\n<p>The competition was designed to reward developers&rsquo; efforts in exploring decentralized applications of blockchains for social innovation. WordProof was one of five finalists selected to receive &euro;1 million, after submitting its <a href=\"https://wordproof.io/timestamp-ecosystem/\">Timestamp Ecosystem</a> concept, which seeks to increase transparency and accountability by proving authenticity of content on the web. In addition to its WordPress plugin, the timestamping ecosystem aims to provide solutions for other content management platforms, e-commerce, and social media. </p>\n\n\n\n<p>WordProof founder Sebastiaan van der Lans said the grant is evidence of the company gaining traction with governments and universities.</p>\n\n\n\n<p>&ldquo;With the recognition and financial support from Europe, we can roll out the Timestamp Ecosystem at a higher pace and make WordProof grow even faster as a company,&rdquo; Van der Lans said. &ldquo;This will enable Europe to define the standard for a reliable Internet for consumers and organisations.&rdquo; </p>\n\n\n\n<p>Van der Lans said WordProof is still very much &ldquo;a WordPress-focused company&rdquo; and plans to use the funds to extend its timestamping plugin to work with WooCommerce. They also plan to begin working with major publishers and WooCommerce shops to integrate timestamping solutions. The company began working with Yoast two months ago on deeply integrating with Schema.org to provide <a href=\"https://wordproof.io/features/structured-data-for-seo/\">structured data for SEO</a>.</p>\n\n\n\n<p>In the coming weeks, van der Lans said the company plans to announce &ldquo;a significant investment from the WordPress space.&rdquo; WordProof is currently focused on advocacy with/at the European Commission to make timestamping an open source standard that would be independent from the control of any single company.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jul 2020 15:32:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Akismet: Akismet Blocks Five Hundred Billion Spam and Counting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://blog.akismet.com/2020/07/06/akismet-five-hundred-billion-with-a-b-spam/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1165:\"<p><img /></p>\n<p>It was happening while you ate dinner. While you were at work. While you were on vacation, going for a walk, or daydreaming. It was certainly happening while you were sleeping. All this time — for nearly 15 years — Akismet has been catching and blocking spam from appearing on websites and forums the world over, and Akismet just reached an important milestone: over 500 billion pieces of spam blocked, <a href=\"https://akismet.com/#countUp\">and counting.</a></p>\n<h2>Saving countless hours for you</h2>\n<p>Think about that number: five hundred billion spam comments blocked — and not just on WordPress sites! Akismet has been ensnaring spam on other platforms including Drupal, Joomla, <a href=\"https://akismet.com/development/api/#use-a-library\">and more</a>, saving countless hours of moderation time and frustration for millions of people around the world.</p>\n<h2>To the future!</h2>\n<p>If you need spam protection for your website or forum, Akismet is here to help. Free up time spent tweezing spam comments and allow Akismet to <a href=\"https://akismet.com/plans/\">catch and block it for you</a>. Here’s to the next 500 billion!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jul 2020 15:12:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: New Block-based Navigation and Widgets Screens Sidelined for WordPress 5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/new-block-based-navigation-and-widgets-screens-sidelined-for-wordpress-5-5?utm_source=rss&utm_medium=rss&utm_campaign=new-block-based-navigation-and-widgets-screens-sidelined-for-wordpress-5-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2698:\"<p>The new navigation block and navigation and widget screens that were originally planned for WordPress 5.5 have been <a href=\"https://make.wordpress.org/core/2020/07/02/editor-features-for-wordpress-5-5-update/\">pushed back</a> to the next release. These projects are currently available in the&nbsp;<a href=\"https://make.wordpress.org/core/files/2020/05/experiments.png\">Gutenberg plugin</a>&nbsp;<a href=\"https://make.wordpress.org/core/files/2020/05/experiments.png\">experiments screen</a> but are not yet ready to land in core. </p>\n\n\n\n<p>Converting the widget-editing areas and updating the widgets UI to use the block editor is a project that has been under development since <a href=\"https://github.com/WordPress/gutenberg/issues/13204\">January 2019</a>. The issue tracking the project and the dedicated project board seemed to have stalled out for the time being, so <a href=\"https://github.com/WordPress/gutenberg/issues/13204#issuecomment-647171426\">core editor contributors recommended removing it</a> from the priority features for 5.5.</p>\n\n\n\n<p>Similarly, the navigation block and screen have several dozen outstanding <a href=\"https://github.com/WordPress/gutenberg/labels/%5BBlock%5D%20Navigation\">issues</a> and discussions that need more time before shipping.</p>\n\n\n\n<p>&ldquo;We&rsquo;re still missing a few key components: drag and drop in the block and in the sidebar, a couple of PRs that lag and are important for feature parity (<a href=\"https://github.com/WordPress/gutenberg/pull/22600\">#22600</a>,&nbsp;<a href=\"https://github.com/WordPress/gutenberg/pull/22697\">#22697</a>) and the ongoing work to support more block types in Navigation,&rdquo; WordPress contributor Andrei Draganescu <a href=\"https://github.com/WordPress/gutenberg/issues/22931#issuecomment-645209108\">said</a> regarding the remaining items necessary to ship the navigation screen.</p>\n\n\n\n<p>&ldquo;I believe we&rsquo;re in a place where a Gutenberg release after 5.5 will include this new screen, but maybe in the next two weeks some acceleration will occur and prove me wrong.</p>\n\n\n\n<p>&ldquo;I believe that it is wiser that this lands as a part of the plugin first, gets some feedback, and then is shipped into core.&rdquo;</p>\n\n\n\n<p>Despite the navigation and widgets screens getting removed from the 5.5 milestone, this release is set to deliver an impressive array of new features for the block editor, including block patterns, block directory search, a new block inserter panel, expanded design tools, and improvements to block movement capabilities.  <a href=\"https://make.wordpress.org/core/5-5/\">Beta 1 is expected July 7</a> and the target date for the official release is August 11.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Jul 2020 20:54:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Google Launches Beta of AMP-Powered Web Stories Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/google-launches-beta-of-amp-powered-web-stories-plugin-for-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=google-launches-beta-of-amp-powered-web-stories-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5921:\"<p class=\"has-drop-cap\">Google announced a public beta of its new Web Stories WordPress plugin this week. The plugin&rsquo;s description aptly reads, &ldquo;Visual storytelling for WordPress.&rdquo; It is essentially a custom editor for creating AMP-powered stories within WordPress.</p>\n\n\n\n<p>Users can download the beta plugin directly from the <a href=\"https://google.github.io/web-stories-wp/beta/\">Web Stories beta page</a>. Developers who want to contribute or take a look under the hood can do so from its <a href=\"https://github.com/google/web-stories-wp\">GitHub repository</a>.</p>\n\n\n\n<p><a href=\"https://amp.dev/about/stories/\">Web Stories</a> is a story format born out of Google&rsquo;s AMP Project. The goal is to provide visually-rich stories through a mobile-focused format. Stories are used to deliver news and other information in chunks that site visitors can quickly tap through and consume.</p>\n\n\n\n<p>With far more users browsing the web via a mobile device in 2020 than just a few short years ago, many no longer engage with content in the same way. People are more likely to quickly browse a lot of content but not be willing to dive quite as deep into the details. The Web Stories format focuses on that user experience by creating bite-sized pieces of content that users can move through without much focus &mdash; <em>whether that is a good thing for society is up for debate</em>.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Screenshots from a Story template.\n\n\n\n<p>The story format also typically makes more use of visual information than it does text. Each <em>page</em> of a story tends to use images or videos, often in the background with text overlaid, to grab the viewer&rsquo;s attention. However, there are no hard rules on what content a story page can present.</p>\n\n\n\n<p>The Web Stories plugin is slated for an official release sometime late this summer. The team is working toward stabilizing the product and focusing on bug and performance fixes, according to the beta launch page.</p>\n\n\n\n<p>In late March, the development team removed support for Stories from version 1.5 of the AMP plugin. They were prepping for the release of the new Web Stories plugin. The Stories feature was listed as a beta feature in the AMP plugin before removal.</p>\n\n\n\n<p>Stories support was originally <a href=\"https://wptavern.com/wordpress-amp-plugin-version-1-2-introduces-gutenberg-powered-amp-stories-editor\">added to the official AMP plugin</a> in June 2019 as part of its version 1.2 release. It was a direct integration with the WordPress block editor. However, it has since changed drastically. The development team has created a custom system outside of WordPress&rsquo;s primary editor that offers a true what-you-see-is-what-you-get experience.</p>\n\n\n\n<h2>Getting to Know the Web Stories Plugin</h2>\n\n\n\n<p class=\"has-drop-cap\">Web Stories for WordPress takes an almost completely custom approach to creating content with WordPress. It has its own drag-and-drop editor, a dashboard for editing stories and finding templates, and custom URLs.</p>\n\n\n\n<p>The development team decided to register a custom &ldquo;web story&rdquo; post type as the foundation of the plugin. One benefit of this system is that stories can live on their individual pages on the site. This also allows site visitors to subscribe to stories via a feed reader or third-party email system. Instead of pigeon-holing everything into a custom block, the team gained full freedom over the experience by creating a custom story-publishing process on top of the post type system.</p>\n\n\n\n<p>In many ways, the editor feels much like working with a simplified version of a photo editor such as Photoshop or GIMP. In the center of the screen is the canvas. Users can work on the current story page, create new pages, or use the arrows to flip through each.</p>\n\n\n\n<img />Creating a story with the Web Stories editor in WordPress.\n\n\n\n<p>Two boxes are aligned to the right of the screen. The top box holds the Design and Document tabs. The Design tab allows users to edit options for the currently-selected layer, and the Document tab holds the configuration options for publishing. The Layers box sits below. It lets users quickly select a layer to edit.</p>\n\n\n\n<p>On the left side of the screen, users have quick access to their media library. Because stories primarily use visually-driven content, it makes sense to keep media a simple mouse movement away.</p>\n\n\n\n<p>The only major problem that I ran into when playing around with the story editor was figuring out how to delete a layer. I eventually realized that I could drag a layer off the canvas and it would disappear. That was probably the least intuitive part of the experience.</p>\n\n\n\n<p>Web Stories comes with its own Dashboard screen in the admin. While the normal &ldquo;All Stories&rdquo; screen created by the post type exists, the Dashboard provides a visual list of created stories that users can scroll through.</p>\n\n\n\n<img />Web Stories Dashboard screen.\n\n\n\n<p>For users who are short on ideas or simply need a jumping-off point, the plugin currently supplies eight starter templates to choose from:</p>\n\n\n\n<ul><li>Beauty</li><li>Cooking</li><li>DIY</li><li>Entertainment</li><li>Fashion</li><li>Fitness</li><li>Travel</li><li>Wellbeing</li></ul>\n\n\n\n<p>The templates offer ample variety to begin learning the system by customizing the various story pages. The editor should be intuitive enough for most users to hit the ground running, but the templates make for some quick inspiration.</p>\n\n\n\n<p>Overall, Web Stories looks like it will land with a splash late this summer. It is a showcase of what is possible when you put together a team of top-notch developers and empower them to build something amazing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Jul 2020 18:56:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress Contributors Seek Sponsorship for Improving Gutenberg Developer Docs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/wordpress-contributors-seek-sponsorship-for-improving-gutenberg-developer-docs?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributors-seek-sponsorship-for-improving-gutenberg-developer-docs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9083:\"<p>WordPress developers <a href=\"https://developerka.org/\">Milana Cap</a> and <a href=\"https://jonathanbossenger.com/\">Jonathan Bossenger</a> are starting a fundraiser for improving Gutenberg developer documentation. The conversation began yesterday when Cap tweeted about how documentation is often overlooked when companies hire full-time contributors to work on WordPress.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I wish someone pay people to work on Gutenberg Docs. All devs who understand Gutenberg are working on building it and no one has the time to document it. <br /><br />On the other hand, Gutenberg and React are so foreign to WordPress PHP devs that no one is being able to learn it. <a href=\"https://t.co/iFmpd24TwH\">https://t.co/iFmpd24TwH</a></p>&mdash; Milana Cap (@DjevaLoperka) <a href=\"https://twitter.com/DjevaLoperka/status/1277966252623794179?ref_src=twsrc%5Etfw\">June 30, 2020</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;When your community is unable to learn your software then you have no contributors,&rdquo; Cap said. &ldquo;Documentation and tutorials are far more important for Open Source Software projects than people realize.&rdquo;</p>\n\n\n\n<p>The first time Cap began asking for Gutenberg documentation was at the Community Summit in Paris, 2017. She has been trying to direct the community&rsquo;s attention to it since then. </p>\n\n\n\n<p>&ldquo;There are many holes in block editor documentation for developers but the most obvious one is how to start,&rdquo; Cap said. &ldquo;The beginning of <a href=\"https://developer.wordpress.org/block-editor/developers/\">documentation for developers</a> doesn&rsquo;t say anything about getting started. &ldquo;It says only what you can do with a block but not _how_. Junior developers, PHP-only developers and anyone for whom is that documentation meant, doesn&rsquo;t know how a block&rsquo;s code looks, where to put it, how to include it, etc, let alone how to build a custom block with custom components and settings.&rdquo;</p>\n\n\n\n<p>Part of the challenge of documenting the block editor is that it is under active development. Enhancements and refinements are constantly pushed out to the Gutenberg plugin and keeping track of what is or is not currently available in core is not always easy. As WordPress is imminently <a href=\"https://wptavern.com/gutenberg-8-4-adds-image-editing-includes-multi-block-controls-and-enables-block-directory-search\">introducing block directory search</a>, it is a good time to formalize block creation documentation.</p>\n\n\n\n<p>&ldquo;Code examples are alarmingly missing all over docs,&rdquo; Cap said. &ldquo;The most basic examples exist but how to actually build something usable is missing. So, on this first page we are sent to a tutorial but that tutorial is not optimized for people who have never built a block before. Following it, I have and will fail to build the block.&rdquo;</p>\n\n\n\n<p>Marcus Kazmierczak and a team of documentation contributors are attempting to rebuild the tutorial in the official block editor handbook. A GitHub <a href=\"https://github.com/WordPress/gutenberg/issues/22151\">issue</a> focused on addressing gaps in the current developer documentation is home to an active discussion about the best way to rewrite the docs for people who are new to block development.</p>\n\n\n\n<p>&ldquo;This is a very good start but there&rsquo;s still a lot of work to be done,&rdquo; Cap said. &ldquo;Complete documentation is written by people who know and understand React and Gutenberg but are &lsquo;cursed with knowledge.&rsquo; They don&rsquo;t have much time to spend on understanding just how much others don&rsquo;t know and in what detail documentation should be written. To be honest, I don&rsquo;t think they should spend their time on that. We have a Documentation Team and we are willing to jump in but some sort of bridge is necessary.&rdquo;</p>\n\n\n\n<h2>The Problem with Gutenberg Developer Documentation: It&rsquo;s Not Friendly for Newcomers</h2>\n\n\n\n<p>&ldquo;The &lsquo;problem&rsquo; as I see it with the block editor documentation is that, unlike other WordPress documentation, it is written for experienced JavaScript developers, and not aimed at beginners,&rdquo; Bossenger said. &ldquo;I should also point out, this is by no means a shot at the folks who have put the current documentation together, and I appreciate any and all work they have done so far, it&rsquo;s just in serious need of a review and some refinement.&rdquo;</p>\n\n\n\n<p>Bossenger said in the past WordPress made it very easy for anyone with a limited amount of PHP knowledge to quickly build a plugin or theme using action and filter hooks. It was easy to look at the code and understand what it was supposed to do.</p>\n\n\n\n<p>&ldquo;Modern JavaScript, and specifically React, is a very different kettle of fish,&rdquo; Bossenger said. &ldquo;It requires a deeper level of knowledge of how React works, including new terminology and practices. Modern JavaScript can also be very confusing, especially if this is the first time you&rsquo;re seeing things like arrow functions, or less verbose if statements.</p>\n\n\n\n<p>&ldquo;If the closest you have come to working with JavaScript in WordPress has been using jQuery, switching to React based Gutenberg development still requires some learning on your part.&rdquo;</p>\n\n\n\n<p>After taking two courses before he could build anything for the editor, one on React and one on Gutenberg, Bossenger said the current Block Editor handbook is not written for developers with no experience in React and modern JavaScript. He believes it needs a restructuring to better explain new concepts and fit a pattern that is easier for a newcomer to consume. He highlighted the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Developer handbook</a> as an example where the chapters follow a structure and use terminology that is more like a text book, slowly introducing the reader to new concepts.</p>\n\n\n\n<p>&ldquo;I would argue that it would be quite possible for someone with no plugin or PHP knowledge, armed with this handbook and Google, to build a simple plugin to meet their specific requirements quite quickly,&rdquo; Bossenger said. &ldquo;Currently the block editor handbook is not conducive to this.&rdquo;</p>\n\n\n\n<p>Bossenger is not alone in his opinion of the current documentation. Peter Tasker at Delicious Brains recently published a tutorial on <a href=\"https://deliciousbrains.com/custom-gutenberg-block/\">creating a custom Gutenberg block</a>. Even after working with React full-time for the past year, he found the official block editor docs to be &ldquo;kind of all over the place&rdquo; and difficult to parse.</p>\n\n\n\n<p>After Cap commented about the lack of companies sponsoring full-time work on documentation, Bossenger tested the waters with a tweet asking if the two of them might be able to raise funds for improving Gutenberg docs.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Anyone willing to sponsor <a href=\"https://twitter.com/DjevaLoperka?ref_src=twsrc%5Etfw\">@DjevaLoperka</a> or myself improving the Gutenberg docs? Please RT for reach. <a href=\"https://t.co/UzYlFIfNZ8\">https://t.co/UzYlFIfNZ8</a></p>&mdash; Jonathan Bossenger (@jon_bossenger) <a href=\"https://twitter.com/jon_bossenger/status/1278004589334323200?ref_src=twsrc%5Etfw\">June 30, 2020</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;Just the same as Block Editor Team (and any other Make team), the Documentation Team is understaffed,&rdquo; Cap said. &ldquo;We can&rsquo;t afford to dedicate few members to first learn and then write documentation on developing with block editor. This is the main reason for my tweet. You&rsquo;ll see sponsored contributors all over core but not in documentation and I&rsquo;ll dare to say that both are equally important.&rdquo;</p>\n\n\n\n<p>Before launching their fundraiser, Cap and Bossenger plan to go through the existing documentation, pinpoint obvious holes, and identify questions that remain unanswered for those who are new to developing for the block editor.  </p>\n\n\n\n<p>&ldquo;Once we have a plan we can predict how much time is needed for each part,&rdquo; she said. &ldquo;With this plan, we will go in search for sponsors. I think there will be an option to donate even before that but nothing is certain at this point.&rdquo;</p>\n\n\n\n<p>Blocks are the new frontier of WordPress development. Investing in solid documentation and tutorials for beginners could have a major impact on expanding the block ecosystem. This also indirectly benefits users as they end up with a more diverse directory of blocks to choose from when customizing their WordPress sites.</p>\n\n\n\n<p>Bossenger and Cap are currently working on a plan for the docs ahead of announcing their fundraiser. In the meantime, anyone who wants to contribute to improving the block creation documentation can jump in on the GitHub <a href=\"https://github.com/WordPress/gutenberg/issues/22151\">discussion</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2020 21:07:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Decision Time: What Block Patterns Should Ship With WordPress 5.5?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/decision-time-what-block-patterns-should-ship-with-wordpress-5-5?utm_source=rss&utm_medium=rss&utm_campaign=decision-time-what-block-patterns-should-ship-with-wordpress-5-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6095:\"<img />Inserting the Numbered Features block pattern into the editor.\n\n\n\n<p class=\"has-drop-cap\">The first beta release of WordPress 5.5 is mere days away. This test release is expected to ship on July 7, and it carries with it a slew of new features that have primarily been developed between Gutenberg 7.6 and 8.5. One of the more pressing decisions the development team has to make is which block patterns to include in the final release.</p>\n\n\n\n<p>For the uninitiated, block patterns are a predefined configuration of multiple blocks. They provide end-users a way to quickly insert more complex layout <em>patterns</em> into the editor. Instead of piecing together multiple blocks, nesting them within the proper group container, and getting everything perfect, the user merely searches the pattern library and selects the pattern they prefer. It is then inserted into the editor where the user can edit the content, such as altering the default text or changing the media.</p>\n\n\n\n<p>It is an ingenious solution to an otherwise complicated problem. It also has the potential to move the block editor somewhat in the realm of actual page building.</p>\n\n\n\n<p>For end-users, it could mean no longer spending hours learning how to recreate that pretty demo page that sold them on installing a specific theme. No more slogging through tutorials that feel like they were written for people with comp-sci degrees. Just click some buttons and watch the magic happen.</p>\n\n\n\n<p>I have said that <a href=\"https://wptavern.com/block-patterns-will-change-everything\">block patterns will change everything</a>. I was patiently enthusiastic about the API when it first landed in <a href=\"https://wptavern.com/gutenberg-6-9-introduces-image-titles-block-patterns-and-new-theme-features\">Gutenberg 6.9</a>. I was downright giddy to play around with the first patterns that shipped with <a href=\"https://wptavern.com/gutenberg-7-7-ships-refreshed-ui-and-first-iteration-of-block-patterns\">Gutenberg 7.7</a>.</p>\n\n\n\n<p>Outside of a few that have made their way into Gutenberg in recent versions, I have not been particularly ecstatic about the default patterns the development team has included. In my mind, most were always test cases, patterns meant to iron the bugs out of the system. Then, some of the world-class designers we have in the WordPress ecosystem would design a handful of solid default patterns. I fully expect theme authors to push the limits of the system, but I was hoping that WordPress would use this opportunity to showcase what the block system can really do.</p>\n\n\n\n<p>The closest that Gutenberg has come to shipping useful, modern block patterns have been its Testimonials, Numbered Features, and Features and Services patterns. These three were <a href=\"https://github.com/WordPress/gutenberg/pull/23608\">initially set on the chopping block</a> (Testimonials have since been re-added), ready for the ax before WordPress 5.5 goes out to millions of users who could use such features instead of the tired and old solution of theme options. If these go, block patterns will likely land with a thud instead of the flash and bang the feature could make. We need to get users excited. We need to inspire the multitude of theme authors to build something greater &mdash; <em>hey, look what you can do with this feature</em>. Our development community needs to stand upon the shoulders of giants rather than feel like they are building from scratch.</p>\n\n\n\n<p>We should not be afraid to be bold with the &ldquo;1.0&rdquo; of block patterns.</p>\n\n\n\n<p>For the most part, with the latest patch on a ticket that is currently in flux, the team has nixed all but the least mundane patterns.</p>\n\n\n\n<p>Block patterns are meant to represent common design layouts and configurations that we see around the web today. However, the current crop of patterns does not do justice to the idea. From the developer end of things, it is a powerful API. From the user side of things, it will feel like another half-baked plan to push in an unfinished feature before the deadline.</p>\n\n\n\n<p>Maybe I am impatient. Maybe I need to get on board the ship-early-and-iterate-often train. But, the API has been in Gutenberg since November 2019. It is hard not to feel a little disappointed at the potential removal of the most opinionated patterns. They were the ones that I was eagerly awaiting to use. We can already easily put two images, columns of text, or buttons next to each other. The proposed patterns to ship with 5.5 do not feel like they will help users build the type of complex layouts the feature was meant to solve.</p>\n\n\n\n<p>My rallying call, my plea to include some patterns with a little pizzazz in WordPress 5.5, might be cutting it close to the 11th hour. However, anyone eagerly awaiting this feature may have been as blindsided as I was yesterday when the pull request came down the pipeline to remove all but three basic patterns.</p>\n\n\n\n<p>I want the narrator in the upcoming WordPress 5.5 release video to have a bit of pep in his voice instead of trying to give the hard sell on sticking two images next to each other.</p>\n\n\n\n<p>I am not asking for complex pricing tables, a restaurant menu, or &mdash; <em>God, forbid</em> &mdash; a slider pattern. Those things are a bit more niche and not suitable for core. There is some middle ground we can meet, offering something of a bit more substance. And, if we cannot meet that middle ground, is the feature ready?</p>\n\n\n\n<p>I&rsquo;m the last person to suggest pulling the feature from the release, so I won&rsquo;t venture down that dark path. I want block patterns. I want them now.</p>\n\n\n\n<p>I do question whether we should ship such basic patterns with most users having to wait months for anything more useful. That&rsquo;s unless their theme authors are generous enough to push out some new patterns between the major release cycles.</p>\n\n\n\n<p>I am just a WordPress user asking to be amazed. Whet our appetites for a future where block patterns are everything.</p>\n\n\n\n<p>What patterns would you like to see ship with WordPress 5.5?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2020 18:33:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: The Month in WordPress: June 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/07/the-month-in-wordpress-june-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7862:\"<p>June was an exciting month for WordPress! Major changes are coming to the Gutenberg plugin, and WordCamp Europe brought the WordPress community closer together. Read on to learn more and to get all the latest updates.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.2 released</h2>\n\n\n\n<p>We said hello to WordPress 5.4.2 on June 10. This security and maintenance release features 17 fixes and 4 enhancements, so we recommend that you update your sites immediately. To download WordPress 5.4.2, visit your Dashboard, click on <strong>Updates</strong>, then <strong>Update Now</strong>, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/06/wordpress-5-4-2-security-and-maintenance-release/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.4.2&order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-2/\">HelpHub documentation page</a> for <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-2/\">version 5.4.2</a>. WordPress 5.4.2 is a short-cycle maintenance release. The next major release will be <a href=\"https://make.wordpress.org/core/5-5/\">version 5.5</a>, <a href=\"https://wordpress.org/about/roadmap/\">planned for August 2020</a>. <br /><br />Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 8.3 and 8.4</h2>\n\n\n\n<p>The core team launched Gutenberg <a href=\"https://make.wordpress.org/core/2020/06/11/whats-new-in-gutenberg-11-june/\">8.3</a> and <a href=\"https://make.wordpress.org/core/2020/06/24/whats-new-in-gutenberg-24-june/\">8.4</a> this month, paving the way for some exciting block editor features. Version 8.3 introduced enhancements like a reorganized, more intuitive set of block categories, a parent block selector, an experimental spacing control, and user-controlled link color options. Version 8.4 comes with new image-editing tools and the ability to edit options for multiple blocks.  The block directory search feature that was previously available as an experimental feature, is now enabled for all Gutenberg installations. For full details on the latest versions on these Gutenberg releases, visit these posts about <a href=\"https://make.wordpress.org/core/2020/06/11/whats-new-in-gutenberg-11-june/\">8.3</a> and <a href=\"https://make.wordpress.org/core/2020/06/24/whats-new-in-gutenberg-24-june/\">8.4</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Bumps Minimum Recommended PHP Version to 7.2</h2>\n\n\n\n<p>In a major update, WordPress <a href=\"https://meta.trac.wordpress.org/changeset/9959\">has bumped</a> the minimum PHP recommendation to 7.2. The ServeHappy API has been updated to set the minimum acceptable PHP version to 7.2, while the WordPress downloads page recommends 7.3 or newer. Previously, the ServeHappy dashboard widget was showing the upgrade notice to users of PHP 5.6 or lower. This decision comes <a href=\"https://meta.trac.wordpress.org/ticket/5257\">after discussions with the core Site Health team and the Hosting team</a>, both of which recommended that the upgrade notice be shown to users of PHP &lt;=7.1.</p>\n\n\n\n<h2>WordCamp Europe 2020 Moved Online</h2>\n\n\n\n<p>Following the success of a remote WordCamp Spain, <a href=\"https://2020.europe.wordcamp.org/\">WordCamp Europe</a> was held fully online from June 4 to 6. The event drew a record 8,600 signups from people based in 138 countries, along with 2,500 signups for contributor day. WCEU Online also showcased 33 speakers and 40 sponsors, in addition to a Q&amp;A with Matt Mullenweg. You can find the videos of the event in WordPress.tv by <a href=\"https://wordpress.tv/event/wordcamp-europe-2020/\">following this link</a>, or you can catch the<a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ\"> live stream recording of the entire event from the WP Europe YouTube Channel</a>.</p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog here</a>, or join them in the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a Meetup or WordCamp, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), the executive director of the WordPress project, <a href=\"https://wordpress.org/news/2020/06/equity-and-the-power-of-community/\">published a post </a>that highlights resources on how the global WordPress community can focus on equity to help dismantle racial, societal, and systemic injustice.&nbsp;</li><li>PHP, the primary programming language in which WordPress is written, celebrated its <a href=\"https://wptavern.com/php-marks-25-years\">25th anniversary</a> this month!</li><li>The Community team is<a href=\"https://make.wordpress.org/community/2020/06/18/pending-update-for-the-code-of-conduct/#comment-28294\"> updating the WordCamp code of conduct</a> to address discrimination based on age, caste, social class, and other identifying characteristics.</li><li>The WordPress Core team is promoting more inclusive language by <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/\">updating all git repositories to use `trunk` instead of `master`</a>. Additionally, the team proposes to <a href=\"https://make.wordpress.org/core/2020/06/24/proposal-rename-invalid-worksforme-and-wontfix-ticket-resolutions/\">rename&nbsp; “invalid,” “worksforme,” and “wontfix” ticket resolutions </a>to “not-applicable,” “not-reproducible” or “cannot-reproduce,” and “not-implemented,” respectively.&nbsp;</li><li>The Documentation team is working on an external linking policy and has <a href=\"https://make.wordpress.org/docs/2020/06/15/external-linking-policy-trusted-sources/\">started a discussion</a> on how to allow linking to trusted sources to benefit users.&nbsp;</li><li>The Core team has put up a proposal to <a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">merge extensible core sitemaps to WordPress core</a> in the 5.5 release. The feature is currently available as a <a href=\"https://wordpress.org/plugins/core-sitemaps/\">feature plugin</a>.</li><li><a href=\"https://2020.denver.wordcamp.org/\">WordCamp Denver</a> was held online May 26–27. The event sold over 2,400 tickets and featured 27 speakers and 20 sponsors. You can catch the recorded live stream on the <a href=\"https://2020.denver.wordcamp.org/watch-now/\">event site</a>.</li><li>The Core team is working on <a href=\"https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/\">updating the version of jQuery</a> used in WordPress core.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2020 05:52:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Build Static or Dynamic Blocks With the WP Block Builder Script\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/build-static-or-dynamic-blocks-with-the-wp-block-builder-script?utm_source=rss&utm_medium=rss&utm_campaign=build-static-or-dynamic-blocks-with-the-wp-block-builder-script\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6728:\"<p class=\"has-drop-cap\">Today, Jeffrey Carandang released <a href=\"https://www.npmjs.com/package/wp-block-builder\">WP Block Builder</a>, an npm script for developers to begin building WordPress blocks. It is just one of many such scripts in a sea of block scaffolding tools, but Carandang may just have the experience and clout to rise above the rest. Thus far, developers have downloaded his custom setup over 500 times.</p>\n\n\n\n<p>Developers wanting to take a peek under the hood can also check out the <a href=\"https://github.com/phpbits/wp-block-builder\">project on GitHub</a>.</p>\n\n\n\n<p>It is almost impossible to dive into building blocks for WordPress without coming across some of Carandang&rsquo;s work in the WordPress block space. He <a href=\"https://wptavern.com/creator-of-editorskit-launches-community-block-sharing-site\">launched the ShareABlock community</a> late last year. He has paved the way for other developers by experimenting with ideas in <a href=\"https://wptavern.com/block-options-plugin-rebrands-to-editorskit-expands-beyond-block-visibility-management\">EditorsKit</a>. He co-founded CoBlocks, which <a href=\"https://wptavern.com/godaddy-acquires-themebeans-coblocks-block-gallery-and-block-unit-tests\">GoDaddy acquired in 2019</a>. And, that&rsquo;s just the tip of the <a href=\"https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress\">Iceberg</a> &mdash; <em>yeah, he is involved in that too</em>.</p>\n\n\n\n<p>Now, he has decided to launch a block-building script in a field that is becoming increasingly crowded. Core WordPress <a href=\"https://www.npmjs.com/package/@wordpress/create-block\">has its own script</a>. WebDevStudios recently <a href=\"https://wptavern.com/webdevstudios-releases-block-scaffolding-tool-for-developers\">launched a custom fork</a> of that, and several others are floating around the WordPress ecosystem, each with slightly different takes on jump-starting the block-building process. However, when one of the experts in the world of WordPress blocks releases his own spin on getting developers set up, it is at least worth looking into.</p>\n\n\n\n<p>&ldquo;I initially created this tool for myself because I kept repeating similar processes when creating Gutenberg blocks plugins,&rdquo; said Carandang. &ldquo;Then upon building it out, I thought it would be helpful to others if I release this to the public since, with minimal configuration, it would be easier to just focus on building blocks. Based on my experience, setting up the webpack config takes time and is sometimes frustrating.&rdquo;</p>\n\n\n\n<p>Carandang has a plethora of experience in building blocks, so I am certain he has added all the small extras that help speed the development process along.</p>\n\n\n\n<p>Unlike many similar scripts, WP Block Builder provides two example blocks by default. One is for handling the typical static content that is common with such scripts. However, the second is a dynamic, server-side block. This gives developers a taste of building two different block types with two sets of requirements to run. Other scripts also tend to be hyper-focused on launching a single-block plugin, which would be typical for releasing to the WordPress block directory. WP Block Builder provides a path to launching a plugin with multiple blocks if desired.</p>\n\n\n\n<p>&ldquo;My goal is to make it easy for first-time block developers to create a block, but I&rsquo;ve also created a sample dynamic block for advanced users,&rdquo; said Carandang. &ldquo;This will provide a good playground for experimenting and familiarizing with each section of the block.&rdquo;</p>\n\n\n\n<p>Carandang wants developers to be able to dive directly into building blocks. He wants to bring some of the fun back to experimenting without the technology getting in the way, which often means hours wasted just getting the build tools in place.</p>\n\n\n\n<p>&ldquo;I&rsquo;m gearing towards that feeling I had when I first started creating a WordPress theme,&rdquo; he said. &ldquo;Those times when I was changing codes to know how they work and confident enough that I could just install it freshly again if I ended messing it up.&rdquo;</p>\n\n\n\n<p>Carandang said he has not received any reported issues yet, so launch day is going off without a hitch. He is looking forward to seeing what blocks developers build in the future based on his setup.</p>\n\n\n\n<p>&ldquo;It&rsquo;s aimed to be general enough to help developers to get started on creating block plugins immediately,&rdquo; he said. &ldquo;I&rsquo;m still waiting for some feedback to help improve the process, but so far it seems to be doing good.&rdquo;</p>\n\n\n\n<h2>Setting Up a Block Plugin</h2>\n\n\n\n<img />Dynamic block code from WP Block Builder.\n\n\n\n<p class=\"has-drop-cap\">WP Block Builder is a fork of the core WordPress Create Block script. It includes a few extra npm packages, but it is also heavy on installing several PHP packages via Composer. These are primarily for making sure developers are following coding standards.</p>\n\n\n\n<p>Setup is simple. Developers merely need to run the <code>npx wp-block-builder</code> command to kick start the process. Upon running the command, WP Block Builder takes developers through a series of questions, which sets up the following fields:</p>\n\n\n\n<ul><li>Block slug</li><li>Namespace</li><li>Block title</li><li>Description</li><li>Author name</li><li>Plugin license</li><li>Version number</li></ul>\n\n\n\n<p>After installation, the plugin will have two blocks ready for experimentation. The first block is a basic container with text and background color settings. It also supports wide and full alignment. It works similarly to the core WordPress Group block. I prefer this starting point over the standard paragraph block.</p>\n\n\n\n<p>The second block is a dynamic posts list. It offers enough complexity to see how dynamic blocks work while using a concept familiar enough for most WordPress developers to grasp:  querying and looping through posts. The block has a single custom option for changing the number of posts.</p>\n\n\n\n<p>The goal for making these two blocks available is to get plugin developers jumping head first into the code. Break things. Experiment. Study the code.</p>\n\n\n\n<p>Long term, Carandang is hopeful the process will become even better for developers. &ldquo;I&rsquo;m in touch with Grzegorz Zi&oacute;&#322;kowski and Fabian K&auml;gy from the Gutenberg team,&rdquo; he said,&rdquo; and they are creating a better way to support external npm packages directly with <code>@wordpress/create-block</code>. This would be helpful in both Block Builder and Gutenberg, and would help in improving the Gutenberg plugin development ecosystem.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2020 20:31:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Flywheel Relaunches Local Pro with Revamped Live Links and New Host-Agnostic Pre-Launch Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101113\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"https://wptavern.com/flywheel-relaunches-local-pro-with-revamped-live-links-and-new-host-agnostic-pre-launch-tools?utm_source=rss&utm_medium=rss&utm_campaign=flywheel-relaunches-local-pro-with-revamped-live-links-and-new-host-agnostic-pre-launch-tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5072:\"<p>Flywheel has relaunched <a href=\"https://localwp.com/pro/\">Local Pro</a>, the commercial upgrade for its free local WordPress development product. The first version of Local Pro, launched in July 2019, was heavily geared towards Flywheel customers, but the tool has gradually evolved to be more host-agnostic. This major update focuses on pre-launch features that allow developers to check links, optimize images, share a live link, and make changes with live reload.</p>\n\n\n\n<p>&ldquo;We saw an opportunity to build new tools into Local that pivot away from focusing on Flywheel customers and towards solving common WordPress developer pain-points,&rdquo; Local product manager Jack Sellwood said.</p>\n\n\n\n<p>&ldquo;Our focus from here will be helping developers with pre-launch tasks like gathering feedback, testing, and optimizing their site before they go-live.&rdquo;</p>\n\n\n\n<p>More than 300,000 developers have tried Local since it first launched in 2017 and active users are up 90% year over year.</p>\n\n\n\n<p>&ldquo;We attribute that increase &nbsp;to Local &lsquo;Lightning&rsquo; which is the more reliable, performant version of Local that we launched last year,&rdquo; Sellwood said.</p>\n\n\n\n<p>This update also expands Local&rsquo;s MagicSync capabilities to include both Flywheel and WP Engine. MagicSync allows developers to push or pull the files and/or database from staging and production environments. It gives an overview of which files are different and includes controls for ignoring certain files.</p>\n\n\n\n<img />\n\n\n\n<p>&ldquo;We&rsquo;d love to bring this to other hosts and we continue to explore how to do that, but the biggest challenge in doing this is maintaining the same, quality experience Local users have come to expect from Local Connect,&rdquo; Sellwood said.</p>\n\n\n\n<h2>Live Links Revamped, More Cloud-based Services Coming in 2021</h2>\n\n\n\n<p>Local Pro also introduces a completely revamped solution for sharing local sites, built specifically for WordPress. For the past 12 months, the team has been building an alternative to ngrok to power its Live Links feature.</p>\n\n\n\n<p>&ldquo;We explored a few ways to improve the existing Live Links experience and found that this was a core technology, and we needed to own the whole stack of technologies involved,&rdquo; Sellwood said. &ldquo;A similar notion pushed us to build Lightning, which gave us better insight and ability to tackle bugs. VirtualBox was a black hole.&rdquo;</p>\n\n\n\n<img />\n\n\n\n<p>Flywheel launched&nbsp;<a rel=\"noreferrer noopener\" href=\"http://hub.localwp.com/\" target=\"_blank\">hub.localwp.com</a>&nbsp;for users to manage their Local subscription for services like Live Links Pro that require a cloud component to function. The team plans to launch more later this year and in 2021.  The Local Hub is a Laravel project that connects to custom infrastructure on Google Cloud.</p>\n\n\n\n<p>&ldquo;Local&rsquo;s tunnel, like Local itself, is written in Node.js,&rdquo; Sellwood said. &ldquo;As a result, Live Links Pro handles 2x the number of HTTP requests in 50% less time. Live Links Pro is also secure by default with SSL and Privacy Mode (aka basic auth).&rdquo;</p>\n\n\n\n<p>The image optimizer and live reload features are coming soon to the Pro subscription. Building these pre-launch tools into Local allows users to leverage the power of their local machines, instead of relying on plugins. The image optimizer will be able to work offline and can tap into the user&rsquo;s available computer resources.</p>\n\n\n\n<p>Over the past three years, Local&rsquo;s popularity has largely eclipsed that of other local WordPress development apps and packages like DesktopServer and InstantWP. Sellwood said the app&rsquo;s most formidable competitors are advanced developer tools like Laravel Valet or custom Docker/VirtualBox setups.</p>\n\n\n\n<p>&ldquo;If you&rsquo;ve invested a lot of time in a custom stack or setup, it&rsquo;s hard to abandon that sunk cost,&rdquo; Sellwood said. &ldquo;Local abandoned virtualization completely in Lightning, and we knew, before we even launched, that some users would miss virtualization, so we&rsquo;re exploring&nbsp;Site Environments powered by Docker&nbsp;as an option for advanced users.&rdquo;</p>\n\n\n\n<p>In addition to supporting more advanced development tools, the Local team aims to make advanced parts of WordPress development simpler and more approachable.</p>\n\n\n\n<p>&ldquo;Local has always been about providing an elegant UI that helps people dive deeper and level up as developers,&rdquo; Sellwood said. &ldquo;For example, WordPress developers might manage their database or interact with WP-CLI for the first time in Local because these advanced capabilities are available without any configuration. We&rsquo;ll continue to make advanced parts of WordPress development simpler. </p>\n\n\n\n<p>&ldquo;Obviously, there&rsquo;s a lot happening in WordPress right now with FSE (Full Site Editing) and headless, so we&rsquo;re working with the other teams at WP Engine and elsewhere to help Local support this new future.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2020 22:34:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: GiveWP 2.7 Adds Donation Form Templates and Per-Form Stripe Connections\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/givewp-2-7-adds-donation-form-templates-and-per-form-stripe-connections?utm_source=rss&utm_medium=rss&utm_campaign=givewp-2-7-adds-donation-form-templates-and-per-form-stripe-connections\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7388:\"<p class=\"has-drop-cap\">Earlier today, Impress.org <a href=\"https://givewp.com/new-givewp-2-7/\">released version 2.7</a> of its popular donation plugin <a href=\"https://wordpress.org/plugins/give/\">GiveWP</a>. The update focuses on laying the foundation for donation form templates, handling per-form Stripe accounts, and allowing users to view fundraising reports in multiple currencies.</p>\n\n\n\n<p>&ldquo;GiveWP 2.7 is not just a release,&rdquo; wrote Devin Walker, the co-founder and CEO of GiveWP, in the announcement. &ldquo;It&rsquo;s also the start of even more amazing things to come in future updates. This update paves the way for an even better donation plugin experience with form templates and per-form stripe accounts. We&rsquo;ve also added to our new reporting dashboard so you can toggle your view to show different currencies.&rdquo;</p>\n\n\n\n<p>Overall, version 2.7 is a solid update. The new form template system is something the team can build upon and continue improving the user experience over time. The per-form Stripe connections will make the plugin more enticing to organizations with multiple chapters, locations, clubs, and more.</p>\n\n\n\n<p>It is turning out to be a good year for the GiveWP team. So far in 2020, people have used the plugin to process over $100 million in donations, which is on par with the <a href=\"https://wptavern.com/givewp-plugin-users-raised-over-100-million-in-donations-in-2019\">numbers for the entirety of 2019</a>.</p>\n\n\n\n<p>View a quick video for GiveWP 2.7:</p>\n\n\n\n<div>\n\n</div>\n\n\n\n<h2>Donation Form Templates</h2>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Initial Donation Form</li><li class=\"blocks-gallery-item\"><img />Enter Donation Amount</li><li class=\"blocks-gallery-item\"><img />Complete Donation</li></ul>Multi-step donation form template.\n\n\n\n<p class=\"has-drop-cap\">The most exciting thing about the version 2.7 release is the new form template system. Rather than having a single template for all types of donation forms, the team at GiveWP has created the foundation for niche templates in the future.</p>\n\n\n\n<p>The current release has merely two template options: a new multi-step donation form and a legacy donation form.</p>\n\n\n\n<p>For some, this simple addition may be exciting. For others, they may be wanting to see more. The good news is the team is well on its way to making that happen.</p>\n\n\n\n<p>&ldquo;Form Templates was made to pave the way for all kinds of form types,&rdquo; said Matt Cromwell, Partner and COO at Impress.org.  &ldquo;Not just &lsquo;Obama Style&rsquo; forms, or &lsquo;Charity Water&rsquo; forms, but also how forms function, like implementing Event Fundraising, Crowdfunding, Peer-to-Peer fundraising. It&rsquo;s an exciting new feature that we&rsquo;ll be investing into continually going forward.&rdquo;</p>\n\n\n\n<p>Form templates do not currently offer a wide range of customization options. That can sometimes be both a good and bad thing. The good is that the development team can add some quality control to the output, making for a better experience in most use cases. However, there are times when a few extra options could go a long way. For example, with a few themes I tested, the multi-step donation template did not expand the width of the content area. With no way to tweak the width via the UI, it meant doing a little code work to get it perfect.</p>\n\n\n\n<p>&ldquo;The customization is really focused on the colors, messaging, and media at the moment,&rdquo; said Cromwell. &ldquo;But we are working on ways that templates can be more extensible programmatically, and also more drag-and-droppable. For now, we wanted to get the core user-interest feature out the door for our core users, and then extend it further for more developer-oriented users later.</p>\n\n\n\n<p>Thus far, Impress.org and its team working on GiveWP have made smart, calculated moves toward improving their product. Unlike some product-makers, the team did not try to wow everyone with 100+ form templates out of the gate. Instead, they have focused on slowly and methodically creating an underlying system that they can iterate on. It&rsquo;s the <em>quality over quantity</em> mantra that has been a staple in how the team has approached development.</p>\n\n\n\n<p>Form templates are a big deal. They are the missing link for potentially frustrated users who want something that better aligns with their organization than the old, legacy design that every plugin user had on their site. We are still a bit away from seeing this potential play out. However, as the team continues to release templates into the future, they will add value to the product.</p>\n\n\n\n<p>Right now, some free templates are coming down the pipeline. The team teased upcoming templates specific to events, crowdfunding, and peer-to-peer campaigns. But, the possibilities are limited only by what users need.</p>\n\n\n\n<p>Some templates may come as part of paid packages. &ldquo;How we offer more advanced templates is a bit up for grabs at the moment,&rdquo; said Cromwell. &ldquo;We are still very much committed to the add-on model, and not necessarily a marketplace model, but there will be new paid add-ons that have advanced types of form templates for sure.&rdquo;</p>\n\n\n\n<h2>Per-Form Stripe Accounts</h2>\n\n\n\n<img />Override the global Stripe account on a per-form basis.\n\n\n\n<p class=\"has-drop-cap\">GiveWP&rsquo;s second big feature, which may excite some users more than form templates, is the ability to set the Stripe account for each form. By default, forms will connect to the global Stripe account added via the plugin&rsquo;s Stripe gateway settings. However, users can overrule this on individual forms.</p>\n\n\n\n<p>Admittedly, I have not seen many plugins that accept payments or donations take this route. It is not something I have ever needed in the past. However, I can now see how it may open up a ton of possibilities for organizations with different chapters or schools with different clubs and fundraisers.</p>\n\n\n\n<p>Beyond just GiveWP and donation plugins, I would like to see this become a standard feature for any plugin that accepts payments.</p>\n\n\n\n<p>If nothing else, this feature should continue making GiveWP stand out as the top donations plugin for WordPress. This <em>missing</em> feature in the previous version may have been a holdup for charities that needed the more fine-tuned control of multiple account options. Perhaps it will make some reconsider and make the move to GiveWP.</p>\n\n\n\n<h2>What Is In the Pipeline?</h2>\n\n\n\n<p class=\"has-drop-cap\">In the short term, more form templates are definitely in the works. It will be interesting to keep an eye out for what lands in the coming weeks and months.</p>\n\n\n\n<p>Beyond that, the team will primarily focus on adding PayPal Commerce support to the free plugin. That is expected to land in version 2.8.</p>\n\n\n\n<p>&ldquo;PayPal has actually done tons of work to improve this new product from all their others (Standard, Express, Pro, Payflow, etc), and it offers a lot to developers specifically,&rdquo; said Cromwell. &ldquo;We think it will be a very in-demand option for donors and organizations as well. PayPal is still a highly recognizable name when it comes to payments and within the nonprofit space. We always intend to be leading when it comes to online donations so we want to offer this to our users quickly and effectively.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2020 21:37:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: Smash Balloon Joins Awesome Motive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101298\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/smash-balloon-joins-awesome-motive?utm_source=rss&utm_medium=rss&utm_campaign=smash-balloon-joins-awesome-motive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5607:\"<p class=\"has-drop-cap\">On June 23, Awesome Motive <a href=\"https://www.wpbeginner.com/news/welcome-smash-balloon-to-the-wpbeginner-family-of-products/\">announced it had acquired Smash Balloon</a>, a company that focuses on a family of social feed plugins for WordPress. John Brackett, the founder of Smash Balloon, is now a partner at Awesome Motive through the deal. His entire team will be staying on as part of the larger company.</p>\n\n\n\n<p>Currently, Smash Balloon&rsquo;s plugins are installed and active on around 1.3 million WordPress-powered sites. The team has thus far built social feed plugins for Twitter, YouTube, Facebook, and Instagram. <a href=\"https://wordpress.org/plugins/instagram-feed/\">Smash Balloon Social Photo Feed</a>, its Instagram plugin, is by far the company&rsquo;s most popular plugin with over a million active installations, a feat it <a href=\"https://twitter.com/smashballoon/status/1245779770845077505\">surpassed in April</a>.</p>\n\n\n\n<p>Brackett launched Smash Balloon in 2013. Since then, the company has specialized in creating plugins that allow users to display social media content on their websites.</p>\n\n\n\n<p>&ldquo;With Awesome Motive&rsquo;s vast resources and deep understanding of the WordPress industry, I know we&rsquo;ll be able to bring even more powerful solutions to the Smash Balloon community,&rdquo; said Brackett in the <a href=\"https://smashballoon.com/smash-balloon-is-now-part-of-the-awesome-motive-family/\">announcement on the Smash Balloon blog</a>.</p>\n\n\n\n<p>&ldquo;I&rsquo;m really excited and proud to now be a partner at Awesome Motive,&rdquo; he said.  &ldquo;They have a really great group of partners there and I&rsquo;m really humbled to now be a part of the team. I&rsquo;ll be continuing in my role leading the Smash Balloon business unit.&rdquo;</p>\n\n\n\n<p>Brackett said the biggest factor in making the deal was the expertise and experience that Awesome Motive brought to the table in the WordPress plugin space. &ldquo;They&rsquo;ve built a proven model for plugin growth, which is evident from their large user base of 15 million websites,&rdquo; he said. &ldquo;Of course, there were other factors too, such as the AM growth playbooks, back office resources, various operational/marketing processes, etc., which make it easier for us to grow and scale as a business.&rdquo;</p>\n\n\n\n<p>Awesome Motive is the company behind WPBeginner, OptinMonster, WPForms, MonsterInsights, and more. It has a history of buying smaller businesses and growing them into larger, more successful endeavors. In February this year, the company <a href=\"https://wptavern.com/awesome-motive-acquires-the-all-in-one-seo-pack-plugin\">acquired the All in One SEO Pack plugin</a>.</p>\n\n\n\n<p>&ldquo;Adding social proof is crucial for business websites,&rdquo; said Syed Balkhi, CEO of Awesome Motive. &ldquo;In WPBeginner support, we see many readers asking for ways to display their social media content on their site, especially Instagram and Facebook. Displaying social media content on your site can not only help you grow your social followers, but it can also help you improve your sales conversions on your store.&rdquo;</p>\n\n\n\n<p>Balkhi said his team at WPBeginner has been recommending the Smash Balloon plugins all the way back to 2016. &ldquo;When I was presented with the opportunity to join forces with John and the Smash Balloon team, it was a no brainer,&rdquo; he said.</p>\n\n\n\n<p>&ldquo;Smash Balloon is the market leader when it comes to creating custom social media feeds in WordPress,&rdquo; said Balkhi. &ldquo;Over 1.3 million website owners use Smash Balloon plugins to display custom Instagram feeds, custom Facebook feeds, custom Twitter feeds, and custom YouTube feeds. The best part is that the plugins are <em>always</em> reliable, and they come with a very smart feed backup / caching which keeps your site loading fast even when the social API is down.&rdquo;</p>\n\n\n\n<h2>What Does the Future Hold?</h2>\n\n\n\n<p class=\"has-drop-cap\">Awesome Motive is <a href=\"https://awesomemotive.com/career/\">actively hiring</a> developers, support staff, and writers. At least some of those hires will be working on Smash Balloon&rsquo;s product line.</p>\n\n\n\n<p>Balkhi doesn&rsquo;t like to talk about team size, remaining humble as ever as the leader of his continually growing company. &ldquo;What&rsquo;s more important for us is to make sure that we adequately serve our growing customer base while continuing to add new features that they&rsquo;re asking for,&rdquo; he said.</p>\n\n\n\n<p>He does have big plans for Smash Balloon&rsquo;s products. &ldquo;We&rsquo;re of course going to update the existing plugins to add new features that users are asking for, and we will be adding seamless integrations with our other products such as <a href=\"https://www.monsterinsights.com/\">MonsterInsights</a> (analytics), <a href=\"https://rafflepress.com/\">RafflePress</a> (contests &amp; giveaways), <a href=\"https://www.seedprod.com/\">SeedProd</a> (landing pages), etc.,&rdquo; he said.</p>\n\n\n\n<p>A large part of the company&rsquo;s plans is to continue making the process of creating custom social media feeds easier. The team will be doing this through more detailed tutorials and product education going forward.</p>\n\n\n\n<p>However, there are no plans at stopping there. New projects are in the pipeline. &ldquo;We&rsquo;re also working on a brand new product that a lot of WPBeginner readers and Smash Balloon customers have been asking for,&rdquo; he said. &ldquo;I can&rsquo;t share too much details, but it&rsquo;s going to be awesome.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2020 21:09:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WooCommerce 4.3 to Introduce New Home Screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://wptavern.com/woocommerce-4-3-to-introduce-new-home-screen?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-4-3-to-introduce-new-home-screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2856:\"<p>As the pandemic and lockdown measures have caused major shifts in consumer behavior, accelerating the trend towards e-commerce, many WooCommerce-powered stores have seen a significant boost in sales. Major retailers like Amazon, Walmart, and Target have strained to meet the increase in consumer demand, creating an unprecedented <a href=\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\">opportunity for independent stores</a>.</p>\n\n\n\n<p>According to the latest <a href=\"https://www.aciworldwide.com/news-and-events/press-releases/2020/june/81-percent-rise-in-may-retail-ecommerce-sales-aci-worldwide-research-reveals\">ACI Worldwide report</a>, e-commerce sales are up 81% year over year in May 2020. Transactional volume has also increased 23 percent compared to May 2019. Despite the pandemic&rsquo;s devastating blow to the hospitality, travel, and entertainment industries, merchants selling products catering to the homebound population are doing more business than ever. This prompted the WooCommerce team to begin publishing tips and resources for store owners who are <a href=\"https://woocommerce.com/posts/prepare-surge-ecommerce-demand/\">managing a sudden surge in sales</a>.</p>\n\n\n\n<p>The WooCommerce core development team is also keeping pace with new features that help administrators see store activity at a glance. Version 4.3, expected to be released July 7, will include a new home screen, featuring an inbox, quick access to store management links, and an overview of stats on sales, orders, and visitors. </p>\n\n\n\n<img />\n\n\n\n<p>WooCommerce plans to enhance the new Home screen with the ability to complete basics tasks, such as fulfilling orders or tweaking settings without having to leave the screen. As WooCommerce is a complex plugin with menus that drill down several levels deep, this screen will become the store owner&rsquo;s command center by simplifying access to important stats and commonly performed actions. It will set as the default screen for new stores when version 4.3 of the plugin is released.</p>\n\n\n\n<p>The new Home screen will not be turned on by default for existing store owners. They will need to enable it under the Advanced &gt; Features setting in the plugin.</p>\n\n\n\n<p>WooCommerce received positive feedback after sharing a preview of the new Home screen last week. A few users requested that it integrate with third party plugins, such as Woo Bookings, and provide better support for stores primarily selling digital products. If WooCommerce makes it easy to extend, plugin authors can make the screen more useful to a diverse range of stores. Users are encouraged to submit their ideas for core improvements on the <a href=\"https://ideas.woocommerce.com/forums/133476-woocommerce?category_id=36092\">WooCommerce Ideas Board</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2020 20:12:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: The Best Documentation Is No Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101217\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/the-best-documentation-is-no-documentation?utm_source=rss&utm_medium=rss&utm_campaign=the-best-documentation-is-no-documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5898:\"<p>Hear me out before telling me how wrong I am.</p>\n\n\n\n<p>Over the past couple of weeks, I have read a few different articles on writing good user documentation from a software developer&rsquo;s perspective. It is an area I was always told I excelled at by people who read the docs I wrote through the years. However, by the time I stepped away from my WordPress business of over a decade, I had almost completely stopped writing user documentation. Few users seemed to have noticed or questioned why there were no step-by-step explanations of certain features.</p>\n\n\n\n<p>Like many WordPress plugin and theme developers, I am a firm believer in having documentation on hand. As someone who has been fiddling with code since 2003, documentation has been my best friend. I have written at least a few hundred tutorials or pages of docs throughout my career. I have published two development books and was a technical editor on a third. I am fairly certain I have created a plugin or two with more inline documentation than actual code.</p>\n\n\n\n<p>However, I also ran support for end-users for over a decade. The one thing I learned with any surety is that many users simply do not read the documentation.  Even if they were reading it, they should not have needed to most of the time.</p>\n\n\n\n<p>Despite iterating, redesigning, and trying my hand at everything to lead users to documentation before running to the support forum with every question, repeat questions never failed to land in the support queue every day.</p>\n\n\n\n<p>It took me years &mdash; far more than it should have &mdash; to realize that the solution was not in the documentation and the problem was not in the user&rsquo;s ability to read it. The problem was the product. If users were asking repeat questions, it meant there was something wrong with the user experience. Eventually, I shifted my focus. Instead of writing more docs, I focused on addressing the problems that continued to crop up in the software.</p>\n\n\n\n<p>The activity that I had failed at was listening.</p>\n\n\n\n<p>One of the best skills a developer can obtain is the ability to listen and then translate what users are saying into better code, user interfaces, and user experiences.</p>\n\n\n\n<p>In my younger years &mdash; and I suspect many developers were the same when starting &mdash; I felt like I knew the answer to every question and was always right. I was highly skilled, and I knew it. For a young, 20-something developer, that tends to mean trouble. It means that you believe the problem is not with the things you have built. No, the problem was that the user was doing something wrong. These are the types of developers who say, &ldquo;RTFM,&rdquo; and point a user to an overly technical document that does not solve their problems.</p>\n\n\n\n<p>Some lessons are learned the hard way, but learn them we must to build better products.</p>\n\n\n\n<p>I promise if you do this one activity &mdash; listen, really listen &mdash; to users, you will spend far less time explaining how something works. The question you need to ask yourself is why a piece of documentation needs to exist in the first place. If it takes 500 words to explain a feature, there is a good chance the feature does not make for an ideal user experience.</p>\n\n\n\n<p>When building products, we should always strive to build them so that there is no need for documentation. Or, at least build them so that <em>reading the manual</em> is a last resort for addressing problems.</p>\n\n\n\n<p>For practical purposes, as a fulltime developer in the past, I kept a simple text file with a list of repeat questions. This could be a more elaborate setup for a team, such as creating GitHub issues. My text file worked fine because I was a one-person show. I would make it a habit to routinely go through the list and ask how I could improve each point. Some items were never scratched off the list. However, more often than not, I learned important lessons about building for end-users first. I could see the things that made sense in my head but were confusing to others.</p>\n\n\n\n<p>The biggest improvements were not in finding solutions to existing problems but in recognizing problems within new products that I was building based on past experience.</p>\n\n\n\n<p>Over time, most of my documentation became geared toward developers. These were primarily tutorials on using APIs, hooks, and other developer-related features &mdash; things that were not exposed through a plugin&rsquo;s UI. I was writing far less for end-users because I was updating projects based on their feedback and questions. Yes, I absolutely failed from time to time, but I was getting better at being someone who listened to problems and made changes based on what users were telling me in their own way.</p>\n\n\n\n<p>When I say that the best documentation is no documentation, I do not mean that you should skip it altogether. I want you to ask the question about why the documentation needs to exist. Are there things you can do to make the user experience easier? Are you actively tracking support questions and addressing those in the product itself?</p>\n\n\n\n<p>In development, we often talk about writing &ldquo;self-documenting code.&rdquo; This is a way of saying to write code in a way that you should not have to explain it to another developer via inline documentation. For example, the <code>wp_insert_post()</code> function in WordPress tells you that its purpose is to insert a post. The goal of any software should also be to create <em>self-documenting interfaces</em> and other elements that a user interacts with. Users should be able to automatically understand the purpose of a button, text field, or checkbox without consulting the docs.</p>\n\n\n\n<p>The next time you sit down to write a new user-oriented piece of documentation, make sure that you are not using it as a crutch to prop up a poor user experience.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Jun 2020 21:34:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WPTavern: WordCamp Tulsa 2020 Canceled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101202\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordcamp-tulsa-2020-canceled?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-tulsa-2020-canceled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3231:\"<img />\n\n\n\n<p>Tulsa&rsquo;s first ever WordCamp, which was scheduled for August 29-30, 2020, has officially been canceled due to uncertainty surrounding the pandemic. The event would have been the second WordCamp in Oklahoma in four years, following <a href=\"https://wptavern.com/wordcamp-okc-unifies-oklahoma-wordpress-community-introduces-okie-wapuu\">WordCamp OKC in 2016</a>.</p>\n\n\n\n<p>&ldquo;We were trying to go for a hybrid event that was live streamed and included an audience,&rdquo; lead organizer James Bullis said. &ldquo;This was something that hadn&rsquo;t been tried before and with Oklahoma opening up it was a possibility.&rdquo;</p>\n\n\n\n<p>The six-person organizing team had already selected speakers and were going to notify them but had not yet set the WordCamp schedule. </p>\n\n\n\n<p>&ldquo;Unfortunately we were told that due to uncertainty we had to choose to do a virtual event or postpone it,&rdquo; Bullis said. He said WordCamp Central cited a few reasons why a hybrid event would not be possible: social distancing, cleaning requirements throughout the day, the extra cost of a local crew to film, and the quality of the stream with live audience elements.</p>\n\n\n\n<p>When presented with the choice to either go full virtual or postpone the event, the organizing team took advice from WordCamp Central&rsquo;s approved streaming company. Having free virtual tickets available would likely limit the in-person ticket sales and put a greater burden on local sponsorships.</p>\n\n\n\n<p>&ldquo;Since this was the first WordCamp in Tulsa, the organizing team felt it would be better to postpone until 2021,&rdquo; Bullis said.</p>\n\n\n\n<p>Oklahoma is currently in <a href=\"https://www.okcommerce.gov/covid19/ours-plan/\">Phase 3 of reopening</a>, with businesses back to operating normally for the most part. Despite COVID-19 cases steadily rising in Oklahoma, along with hospitalizations, Governor Kevin Stitt, said he has no plans to scale back the reopening process. While there is a chance that Oklahoma would be open at the end of August, the situation is too precarious for WordCampers to pin their hopes on an in-person event.</p>\n\n\n\n<p>Although many WordCamps are opting to go virtual and have attracted record numbers of online attendees, it&rsquo;s not easy to measure attendees&rsquo; engagement without comprehensive streaming data broken down by hour/session. Bullis and his team decided against holding Tulsa&rsquo;s inaugural WordCamp as a virtual conference, because they didn&rsquo;t think it would hold the same value without the in-person interaction.</p>\n\n\n\n<p>&ldquo;We noticed that other WordCamps had gone virtual,&rdquo; Bullis said. &ldquo;People on our organizing team registered for these virtual WordCamps but didn&rsquo;t go to them, or they left early. We felt like this was a pretty common response. We felt that a virtual WordCamp wouldn&rsquo;t be as effective and would take away from the real value of a WordCamp.&rdquo;</p>\n\n\n\n<p>WordCamp Tulsa is technically canceled but the organizers plan to attempt an in-person event next spring. They will have to start the application process over again to plan for 2021 but hope to host the WordCamp on the first weekend in March or May.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Jun 2020 19:13:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Matt: Combating Epidemics With Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=51744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://ma.tt/2020/06/combating-epidemics-with-internet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1704:\"<p>In 2006 David Eagleman, who wrote one of my favorite books, <a href=\"https://www.amazon.com/dp/B001TKA0VO/\">Sum</a>, <a href=\"https://www.nature.com/articles/441574c\">wrote a letter published in Nature</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Kathleen Morrison, in News &amp; Views (“Failure and how to avoid it” <em>Nature</em> <strong>440</strong>, 752–754; 2006), notes that societies have often prevented collapse by adopting new technological strategies. In today&#8217;s world, where one of the most-talked about prospects for collapse is an epidemic of infectious disease, it is worth remembering that perhaps we already have the technological strategy to avoid it — the Internet.</p><p>Remote working, made possible by the Internet (‘telepresence’), is already a key component of national and business pandemic plans. Telepresence can inhibit viral transmission by reducing human-to-human contact. Prepared organizations can leverage telepresence to allow continued productivity and functioning of supply chains during an outbreak.</p></blockquote>\n\n\n\n<p>He explores these ideas as well in his Long Now talk in April 2010, in which he talked about <a href=\"https://www.youtube.com/watch?v=1pPI3cUWeI0\">Six Easy Steps to Avert the Collapse of Civilization</a>. Here&#8217;s an excerpt from that talk covering telepresence and telemedicine. Both videos have had under a thousand views so far. When you watch this remember that it was April, 2010!</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This is the topic of his new book, <a href=\"https://www.amazon.com/dp/B088HHQX67/?tag=photomatt08-20\">The Safety Net: Surviving Pandemics and Other Disasters</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Jun 2020 18:41:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Add Per-Block Notes and Create Draft Blocks With the Wholesome Publishing Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101185\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:225:\"https://wptavern.com/add-per-block-notes-and-create-draft-blocks-with-the-wholesome-publishing-plugin?utm_source=rss&utm_medium=rss&utm_campaign=add-per-block-notes-and-create-draft-blocks-with-the-wholesome-publishing-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4522:\"<p class=\"has-drop-cap\">Matt Watson, through his <a href=\"https://wholesomecode.ltd/\">Wholesome Code</a> brand, released a plugin called <a href=\"https://wordpress.org/plugins/wholesome-publishing/\">Wholesome Publishing</a> on the WordPress plugin directory on Tuesday. Version 1.0 of the plugin adds a couple of simple but useful editing features that should help teams of writers or content designers.  The plugin allows users to add nested comments on a per-block basis and mark individual blocks as drafts.</p>\n\n\n\n<p>At this point, the plugin is not a fully-fledged pro editing plugin. However, its basic features go a long way toward improving collaborative publishing. It is a good first showing for a version 1.0. I hope that it continues to grow and bring new editing features to the block editor.</p>\n\n\n\n<p>The plugin works with both core WordPress and third-party blocks. Overall, it performed well in my tests, but I did find a few minor issues that could be easily addressed in a future update. If you are looking for such a plugin, it is well worth a test run to see if it fits into your publishing workflow. I am seriously considering it for use here on WP Tavern, if that provides an indication of its potential.</p>\n\n\n\n<h2>Nested Block Comments</h2>\n\n\n\n<img />Adding nested comments to a Cover block.\n\n\n\n<p class=\"has-drop-cap\">The primary feature that drew me to this plugin was the ability to leave simple notes via the block editor. Even here on the Tavern, we have an old editorial notes system, but it is no longer a user-friendly option with the block editor. Notes are tucked away at the bottom of the editing screen along with other old-school meta boxes. A new system, particularly one that allowed comments on a per-block basis, was definitely worth exploring.</p>\n\n\n\n<p>Block comments &mdash; not to be confused with post comments on the front end &mdash; are simple to add. On the post editing screen, users merely need to click the comment button in the toolbar, which will open a comments sidebar panel.  The panel will show a text box to add a new comment for the currently-selected block.</p>\n\n\n\n<p>Comments belong to individual blocks. However, it is not clear in the comments sidebar panel which block a comment is for when there are multiple comments. Clicking on a single comment selects the block in question, which helps, but the user experience would be better with two additions:</p>\n\n\n\n<ul><li>The selected block&rsquo;s comments should be highlighted while unrelated comments fade out.</li><li>There should be an indicator in the comments sidebar that points out the block each comment is assigned to.</li></ul>\n\n\n\n<p>Unfortunately, it is not possible to see or leave a comment unless you are an administrator. I am unsure if this is intentional or a bug. It is at least a user experience issue because the comments sidebar panel still appears, regardless of whether the user can read the block comments.</p>\n\n\n\n<p>Despite the need for a bit of polishing to improve the experience, this feature was reasonably easy to pick up and use right away.</p>\n\n\n\n<p>The plugin does clean up after itself. If a user deletes a block, its comments are also deleted.</p>\n\n\n\n<p>I do have one big feature request for the plugin author. An opt-in setting for enabling an email system would be a nice touch. The post author and anyone who leaves a comment on the post should be notified when a new comment is made.</p>\n\n\n\n<h2>Create Draft Blocks</h2>\n\n\n\n<img />Setting a Gallery block to draft status.\n\n\n\n<p class=\"has-drop-cap\">The second plugin feature goes hand in hand with the first. Wholesome Publishing allows end-users to mark any block in the post as a draft, which means the block will not appear on the front end of the site. The reason it works well with the comments feature is that users can explain why the block was marked as a draft. This could be particularly useful on teams of multiple writers.</p>\n\n\n\n<p>In the block options panel, users should see a new tab titled &ldquo;Publishing.&rdquo; The tab will have a single on/off switch for setting the given block as a draft. Unlike the block comments system, any user can put an individual user into draft mode as long as they have access to edit the post.</p>\n\n\n\n<p>I did run into one issue with draft blocks. When clicking the on/off toggle, all of the block options tabs would reset to the default open or closed state. It is a trivial issue that might become irritating for some. Outside of that, the feature worked well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jun 2020 20:58:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordPress Contributors Propose Updating Trac Ticket Resolutions to Be More Friendly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101128\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/wordpress-contributors-propose-updating-trac-ticket-resolutions-to-be-more-friendly?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributors-propose-updating-trac-ticket-resolutions-to-be-more-friendly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5121:\"<p>WordPress contributors are currently <a href=\"https://make.wordpress.org/core/2020/06/24/proposal-rename-invalid-worksforme-and-wontfix-ticket-resolutions/\">discussing</a> adopting friendlier terms for some of the <a href=\"https://make.wordpress.org/core/handbook/contribute/trac/\">trac ticket resolutions</a> to create a more welcoming environment for participants and newcomers. Since trac resolutions are not set in stone, organizations can customize these terms for different workflows.</p>\n\n\n\n<p>During a recent core developers chat, Sergey Biryukov proposed that WordPress trac rename &ldquo;invalid,&rdquo; &ldquo;worksforme,&rdquo; and &ldquo;wontfix&rdquo; ticket resolutions to something more friendly and less confusing. The idea was positively received and is now an official proposal.</p>\n\n\n\n<p>&ldquo;More than a few times I&rsquo;ve seen someone closing a ticket as&nbsp;<code>worksforme</code>&nbsp;after testing a patch because, well, it&nbsp;<em>works for them</em>. When that happens, the ticket has to be reopened with a comment that the patch still needs to be reviewed and committed,&rdquo; Biryukov said. This particular scenario clearly illustrates how the resolutions can sometimes be confusing for contributors.  </p>\n\n\n\n<p>Biryukov proposed the following updates:</p>\n\n\n\n<ul><li><strong>invalid</strong>&nbsp;&rarr;&nbsp;<strong>not-applicable</strong></li><li><strong>worksforme</strong>&nbsp;&rarr;&nbsp;<strong>not-reproducible</strong>&nbsp;or&nbsp;<strong>cannot-reproduce</strong></li><li><strong>wontfix</strong>&nbsp;&rarr;&nbsp;<strong>not-implemented</strong></li></ul>\n\n\n\n<p>Others suggested further refinements in the comments of the proposal. Juliette Reinders Folmer noted that &lsquo;not-implemented&rsquo; doesn&rsquo;t seem to capture the full weight of &lsquo;wontfix&rsquo; as a decision, because it doesn&rsquo;t convey anything about the intention.</p>\n\n\n\n<p>&ldquo;The thing which worries me about &lsquo;not implemented&rsquo; is that it can be interpreted as an invitation to implement,&rdquo; Reinders Folmer said. &ldquo;It doesn&rsquo;t convey that there is no intention (at this time) to accept an implementation.&rdquo;</p>\n\n\n\n<p>Mika Epstein said they may want to consider having multiple alternatives to &lsquo;wontfix,&rsquo; such as not-in-scope, insufficient resources, or better-as-a-plugin.</p>\n\n\n\n<p>Peter Wilson suggested the term &lsquo;support-referral&rsquo; as an alternative to &lsquo;invalid,&rsquo; since many of these tickets are closed due to support requests.</p>\n\n\n\n<h2>Goodbye, &lsquo;Wontfix&rsquo;</h2>\n\n\n\n<p>&lsquo;Wontfix&rsquo; is a somewhat polite way to say &ldquo;forget about it&rdquo; to someone voicing a concern or a suggestion that doesn&rsquo;t fit with a project&rsquo;s goals. It is broadly used and understood throughout the industry, and has sometimes been wielded as a gavel to shut down conversation in heated discussions.</p>\n\n\n\n<p>The experience of submitting an issue that is closed with the resolution &lsquo;wontfix&rsquo; is so visceral that it is often used in a humorous context outside of software development.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">That&rsquo;s a feature, not a bug. <a href=\"https://twitter.com/hashtag/wontfix?src=hash&ref_src=twsrc%5Etfw\">#wontfix</a></p>&mdash; Chase Combs (@sonicbarber) <a href=\"https://twitter.com/sonicbarber/status/1187545057294979072?ref_src=twsrc%5Etfw\">October 25, 2019</a></blockquote>\n</div>\n\n\n\n<p>For project maintainers who are handing down ticket resolutions as edicts, terms like &lsquo;wontfix&rsquo; and &lsquo;worksforme&rsquo; have a certain irreplaceable, incisive charm to them. On the other hand, it&rsquo;s easy to see how these terms might be particularly irksome, especially for new contributors. </p>\n\n\n\n<p>Contributors are still brainstorming alternative ticket resolution terms. Anyone with suggestions can jump in on Biryukov&rsquo;s <a href=\"https://make.wordpress.org/core/2020/06/24/proposal-rename-invalid-worksforme-and-wontfix-ticket-resolutions/\">proposal</a>. As long as WordPress core is still using trac for development, terminology that is clearer and more welcoming may help make the requirement of using trac more friendly in general.</p>\n\n\n\n<p>&ldquo;I know we plan on moving away from Trac at some point, but we&rsquo;re not there yet, and I think clarifying these resolutions would be helpful in the short term,&rdquo; Biryukov said.</p>\n\n\n\n<p>Some might argue that moving WordPress core development to a platform like GitHub or GitLab would do a great deal more to make it a friendlier contribution experience. Earlier this month, Matt Mullenweg was asked during a virtual Q&amp;A if there has been any progress in moving WordPress development to GitHub. </p>\n\n\n\n<p>&ldquo;No progress there yet, since a lot of the active development has already moved to Github and the Gutenberg plugin, there&rsquo;s been less pressure on migrating the Trac-based tickets and workflows,&rdquo; Mullenweg <a href=\"https://ma.tt/2020/06/wceu-questions/#comment-590016\">said</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jun 2020 23:23:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: Gutenberg 8.4 Adds Image Editing, Includes Multi-Block Controls, and Enables Block Directory Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:259:\"https://wptavern.com/gutenberg-8-4-adds-image-editing-includes-multi-block-controls-and-enables-block-directory-search?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-4-adds-image-editing-includes-multi-block-controls-and-enables-block-directory-search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7269:\"<p class=\"has-drop-cap\">Gutenberg 8.4 landed today with <a href=\"https://make.wordpress.org/core/2020/06/24/whats-new-in-gutenberg-24-june/\">some major user-facing changes</a>, including new image editing tools and the ability to edit options for multiple blocks. The previously experimental block directory search is now enabled for all Gutenberg installations.</p>\n\n\n\n<p>Version 8.4 is next to the last major version of Gutenberg planned for integration in WordPress 5.5. The first 5.5 beta is <a href=\"https://make.wordpress.org/core/5-5/\">currently on schedule</a> for July 7.</p>\n\n\n\n<p>This update includes over three dozen bug fixes, which is several more than typical of a two-week release cycle. It is well worth updating for this alone. It also includes a couple of dozen enhancements, such as <a href=\"https://github.com/WordPress/gutenberg/pull/23020\">support for drag-and-drop</a> in the Social Links block and the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/22634\">transform a Preformatted block into a Code block</a>. Theme authors should enjoy the <a href=\"https://github.com/WordPress/gutenberg/pull/22213\">removal of the canvas padding</a>, which should further improve the ability to match the editor and front end styles.</p>\n\n\n\n<p>As usual, this update seems to be an improvement over the previous version. Thus far, I have not run into any regressions in testing.</p>\n\n\n\n<h2>Upgrade to Get Image Editing</h2>\n\n\n\n<img />Image editing tools in the block editor.\n\n\n\n<p class=\"has-drop-cap\">WordPress may be well on its way to replacing one of the extra tools I always use when publishing. For years, I have manually zoomed, cropped, and rotated images in Photoshop, Gimp, or another image editor. I have performed this same action for so long that it feels like a part of the publishing process.</p>\n\n\n\n<p>Gutenberg 8.4&rsquo;s new <a href=\"https://github.com/WordPress/gutenberg/pull/23349\">image editing tools</a> may have me rethinking the need for additional software. The feature allows users to zoom, rotate, or change the aspect ratio for an image directly in the editor.</p>\n\n\n\n<p>After selecting an image block, the editor toolbar will display a new crop icon. Once clicked, a range slider will appear below the image in the editor. The slider allows users to zoom in on an image.</p>\n\n\n\n<p>After clicking the crop button in the toolbar, two new buttons will also appear. The first button is a simple rotation button, which allows users to rotate the image clockwise, 90 degrees at a time. The second button is for changing the image&rsquo;s aspect ratio. Once clicked, it will display a dropdown with the following options:</p>\n\n\n\n<ul><li>Landscape<br />&ndash; 16:10<br />&ndash; 16:9<br />&ndash; 4:3<br />&ndash; 3:2</li><li>Portrait<br />&ndash; 10:16<br />&ndash; 9:16<br />&ndash; 3:4<br />&ndash; 2:3</li><li>Square</li></ul>\n\n\n\n<p>After zooming or changing the aspect ratio, users can also move the image around to change the focal point. The image editor also provides a 3&times;3 grid for aligning images perfectly, which should be a nice addition for photographers (see <a href=\"https://en.wikipedia.org/wiki/Rule_of_thirds\">rule of thirds</a>).</p>\n\n\n\n<p>If nothing else excites you about Gutenberg 8.4, this is the feature you will want to try. The development team put a lot of thought and care behind the user experience.</p>\n\n\n\n<h2>Customize Multiple Blocks at Once</h2>\n\n\n\n<img />Assigning custom text color to two paragraphs.\n\n\n\n<p class=\"has-drop-cap\">Have you ever wanted to change the text color of multiple paragraphs? Perhaps you have needed to enlarge the font size for two blocks or a multitude of other customizations that you have wanted to apply to multiple blocks? Gutenberg 8.4 allows end-users to <a href=\"https://github.com/WordPress/gutenberg/pull/22470\">edit the block options for more than one block</a> at a time. The only limitation is that the blocks must be of the same type, which makes sense because each block type has different options.</p>\n\n\n\n<p>The process is simple. Select two or more blocks and customize all of the selected blocks via the block options panel.</p>\n\n\n\n<p>In the past, I have gotten around this missing feature on occasion by adding multiple blocks to a Group block and editing its options. The limitation with that method is that the Group block only supports custom text and background colors. It is nice to see the Gutenberg development team tackling this much-needed feature. It will at least allow some of us to do away with such hacks.</p>\n\n\n\n<h2>Search and Find New Blocks</h2>\n\n\n\n<img />Adding a block via the block directory search feature.\n\n\n\n<p class=\"has-drop-cap\">In September 2019, Gutenberg plugin users received their <a href=\"https://wptavern.com/gutenberg-6-5-adds-experimental-block-directory-search-to-inserter-and-new-social-links-block\">first glimpse of the block directory search</a>. The experimental feature first landed in version 6.5 and promised to revolutionize the block installation process. Users would be able to seamlessly add blocks from the WordPress block directory from the editing screen. No need to save the current post and head over to the plugins screen. Just search, add a block, and continue writing.</p>\n\n\n\n<p>Now, nearly 20 major releases later, the <a href=\"https://github.com/WordPress/gutenberg/pull/23389\">feature is no longer experimental</a>. It is a fully-integrated part of the plugin and is expected to land in WordPress 5.5. That means it is time for Gutenberg users to begin heavily testing this feature and reporting any bugs. It also means it is time for plugin developers to step up their game and begin submitting more single-block plugins to the directory.</p>\n\n\n\n<p>To use the new feature, users merely need to search for a block via the block inserter. If one is not installed, it will search for the block on WordPress.org. If one is found, Gutenberg will display an &ldquo;Add Block&rdquo; button. Once clicked, it will install the block plugin and insert the block into the post editor.</p>\n\n\n\n<p>For the most part, it worked reasonably well in my tests. However, it was not without a few faults.</p>\n\n\n\n<p>One issue I ran into was that the block plugin&rsquo;s CSS did not take effect without reloading the page. Thinking this may have been a fluke, I tested again and ran into the same issue. Considering this was the Layout Grid block from Automattic, which needs specific CSS to align columns, the experience was not ideal. My content was not aligned in columns.</p>\n\n\n\n<p>I also had the issue of installing a new block but WordPress not recognizing it as available to insert into the editor. When clicking the &ldquo;Add Block&rdquo; button a second time in this scenario, I received the &ldquo;destination folder already exists&rdquo; message. It was only after refreshing the page that I was able to use the block.</p>\n\n\n\n<p>For this feature to land in core, it needs to be a seamless experience. Users should be able to add new blocks and use them on the fly. At least in my tests, this feature was not quite there. Maybe it is my environment. Maybe I just had some bad luck for the day, but it looks like there is still more work to be done before this is a prime-time feature.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jun 2020 21:29:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"HeroPress: Why Expand HeroPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=3219\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://heropress.com/why-expand-heropress/#utm_source=rss&utm_medium=rss&utm_campaign=why-expand-heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4366:\"<img width=\"960\" height=\"640\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/kyle-glenn-f8ssjFhD1k-unsplash-1024x683.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Shed with a sunflower painted on the side. Text reads, \" />\n<p>The goal of HeroPress is to help. It always was and it always will be.</p>\n\n\n\n<p>For the last five years we&#8217;ve given what we had to give. Between full time work and raising a family, focusing on elevating other people&#8217;s voices was the best route, and the essays continued.</p>\n\n\n\n<p>But now &#8212; motivated by community interest &#8212; we have the opportunity to do more.</p>\n\n\n\n<p>We have a unique platform that can be used to create equity in the community. One place to come to find information, meet diverse people groups, and ultimately bridge the various WordPress communities across the world.</p>\n\n\n\n<p>To do this, we plan to:</p>\n\n\n\n<ul><li>Raise access to knowledge by removing economic barriers.</li><li>Enable global conversations that grow WordPress for the future.</li><li>Educate us all with the richness and depth that can only come from multi-cultural perspectives and experiences.</li></ul>\n\n\n\n<p>The WordPress community is vast and life is busy. In the best of times it is difficult to broaden our relationships to meet the ever growing demands of business, and these are not the best of times.</p>\n\n\n\n<p>So, we&#8217;re looking to help by bringing the world to you. One url with one purpose meeting a variety of needs.</p>\n\n\n\n<p>I have always believed that we have the ability to do amazing things together, and through this expansion we hope to do just that.</p>\n\n\n\n<p><br /></p>\n\n\n\n<p><strong>Subscribe now to be the first to receive updates!</strong></p>\n\n\n  \n  \n  <div class=\"mailpoet_form_popup_overlay\"></div>\n  <div id=\"mailpoet_form_4\" class=\"mailpoet_form mailpoet_form_html\">\n        .mailpoet_hp_email_label{display:none!important;}#mailpoet_form_4 .mailpoet_form {  }\n#mailpoet_form_4 .mailpoet_column_with_background { padding: 10px; }\n#mailpoet_form_4 .mailpoet_form_column:not(:first-child) { margin-left: 20px; }\n#mailpoet_form_4 .mailpoet_paragraph { line-height: 20px; margin-bottom: 20px; }\n#mailpoet_form_4 .mailpoet_segment_label, #mailpoet_form_4 .mailpoet_text_label, #mailpoet_form_4 .mailpoet_textarea_label, #mailpoet_form_4 .mailpoet_select_label, #mailpoet_form_4 .mailpoet_radio_label, #mailpoet_form_4 .mailpoet_checkbox_label, #mailpoet_form_4 .mailpoet_list_label, #mailpoet_form_4 .mailpoet_date_label { display: block; font-weight: normal; }\n#mailpoet_form_4 .mailpoet_text, #mailpoet_form_4 .mailpoet_textarea, #mailpoet_form_4 .mailpoet_select, #mailpoet_form_4 .mailpoet_date_month, #mailpoet_form_4 .mailpoet_date_day, #mailpoet_form_4 .mailpoet_date_year, #mailpoet_form_4 .mailpoet_date { display: block; }\n#mailpoet_form_4 .mailpoet_text, #mailpoet_form_4 .mailpoet_textarea { width: 200px; }\n#mailpoet_form_4 .mailpoet_checkbox {  }\n#mailpoet_form_4 .mailpoet_submit {  }\n#mailpoet_form_4 .mailpoet_divider {  }\n#mailpoet_form_4 .mailpoet_message {  }\n#mailpoet_form_4 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; }\n#mailpoet_form_4 .mailpoet_form_loading &gt; span { width: 5px; height: 5px; background-color: #5b5b5b; }#mailpoet_form_4{border-radius: 0px;text-align: left;}#mailpoet_form_4 form.mailpoet_form {padding: 20px;}#mailpoet_form_4{width: 100%;}#mailpoet_form_4 .mailpoet_paragraph.last {margin-bottom: 0}@media (max-width: 500px) {#mailpoet_form_4 {background-image: none;}}\n    \n      \n      \n      \n      \n      \n\n      <label class=\"mailpoet_hp_email_label\">Please leave this field empty</label><div class=\"mailpoet_paragraph \"></div>\n<div class=\"mailpoet_paragraph \"><span class=\"mailpoet_form_loading\"><span class=\"mailpoet_bounce1\"></span><span class=\"mailpoet_bounce2\"></span><span class=\"mailpoet_bounce3\"></span></span></div>\n\n      <div class=\"mailpoet_message\">\n        <p class=\"mailpoet_validate_success\">Thanks! Check your inbox or spam folder to confirm your subscription.\n        </p>\n        <p class=\"mailpoet_validate_error\">        </p>\n      </div>\n    \n  </div>\n\n  \n\n\n<p><br /></p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/why-expand-heropress/\">Why Expand HeroPress?</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jun 2020 20:27:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: WordCamp Denver 2020 Online Features Yoga, Coffee, Virtual Swag, and 3 Tracks of WordPress Sessions, June 26-27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:279:\"https://wptavern.com/wordcamp-denver-2020-online-features-yoga-coffee-virtual-swag-and-3-tracks-of-wordpress-sessions-june-26-27?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-denver-2020-online-features-yoga-coffee-virtual-swag-and-3-tracks-of-wordpress-sessions-june-26-27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4364:\"<p><a href=\"https://2020.denver.wordcamp.org/\">WordCamp Denver</a> begins Friday this week and tickets are free for anyone who wants to join June 26-27. The event has been running since 2012, but like many other conferences, it is going virtual in 2020, as the pandemic continues to worsen around the globe. Attendees will have to forego the city&rsquo;s extraordinary landscapes, friendly summer climate, and legendary beer scene this year, but organizers are adapting to make it a memorable event. </p>\n\n\n\n<p>In previous years WordCamp Denver has attracted roughly 300 in-person attendees. Sponsor Wrangler and co-organizer Maddy Osman reports that this year the event has 1,696 people signed up and could reach 2,000 by the weekend.</p>\n\n\n\n<p>&ldquo;There were so many challenges that came with flipping to a virtual event &mdash; the biggest one being that the WordPress community loves to be physically together and COVID-19 shutdowns have obviously prevented that in a big way, starting with WordCamp Asia,&rdquo; Osman said.</p>\n\n\n\n<p>&ldquo;Another big challenge for us was preserving a Colorado feel while opening the event up to people across the world. But we have quite a few surprises planned that feature local individuals and brands that I&rsquo;m excited to share with attendees.&rdquo;&nbsp;</p>\n\n\n\n<p>Osman said that although the team didn&rsquo;t sell as many sponsorships as last year, they had no problem attracting the necessary sponsors to make the event happen. WordCamp Central covers the livestreaming costs, which was the most expensive ticket item for hosting the event virtually.</p>\n\n\n\n<p>Sponsors will still have the opportunity to connect with attendees and offer their own unique digital swag. Organizers are planning on doing a password-protected swag bag with exclusive offers for WordCamp Denver attendees.</p>\n\n\n\n<p>&ldquo;Even though we can&rsquo;t hand out fun swag, this is the next best way to make win-win connections between attendees and sponsors,&rdquo; Osman said. &ldquo;Attendees who have signed up for a free ticket will be emailed access instructions prior to the event.&rdquo;</p>\n\n\n\n<p>The WordCamp will kick off on Friday with a yoga session hosted by Denver yogi Lauren Moon of&nbsp;<a href=\"https://www.yogiful.net/\">Yogiful</a> who will help participants leave behind the stress of the work week. The <a href=\"https://2020.denver.wordcamp.org/schedule/\">schedule</a> features three tracks that will run simultaneously: Beginner, Marketing/Content, and Power User/Developer. &nbsp;Topics span the whole range of WordPress user experiences, from client relationships to creating blocks and understanding React.js.</p>\n\n\n\n<p>&ldquo;We have speakers from all over the US (and some international) but we prioritized speakers with diverse backgrounds and speakers who represent the local community,&rdquo; Osman said.</p>\n\n\n\n<p>&ldquo;We tried to prioritize sessions that were super actionable and relevant to the current situation that so many businesses are facing &ndash; adapting to the COVID-19 economy. In general, when going through speaker selection, we always try to dig deeper than the surface to provide topics that people wouldn&rsquo;t necessarily find elsewhere.&rdquo;</p>\n\n\n\n<p>The schedule for Saturday morning includes a unique session called &ldquo;<a href=\"https://2020.denver.wordcamp.org/session/coffee/\">Brew the Perfect Cup of Coffee</a>,&rdquo; hosted by Fort Collins-based WordPress community members, David Hayes and Ann Pohl. They will discuss bean selection, grind methods, and alternatives to brewing, with a live demonstration. They will also be sharing a <a href=\"https://2020.denver.wordcamp.org/2020/06/22/whats-a-wordcamp-without-coffee/\">surprise offer</a> from local sponsors, where attendees can redeem a free cup of coffee from one of three coffee shops in Boulder, Denver, and Fort Collins. Those attending from further away can redeem a coupon code for $10 off a bag of beans from&nbsp;<a href=\"https://harbingercoffee.com/shop\">Harbinger Coffee</a>.</p>\n\n\n\n<p>Registration for <a href=\"https://2020.denver.wordcamp.org/tickets/\">tickets</a> to WordCamp Denver is still open. The event runs Friday (3-7pm) and Saturday (9am-1pm), June 26-27. It will be hosted on Zoom with live captioning managed by <a href=\"https://whitecoatcaptioning.com/\">White Coat Captioning</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Jun 2020 21:57:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Control Block Design via the EditorPlus WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101076\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/control-block-design-via-the-editorplus-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=control-block-design-via-the-editorplus-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7041:\"<p class=\"has-drop-cap\">Last week, as I was making the final edits on a review of his <a href=\"https://wptavern.com/build-forms-via-the-block-editor-with-gutenberg-forms\">Gutenberg Forms</a> project, Munir Kamal was prepping for the launch of another kind of WordPress plugin for the block editor. This one was called <a href=\"https://wordpress.org/plugins/editorplus/\">EditorPlus</a>, and it would create a design system for blocks. Kamal and his team quietly put the finishing touches on version 1.0 and released the plugin in the WordPress plugin repository a few days later.</p>\n\n\n\n<p>Unlike many other plugins that create custom blocks to achieve specific design results, <a href=\"https://wpeditorplus.com/\">EditorPlus</a> provides users with the flexibility to customize their pages with what they have on hand. It adds a slew of design options to each of WordPress&rsquo;s existing blocks. On the front end, it leaves a light footprint by outputting only the CSS necessary for that page on the fly.</p>\n\n\n\n<p>Perhaps the best thing about this plugin right now is that it lays the groundwork for many design-related features that will likely find a permanent home in Gutenberg and eventually core WordPress. The Gutenberg team can borrow ideas, iterate, and improve upon them. We have already seen the experimental padding control land in Gutenberg 8.3. It would make sense that the development team follows through with additional design controls down the road. The good thing about these controls rolling out in third-party plugins first is that the team can see how users react to them and get a sense of whether they would work directly in Gutenberg before committing to anything.</p>\n\n\n\n<p>EditorPlus has no shortage of goodies for those who like to have a lot of design freedom without touching code. Essentially, the plugin is a CSS editor without the need to know CSS. It provides end-users with options for the most-needed CSS features via block options. It is a playground for those who like to tinker with design and powerful enough to create unique layouts without bloating the site on the front end.</p>\n\n\n\n<h2>How EditorPlus Works</h2>\n\n\n\n<img />Editing a Gallery block&rsquo;s background and padding.\n\n\n\n<p class=\"has-drop-cap\">After activating the EditorPlus plugin, end-users can start using its options right away by heading over to the post or page editor. After inserting a block, the plugin makes the following eight tabs available under the block options panel (each is preceded by a <code>+</code> symbol):</p>\n\n\n\n<ul><li>Border</li><li>Box Shadow</li><li>Sizing</li><li>Background</li><li>Margin</li><li>Padding</li><li>Border Radius</li><li>Extras</li></ul>\n\n\n\n<p>These tabs will appear only for the core WordPress blocks and not third-party plugin blocks at this time. Aside from the Extras tab, each tab corresponds to its CSS counterparts. The Extras tab provides a more advanced &ldquo;Display&rdquo; option, which allows users to change the block wrapping element&rsquo;s <code>display</code> value in CSS. This option is best left to more advanced users. It also provides a transition option that would work well with hover styles.</p>\n\n\n\n<p>Each of the block options tabs also has mysterious &ldquo;R&rdquo; and &ldquo;H&rdquo; buttons. The &ldquo;R&rdquo; button allows users to enable responsive options, which means they can change block styles based on desktop, tablet, and mobile screens. The &ldquo;H&rdquo; button lets users change the design based on mouse hover state.</p>\n\n\n\n<img />Adding a shadow to a Pullquote block on hover.\n\n\n\n<p>The plugin packs a lot of options in a little bit of space. All of the new design tabs can feel a little overwhelming at first. However, with a little use, it is easy to gain some muscle memory and quickly blast out custom layouts.</p>\n\n\n\n<p>Each of the plugin&rsquo;s options is fairly straightforward. And, when they are not, you get the benefit of instant feedback via the block editor.</p>\n\n\n\n<p>There are a few areas that could prove problematic for some users, depending on how their theme styles certain blocks. For example, width settings under the Sizing tab may not always work. Some themes will add a maximum width to blocks, which will constrain the overall width no matter the size. It is possible to overrule this via the plugin, but Kamal has chosen not to do this in version 1.0.</p>\n\n\n\n<p>Be careful with margins. Depending on the theme design, it may use left and right margins to place content. Even when setting just a top or bottom margin, the plugin will automatically output <code>0</code> for the left and right margins. This could break the content layout for some themes.</p>\n\n\n\n<p>One problem I encountered with the plugin was my active theme&rsquo;s styles overruling the plugin&rsquo;s styles in general. For example, the default Twenty Twenty theme targets <code>p.has-background</code> in its CSS to add custom padding. Therefore, it overrules the EditorPlus plugin&rsquo;s CSS with higher specificity. This problem was expected, and the plugin developer added a solution for it in the form of an &ldquo;important&rdquo; checkbox for each design option. If a user ticks this box, it adds <code>!important</code> to the style rule on output, which will allow it to overrule the theme styles. It is not a 100% fool-proof solution. Your mileage may vary, depending on the theme, but it should work for the majority of use cases.</p>\n\n\n\n<p>I don&rsquo;t like the idea of an <em>important</em> checkbox in the UI. It is not something a user should have to worry about. However, it is the reality of a world where themes and plugins have no real way to communicate which design rules are more important than others. Despite not wanting this in the UI, it was a smart decision to include it. Otherwise, far too many themes&rsquo; style rules would have overwritten the plugin&rsquo;s CSS.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p class=\"has-drop-cap\">For a version 1.0 release, EditorPlus is off to a solid start. In my tests, I found few flaws. Any problems for the average user will likely come in the form of theme conflicts, and those conflicts will most likely be around themes using high specificity or <code>!important</code> in their CSS.</p>\n\n\n\n<p>Kamal makes it clear on the plugin&rsquo;s webpage that there is more to come from this plugin. I am unsure what features he has in mind, but I look forward to seeing them. I would like to see a text-shadow option for text-related blocks such as Heading and Paragraph. It would also be nice to see some design options for the images within the Gallery block rather than just the wrapping element.</p>\n\n\n\n<p>Whether you should use EditorPlus will depend on whether you need additional design controls. EditorPlus is geared toward people who need something more akin to a lightweight page builder but want to stick to native WordPress. This plugin is a nice showcase of what&rsquo;s possible and is a good indicator of potential design options that may one day land in WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Jun 2020 19:37:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Packagist, GitLab, and GitHubUpdater Plugin Work to Improve Support for Alternative Default Branch Names\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:269:\"https://wptavern.com/packagist-gitlab-and-githubupdater-plugin-work-to-improve-support-for-alternative-default-branch-names?utm_source=rss&utm_medium=rss&utm_campaign=packagist-gitlab-and-githubupdater-plugin-work-to-improve-support-for-alternative-default-branch-names\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6728:\"<p>In response to recent events, where American police officers have been charged with murder for the deaths of George Floyd and Rayshard Brooks, along with the protests led by the Black Lives Matter movement, many repository owners are <a href=\"https://www.hanselman.com/blog/EasilyRenameYourGitDefaultBranchFromMasterToMain.aspx\">rejecting the use of the term &lsquo;master&rsquo; for the default branch</a> as oppressive terminology. As Git-based repository hosting platforms are moving to make it easier for users to select alternative default branch names, Packagist is working to better support Composer package owners during this transition.</p>\n\n\n\n<p>Packagist.org co-founder Jordi Boggiano <a href=\"https://blog.packagist.com/composer-and-default-git-branches/\">explained</a> how Composer 1.x has decent support for other default branch names. It allows users to define a&nbsp;<a href=\"https://getcomposer.org/doc/articles/aliases.md#branch-alias\">branch-alias</a> to rename the default branch to anything, while ensuring that everything still works. Composer 2.x doesn&rsquo;t assign specialized meaning to <code>master</code>/<code>trunk</code>/<code>default</code> branch names but rather normalizes to named versions. Boggiano also highlighted a few other ways Packagist is improving the transition for people who are renaming their default branches:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In the last couple of days we further improved the experience for alternative default branch names by keeping track of the default name configured in the VCS repository. If you change your default branch to&nbsp;<code>main</code>&nbsp;for example, then&nbsp;<code>master</code>&nbsp;will not have any meaning on your repository. The default branch will receive an alias internally to&nbsp;<code>9999999-dev</code>&nbsp;unless you configure a branch-alias to a different version yourself.</p><p>These changes allowed us to fix a few related issues on&nbsp;<a href=\"https://packagist.org/\">packagist.org</a>. The default branch is now always shown on top in the version list. There is no more special treatment for&nbsp;<code>master</code>&nbsp;as a branch name, everything should work no matter what you decide to call your default branch.</p></blockquote>\n\n\n\n<p>While it may not be very difficult for repository owners to change the &lsquo;master&rsquo; branch to another name, there may be more required changes to established workflows, integrations, and pipelines that reference the default branch.</p>\n\n\n\n<p>The GitHubUpdater plugin is one popular plugin that may be impacted by developers renaming their default branches. Andy Fragen is currently <a href=\"https://github.com/afragen/github-updater/issues/889\">exploring a solution</a> that would offer developers better support for having a principal branch named something other than &lsquo;master:&rsquo;&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It is my intention to support whatever naming scheme the developer/user of this plugin desires to use. I am currently testing a branch locally to allow for a&nbsp;<code>Release Branch</code>&nbsp;header to accomplish this. This would require a header in your repository with&nbsp;<code>Release Branch: trunk</code>&nbsp;or&nbsp;<code>Release Branch: main</code>&nbsp;if your move from the previous default of&nbsp;<code>master</code>.</p></blockquote>\n\n\n\n<p>Over the weekend, the discussion around this issue heated up on our post about <a href=\"https://wptavern.com/proposal-to-rename-the-master-branch-from-wordpress-owned-git-repositories\">renaming the &lsquo;Master&rsquo; branch of WordPress-owned Git repositories</a>, as well as on the <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/\">original proposal</a>. Opponents contend that these types of changes in terminology are performative and do nothing to solve real problems like the lack of diversity in tech. Proponents argue that language is powerful and even small changes like this can help new contributors feel more welcome.</p>\n\n\n\n<p>GitHub is also getting pushback on its initiative to discontinue using &lsquo;master&rsquo; for the default branch. A reddit <a href=\"https://www.reddit.com/r/programming/comments/h8w36t/github_will_no_longer_use_the_term_master_as/\">thread</a> has more than 2,600 comments on the issue. The consensus seems to be that GitHub&rsquo;s move is merely a gesture at best, and at worst a distraction from real issues and a waste of time and resources. Many see GitHub&rsquo;s move as giving &ldquo;the illusion of positive change&rdquo; in the place of real effort on important issues, at the expense of broken scripts and integrations.</p>\n\n\n\n<p>When Nat Friedman <a href=\"https://twitter.com/natfriedman/status/1271253144442253312\">said</a> GitHub is already working on renaming &lsquo;master&rsquo; to &lsquo;main,&rsquo;  some users threatened to move to GitLab over it. However, GitLab is working on a similar initiative that would<a href=\"https://gitlab.com/gitlab-org/gitlab/-/issues/220906\"> let users choose their own default branch name</a>. </p>\n\n\n\n<p>&ldquo;GitLab is currently fairly opinionated about the default branch name, despite this diversity of preferences &ndash; in most situations, it will create a new project with a <code>master</code> branch, or configured for the first new branch to be <code>master</code>, without any user input, and without providing any choice to the user,&rdquo; GitLab engineer Nick Thomas said. His proposal aims to give users a choice when creating new projects. </p>\n\n\n\n<p>Gitlab still has the problem of deciding on what to set for a default branch name when one isn&rsquo;t specified. Discussion on this issue is heated as well, although more GitLab users seem to be positively disposed towards the general idea proposed in the ticket. Thomas noted that whether <code>master</code> is an appropriate term in this context or not is &ldquo;probably best taken up at the git-project-level.&rdquo;</p>\n\n\n\n<p>In response to Nat Friedman&rsquo;s tweet about GitHub renaming the &lsquo;master&rsquo; branch, Petr Baudis, the person who originally chose the default names for &ldquo;master&rdquo; and &ldquo;origin,&rdquo; <a href=\"https://twitter.com/xpasky/status/1271477451756056577\">said</a> he regrets using these terms.</p>\n\n\n\n<p>&ldquo;I picked the names &lsquo;master (and &lsquo;origin&rsquo;) in the early Git tooling back in 2005,&rdquo; Baudis said. &ldquo;This probably means you shouldn&rsquo;t give much weight to my name preferences. I have wished many times I would have named them &lsquo;main&rsquo; (and &lsquo;upstream&rsquo;) instead. Glad it&rsquo;s happening.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2020 23:19:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Gutenberg Times to Hold Live Q&amp;A on Block-Based Themes and Full-Site Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=101013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/gutenberg-times-to-hold-live-qa-on-block-based-themes-and-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-times-to-hold-live-qa-on-block-based-themes-and-full-site-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3921:\"<p class=\"has-drop-cap\">On Friday, June 26, Gutenberg Times will be holding a <a href=\"https://us02web.zoom.us/webinar/register/4615928480015/WN_m4yt4RlwQf-umFtDXR7VXA\">live Q&amp;A on block-based themes and full-site editing</a>. The Zoom webinar will begin at 18:00 UTC and last for around one hour, depending on how many questions are asked by viewers.</p>\n\n\n\n<p>The target audience of the event will be theme developers or anyone interested in designing using the upcoming system that relies on blocks to build the entire front end. To attend, viewers should register via Zoom. By registering, Zoom will send viewers reminders about the event and allow them to ask questions to the panel. The session will also be streamed live via the Gutenberg Times <a href=\"https://www.youtube.com/channel/UCSD3LG2kSHdr7llRSHaylxw\">YouTube Channel</a>.</p>\n\n\n\n<p>Birgit Pauli-Haack, the owner of Gutenberg Times, is hosting the event. The following developers from the WordPress theming community will join her on the panel:</p>\n\n\n\n<ul><li><strong>Eileen Violini</strong> &ndash; Design Engineer at Sidetrack Studio and Customer Success Engineer at CastosHQ.</li><li><strong>Carolina Nymark</strong> &ndash; WordPress Themes Team representative and creator of the <a href=\"https://wptavern.com/begin-prepping-for-full-site-editing-with-new-course-on-block-based-themes\">Full Site Editing Course</a>.</li><li><strong>Kjell Reigstad</strong> &ndash; Designer at Automattic who works on the Gutenberg project.</li></ul>\n\n\n\n<p>&ldquo;I find the four-people-Brady-Bunch-on-screen format the most appealing and gives people the opportunity to get their questions answered,&rdquo; said Pauli-Haack.</p>\n\n\n\n<p>Friday&rsquo;s event will begin with a five-minute demo from Reigstad. The goal is to show how theme authors can create a page header and footer by taking those concepts and applying them to a block-based theme. It is an introduction point that theme authors can use in their existing themes without starting from scratch.</p>\n\n\n\n<p>The second part of the event will center on answering questions that Nymark often gets from other developers, such as how to put block code within template files. Reigstad will be showcasing demos based on those questions.</p>\n\n\n\n<p>&ldquo;After that, it&rsquo;s all about the audience questions that I will read and the panel answers,&rdquo; said Pauli-Haack. &ldquo;The discussion and demo are all conversation starters. In other Q&amp;As, after introductions, I had my own questions, and then made it all about the audience questions.&rdquo;</p>\n\n\n\n<p>Potential viewers can watch past <a href=\"https://gutenbergtimes.com/live-q-a-archive/\">Q&amp;A events</a> from the Gutenberg Times archive to get a feel for the format.</p>\n\n\n\n<p>There is no set direction for the event beyond showing the initial demos. Pauli-Haack wants to put the audience in the driver&rsquo;s seat and allow the discussion to go wherever it needs to go. The panel is open to exploring all aspects of building themes with blocks, and it is a good opportunity for theme authors to communicate with developers who are at the forefront of the transition into full-site editing.</p>\n\n\n\n<p>&ldquo;I have the feeling it will be more about how to transition from the old way to the new way and how all the pieces fit together,&rdquo; she said. &ldquo;Beyond the demos, there probably won&rsquo;t be many code examples. We will discuss the resources out there and how to approach them.&rdquo;</p>\n\n\n\n<p>Gutenberg Times is in its third year of sharing information about the Gutenberg project. Pauli-Haack describes it as her <em>passion project</em>. &ldquo;The goal has been to collect all the fragmented information while Gutenberg was in beta before the release in Dec 2018,&rdquo; she said. However, the site has continued going beyond its initial phase. Pauli-Haack has been holding live Q&amp;As since 2018 on the site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2020 20:19:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: University of Wisconsin Offers Free Course on Creating WordPress Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:211:\"https://wptavern.com/university-of-wisconsin-offers-free-course-on-creating-wordpress-websites?utm_source=rss&utm_medium=rss&utm_campaign=university-of-wisconsin-offers-free-course-on-creating-wordpress-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2033:\"<p>The University of Wisconsin is offering a free self-paced course on <a href=\"https://www.ed2go.com/stevenspt/online-courses/creating-wordpress-websites-self-paced-free/\">Creating WordPress Websites</a> for students through its Stevens Point branch. It is one of <a href=\"https://www.uwsp.edu/conted/Pages/ed2go-Stevens-Point.aspx\">ten free courses</a> offered to the general public in a catalog that includes courses on management, communication, personal finance, customer service, and small business marketing. Creating WordPress websites has become an essential skill, as the software now powers <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">37.5%</a> of all websites ranked in the top 10 million by Alexa.</p>\n\n\n\n<p>The WordPress course is designed to give users hands-on experience in building a website. Students will learn how to design pages, add content, and customize their sites using themes and plugins. Self-hosted sites require paid hosting, and SiteGround has donated a free 90-day hosting account and temporary domain for students to use while taking the course. Instructions for how to sign up are included in Lesson 1.</p>\n\n\n\n<p>The course is 24 hours and covers a wide range site creation topics, including creating content, uploading images and files, the basics of optimizing for usability and search engines, and how to analyze stats&nbsp;and promote content to social media. This is a good way to get started for anyone wanting to learn WordPress with a more structured approach. It may be helpful for new users who are exploring a career change or wanting to create a website for a new business.</p>\n\n\n\n<p><a href=\"https://www.ed2go.com/stevenspt/online-courses/creating-wordpress-websites-self-paced-free/\">Creating WordPress Websites</a> is a non-credit course and is suitable for students who are comfortable learning without an instructor. The registration deadline for the free courses is June 30, 2020. Students will have three months of access to the course after registration.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jun 2020 20:34:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Proposal to Rename the ‘Master’ Branch of WordPress-Owned Git Repositories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/proposal-to-rename-the-master-branch-from-wordpress-owned-git-repositories?utm_source=rss&utm_medium=rss&utm_campaign=proposal-to-rename-the-master-branch-from-wordpress-owned-git-repositories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5551:\"<p class=\"has-drop-cap\">Yesterday, core contributor Aaron Jorbin <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/\">proposed renaming the default &ldquo;master&rdquo; branch</a> for all WordPress-owned Git repositories to &ldquo;main.&rdquo; The proposal comes among a flurry of related terminology changes that the larger tech community is considering around oppressive language.</p>\n\n\n\n<p>Based on the ongoing discussion in the comments of the proposal, the term &ldquo;trunk&rdquo; has gained popularity, and the original post has been updated in favor of that term. If it moves forward, <em>trunk</em> would be more in line with core WordPress, which uses Subversion (SVN). It would also make sense along with the &ldquo;branch&rdquo; terminology already in use with both SVN and Git &mdash; <em>tree</em>, <em>trunk</em>, and <em>branches</em>.</p>\n\n\n\n<p>&ldquo;As a part of tearing down the systems of oppression that exist in the world, WordPress should remove references to <code>master</code> and replace them with <code>trunk</code> in all git repositories,&rdquo; wrote Jorbin.</p>\n\n\n\n<p>Amidst the backdrop of the Black Lives Matter movement and following the death of George Floyd, the tech community has been taking a deeper look into its systems and determining what changes it can make. While there are larger systemic issues at play, many are determined to remove any potentially oppressive or discriminatory terminology. The idea is not that these minor changes will create an evolution overnight but that they are small pieces of the much bigger picture &mdash; cogs in the machine that must move for the wheel to turn.</p>\n\n\n\n<p>&ldquo;This is a small move, but if it makes one more person comfortable contributing to a WordPress project, it will be worth it,&rdquo; wrote Jorbin.</p>\n\n\n\n<p>GitHub should soon be making a similar change across its platform. In response to a <a href=\"https://twitter.com/Una/status/1271180494944829441\">tweet calling for GitHub to lead the charge</a> and rename the default &ldquo;master&rdquo; branch to &ldquo;main,&rdquo; CEO Nat Friedman said they were <a href=\"https://twitter.com/natfriedman/status/1271253144442253312\">already working on a solution</a>. It is unclear how this will work going forward and whether it would affect existing repositories. For now, it seems GitHub is on board.</p>\n\n\n\n<p>Thus far, the WordPress proposal has been mostly met with support. However, there was some dissent.</p>\n\n\n\n<p>Core contributor Zebulan Stanphill argued that language is oppressive based on context and, in this context, the change does not make sense. &ldquo;Similarly, no one in their right mind is going to think you support human slavery when you use the term &lsquo;master branch,\'&rdquo; he <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/#comment-38792\">wrote in the comments</a> of the proposal. &ldquo;The term &lsquo;master&rsquo; itself is already used far outside of the context of slavery. Think novice-&gt;pro-&gt;master. Think also: mastering the craft, remastering music, and etc.&rdquo;</p>\n\n\n\n<p>As harmless as the word &ldquo;main&rdquo; seems in most Western cultures, <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/#comment-38800\">a comment posted by Mike Schroder</a> (original Japanese text by Takayuki Miyoshi and translation by Shinichi Nishikawa) pointed out that it was problematic in Japanese culture. &ldquo;In Japan, for example, to put &lsquo;main&rsquo; and &lsquo;others&rsquo; as different groups has been utilized as an excuse to justify discrimination,&rdquo; said Miyoshi. &ldquo;Not caring about suppressing the Ainu people and their culture at all is possible because of the assumption that Yamato folk is the main and others are secondary. I now came to a point to think we should consider that to set one thing as &lsquo;main&rsquo; creates marginals that get oppressed.&rdquo;</p>\n\n\n\n<p>Language is not always easy, especially when addressing a global community, each with their own terms that are possibly discriminatory. For now, <em>trunk</em> seems to be a good fit while throwing a nod to WordPress&rsquo;s SVN roots.</p>\n\n\n\n<p>This would not be the first time that WordPress has made a move to change terminology such as this. David Artiss, a Support Engineer at Automattic, <a href=\"https://core.trac.wordpress.org/ticket/48900\">created a ticket seven months ago</a> to rename &ldquo;comment blacklist&rdquo; to &ldquo;comment blocklist.&rdquo; The change, which replaced only the user-facing text, went largely unnoticed and landed in WordPress 5.4.</p>\n\n\n\n<p>Jason Coleman, CEO of Stranger Studios, also opened a <a href=\"https://core.trac.wordpress.org/ticket/50413\">more extensive ticket two days ago</a>. It calls for changes of any use of &ldquo;blacklist&rdquo; to &ldquo;blocklist&rdquo; and &ldquo;whitelist&rdquo; to &ldquo;safelist,&rdquo; even within the code and database options. Such changes would be backward compatible and not break sites upon upgrade.</p>\n\n\n\n<p>Change is almost certainly coming. The big decision is going to be around what the new terms will be.</p>\n\n\n\n<p>For developers who want to rename the default branches of their own Git repositories, there is an <a href=\"https://github.com/liyanchang/default-branch-migration\">existing project</a> with instructions and a GitHub action for doing so.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jun 2020 18:40:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WebDevStudios Releases Block Scaffolding Tool for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100892\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"https://wptavern.com/webdevstudios-releases-block-scaffolding-tool-for-developers?utm_source=rss&utm_medium=rss&utm_campaign=webdevstudios-releases-block-scaffolding-tool-for-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4510:\"<p class=\"has-drop-cap\">WebDevStudios <a href=\"https://webdevstudios.com/2020/06/16/wordpress-block-development/\">released its custom block scaffolding tool</a> to the public on Tuesday. It is a fork of the core WordPress script, which was rolled out in February alongside <a href=\"https://wptavern.com/gutenberg-7-4-adds-new-color-controls-link-ui-and-block-scaffolding-for-developers\">Gutenberg 7.4</a>. The goal is to allow plugin developers to get started building without all the tedious setup required to build even the most basic block.</p>\n\n\n\n<p>The script is available as an npm package titled <a href=\"https://www.npmjs.com/package/@webdevstudios/create-block\">@webdevstudios/block</a>. One of the differences between the core package and this one is the addition of the WebDevStudios custom CSS, JavaScript, and PHP coding standards. It makes use of the <a href=\"https://github.com/WebDevStudios/wds-block-starter\">WDS Block Starter</a> project to build out the initial block plugin. The package also includes support for Sass, PostCSS, Webpack, Babel, and ESLint.</p>\n\n\n\n<p>&ldquo;One major difference is that WDS&rsquo;s block scaffolding tool requires a PHP namespace,&rdquo; said Michael Joseph Panaga, backend engineer at WebDevStudios.  &ldquo;WP core&rsquo;s does have a&nbsp;<code>--namespace</code>&nbsp;option on its scaffolding tool, but it&rsquo;s only used as the block&rsquo;s internal namespace and not PHP&rsquo;s.&rdquo;</p>\n\n\n\n<p>Panaga also pointed out that it is not as easy to customize the build setup when beginning with core&rsquo;s starter.  &ldquo;In WDS&rsquo;s, the <code>webpack.config.js</code>&nbsp;is just right there making it easy for developers to pretty much do what they want to do with it,&rdquo; he said.</p>\n\n\n\n<p>This script is primarily for building single-block plugins rather than building blocks within an existing plugin. Ideally, this will be the route that many plugin developers take over the long term, particularly as the <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\">block directory</a> becomes a more important part of WordPress.</p>\n\n\n\n<p>&ldquo;WordPress block development can be daunting,&rdquo; wrote Panaga in the announcement. &ldquo;It&rsquo;s already intimidating enough that you need to know ReactJS, you also need to install and configure tools like webpack, Babel, and ESLint.&rdquo;</p>\n\n\n\n<p>The tool requires the latest versions of Node and npm to get started, which most WordPress developers should already have in their development environments. From the command line, developers merely need to move to their <code>wp-content/plugins</code> folder and run the following command:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm init @webdevstudios/block [Namespace]/[BlockName]</code></pre>\n\n\n\n<p>That will create a working plugin based on the <code>BlockName</code> input. It will come complete with all the necessary files and folders to hop straight into development. By default, the plugin will create what is essentially a custom paragraph block as a starting point.</p>\n\n\n\n<img />Plugin folders and files created after installation.\n\n\n\n<p>The package includes several commands out of the box for developers to use for building their custom block:</p>\n\n\n\n<ul><li><code>npm run start</code> &ndash; Automatically builds and compiles files as changes are made in development.</li><li><code>npm run build</code> &ndash; Builds the final code for production.</li><li><code>npm run lint:css</code> &ndash; Runs linting on the plugin&rsquo;s CSS files.</li><li><code>npm run lint:js</code> &ndash; Runs linting on the plugin&rsquo;s JavaScript files.</li><li><code>npm run lint:php</code> &ndash; Runs linting on the plugin&rsquo;s PHP files.</li></ul>\n\n\n\n<p>The script is simple to use, even for a novice block developer. After a few minutes of letting it install the necessary dependencies and beginning the build process, I was up and running with my new &ldquo;Tavern Box&rdquo; block. I cracked open my code editor, made a few cosmetic changes, and gave it a test in the editor.</p>\n\n\n\n<img />Testing custom block in the editor.\n\n\n\n<p>With several tools for jump-starting the block-building process now floating around the WordPress community, there is little reason for plugin developers to not be exploring new block ideas. I might even try my hand at something more complex than the basic colored box I ran with this test (feel free to shoot some ideas in the comments).</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jun 2020 01:02:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress 5.5 to Include Extensible Core Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100839\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"https://wptavern.com/wordpress-5-5-to-include-extensible-core-sitemaps?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-5-to-include-extensible-core-sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4495:\"<p>One year ago developers at Google and Yoast began collaborating with other contributors on a&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\" target=\"_blank\">proposal to add XML sitemaps to WordPress core</a>. The&nbsp;<a href=\"https://wordpress.org/plugins/core-sitemaps/\">XML Sitemaps feature plugin</a>&nbsp;went into testing in late January and the feature is now on deck for inclusion in WordPress 5.5. </p>\n\n\n\n<p>This week contributors merged a basic version of sitemaps that plugin developers can either build on or disable.</p>\n\n\n\n<p>&ldquo;This core sitemaps feature aims to provide the&nbsp;<a href=\"https://www.sitemaps.org/protocol.html\">base required functionality</a>&nbsp;for the Sitemaps protocol for core WordPress objects, then enables developers to extend this functionality with a&nbsp;<em>robust and consistent set of filters</em>,&rdquo; Google engineer Pascal Birchler said in the merge <a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">announcement</a>.</p>\n\n\n\n<p>Millions of WordPress sites have already implemented sitemaps using an SEO plugin or a dedicated sitemaps plugin. Plugin authors are encouraged to re-architect their solutions to work with the core sitemaps protocol, but users do not have to worry about conflicts. Birchler said he expects many users will no longer need additional plugins to meet their sitemap needs. </p>\n\n\n\n<p>&ldquo;If for some reason two sitemaps are exposed on a website (one by core, one by a plugin), this does not result in any negative consequences for the site&rsquo;s discoverability,&rdquo; Birchler said.</p>\n\n\n\n<p>Although native XML sitemaps have received a mostly favorable response from the community and WordPress&rsquo; leadership, there are some who believe this functionality would be better left to plugins. Fortunately, there&rsquo;s an easy way for anyone who is concerned to turn it off. Users who don&rsquo;t want sitemaps activated can change WordPress&rsquo; settings to discourage search engines from indexing the site. Developers can disable it using a filter.</p>\n\n\n\n<p>The basic sitemaps implementation does not include any UI controls for further customization, such as excluding certain posts or pages. Birchler explained that this was not part of the scope of the project. The plugin ecosystem will still have plenty of latitude in addressing more complex sitemap requirements:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>User-facing changes were declared a non-goal when the project was initially proposed, since simply omitting a given post from a sitemap is not a guarantee that it won&rsquo;t get crawled or indexed by search engines. In the spirit of &ldquo;Decisions, not options&rdquo;, any logic to exclude posts from sitemaps is better handled by dedicated plugins (i.e. SEO plugins). Plugins that implement a UI for relevant areas can use the new filters to enforce their settings, for example to only query content that has not been flagged with a &ldquo;noindex&rdquo; option.</p></blockquote>\n\n\n\n<p>Performance was one of the chief technical concerns when the project was initially proposed, particularly in response to the number of URLs per page and the&nbsp;<code>lastmod</code>&nbsp;date in the&nbsp;<code>index.xml</code>&nbsp;file. Contributors landed on capping the URLs per sitemap at 2,000. The solution for the <code>lastmod</code>&nbsp;date that they implemented adds a cron task that runs twice daily, fetches the&nbsp;<code>lastmod</code>&nbsp;dates of each sitemap, and stores them in the options table.&nbsp;[Update: The <code>lastmod</code>&nbsp;date was removed during development because community feedback indicated this additional property provided no clear benefit.]</p>\n\n\n\n<p>&ldquo;The addition of this feature [core sitemaps] does not impact regular website visitors, but only users who access the sitemap directly,&rdquo; Birchler said. &ldquo;Benchmarks during development of this feature showed that sitemap generation is generally very fast even for sites with thousands of posts. Thus, no additional caching for sitemaps was put in place.&rdquo;</p>\n\n\n\n<p>More information about extending core sitemaps is available in the merge <a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">announcement</a>, along with FAQs. This feature is expected to be released with WordPress 5.5 in August. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2020 22:25:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: BuddyPress Contributors Begin Work on Block-based Activity Post Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100837\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/buddypress-contributors-begin-work-on-block-based-activity-post-form?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-contributors-begin-work-on-block-based-activity-post-form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4527:\"<p>BuddyPress broke into the world of blocks last month with its <a href=\"https://wptavern.com/buddypress-6-0-0-released-with-new-group-and-members-blocks\">6.0 release</a>. Group and Member blocks were the first blocks to make it into the core plugin and next up are block versions of the existing widgets. Contributors are also working on block requests based on community feedback. </p>\n\n\n\n<p>Today, BuddyPress core developer Mathieu Viet shared a prototype of his early work on adding a block based Activity post form to BuddyPress. This is one of the most highly-requested features from the plugin&rsquo;s community of developers, according to a recent <a href=\"https://poll.fm/10425422\">poll</a>. </p>\n\n\n\n<p>Viet <a href=\"https://github.com/buddypress/bp-blocks/pull/7\">submitted a PR</a> for a playground inside the WP Admin that allows posting to the activity stream via a custom <code>bp/text</code> block. It is an adaptation of the basic <code>core/paragraph</code>&nbsp;block with a modified block toolbar that removes unnecessary controls, such as alignments, text color, and strikethrough formatting.&nbsp;</p>\n\n\n\n<p>The custom activity posting block adds a new emoji picker control to the block toolbar, with a popover that includes categories of all the emoji WordPress supports. This is far more convenient for users than launching their operating system&rsquo;s emoji picker.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-vimeo\"></div>\n</div>\n\n\n\n<p>Viet&rsquo;s PR highlighted several major benefits to bringing the block editor to activity posting: formatting text and adding links is more intuitive, inserting emoji is easier, and users can easily schedule activities using the block editor&rsquo;s&nbsp;<a href=\"https://developer.wordpress.org/block-editor/components/date-time/\">DateTimePicker</a>&nbsp;component.</p>\n\n\n\n<p>One of the biggest benefits Viet identified is the opportunity to standardize the UI. In the same way the block editor is helping WordPress unify the UI for publishing and site design, a block-based activity form will help standardize the UI for BuddyPress plugin developers.</p>\n\n\n\n<p>&ldquo;Today, when BuddyPress Plugin developers extend this post form, they do not have a structured way to process, they simply use a hook: it can be a very different one from plugin to plugin,&rdquo; Viet said. &ldquo;Plugins are mostly using jQuery (some can tidy this a bit using Backbone), UI controls can look very different. This is really not ideal for BuddyPress users. By extending the WordPress Blocks API to make available a BP Activity Blocks API we will improve all this and we&rsquo;ll benefit from the &lsquo;WordPress Blocks&rsquo; developers interest to give our users great new BP Activity Blocks to share richer content like media, or more interactive content like Polls.&rdquo;</p>\n\n\n\n<p>BuddyPress&rsquo; activity component is a frontend feature, so the idea is to test the block-based activity posting form in the admin and then work through the hurdles for bringing it to the frontend. </p>\n\n\n\n<p>&ldquo;Bringing this block based Activity post form in this area is the goal and a huge challenge mainly due to the fact we have less control over the layout,&rdquo; Viet said. &ldquo;There&rsquo;s one WordPress administration layout, but there are thousands of different front-end layouts.&rdquo; </p>\n\n\n\n<p>Viet proposed BuddyPress tackle this in small steps:</p>\n\n\n\n<ul><li>Making the block based Activity Post form only available from a WP admin screen</li><li>Making the block based Activity Post form only available into a new complete &ldquo;BP Default&rdquo; theme</li><li>Making the block based Activity Post form available from a modal</li><li>Making the block based Activity Post form available from a new template pack</li></ul>\n\n\n\n<p>BuddyPress only supports WordPress 4.8+. If a block-based activity form is ready for inclusion in version 7.0 of the plugin, BuddyPress will need to <a href=\"https://buddypress.trac.wordpress.org/ticket/8318\">raise the required WordPress version to 4.9</a>. Sites running on older versions would be able to fall back to the legacy activity posting form.</p>\n\n\n\n<p>Viet credits his PR to WordPress&rsquo; developer documentation for <a href=\"https://developer.wordpress.org/block-editor/developers/platform/custom-block-editor/\">building a custom block editor</a> and Dave Smith&rsquo;s &nbsp;<a href=\"https://github.com/getdave/standalone-block-editor\">Standalone Gutenberg Block Editor</a>&nbsp;repository.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2020 23:33:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: WooCommerce 4.3 Beta Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100835\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/woocommerce-4-3-beta-available-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-4-3-beta-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5699:\"<p class=\"has-drop-cap\">The <a href=\"https://woocommerce.wordpress.com/2020/06/16/woocommerce-4-3-beta-1/\">first beta for WooCommerce 4.3 was released</a> yesterday. The team behind the popular eCommerce plugin added a new homepage screen, updated the product grid blocks, and is pushing users to update their version of PHP.</p>\n\n\n\n<p>Users who want to test the latest beta version can do so by grabbing the <a href=\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-beta.1.zip\">ZIP file from WordPress.org</a> and uploading it to their site. They can also install and activate the <a href=\"https://wordpress.org/plugins/woocommerce-beta-tester/\">WooCommerce Beta Tester</a> plugin to switch between versions.</p>\n\n\n\n<p>The WooCommerce team plans to make the first release candidate available on June 23. If all goes well over the following two weeks, the official 4.3 release is slated for July 7. The timeline gives users a three-week window to provide feedback and test for bugs before upgrading.</p>\n\n\n\n<p>The version 4.3 beta currently includes over 40 bug fixes along with dozens of enhancements, tweaks, and dev-related changes. See the <a href=\"https://github.com/woocommerce/woocommerce/blob/release/4.3/readme.txt#L180\">4.3 change log</a> for a full overview.</p>\n\n\n\n<h2>New WooCommerce Admin Homepage</h2>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Old Dashboard Screen</li><li class=\"blocks-gallery-item\"><img />New Home Screen</li></ul>Side-by-side comparison of old Dashboard and new Home screens.\n\n\n\n<p class=\"has-drop-cap\">The largest user-facing change coming to version 4.3 is a new homepage screen. It is replacing the Dashboard screen introduced in version 4.0. Users should see a new item titled &ldquo;Home&rdquo; under the normal WooCommerce admin menu.</p>\n\n\n\n<p>The previous Dashboard left a lot to be desired. It was essentially a set of customizable charts and stats for the user&rsquo;s shop. When it was first released, <a href=\"https://wptavern.com/woocommerce-4-0-lands-with-new-admin-interface-and-updated-onboarding-experience#comment-324178\">some users experienced issues</a> with data populating for the screen. It never felt right, particularly when much of the data shown on the Dashboard felt redundant &mdash; it could be found under the Reports and Analytics screens.</p>\n\n\n\n<p>The new Home screen is a fresh take on what a &ldquo;dashboard&rdquo; should be. The primary focus is on displaying the latest messages from the shop&rsquo;s inbox, which is displayed on the left side of the screen. To the right is a box with an overview of the shop&rsquo;s stats that further links to the Analytics screen where more detailed stats can be found. Below that is a box with quick links for managing various aspects of the store.</p>\n\n\n\n<p>Call me a fan. The old stats and charts Dashboard always felt a bit overwhelming and not exactly what I was looking for. The new Home screen is simpler, provides an overview of the important bits, and leads me to the places I might want to visit.</p>\n\n\n\n<h2>Upcoming Block Changes</h2>\n\n\n\n<img />Newest Products in the block editor.\n\n\n\n<p class=\"has-drop-cap\">Except for the All Products block, each of the grid-related product blocks now defaults to three rows of products on output. Unless the user changed the default block settings, this will also affect existing blocks used on the site.</p>\n\n\n\n<p>Some of the blocks this change will affect include:</p>\n\n\n\n<ul><li>Newest Products</li><li>Hand-picked Products</li><li>Products by Category</li><li>Best Selling Products</li><li>On Sale Products</li><li>Top Rated Products</li><li>Products by Attribute</li></ul>\n\n\n\n<p>In past versions of the plugin, the default number of rows was set to one. If three rows are undesirable, end-users should check their sites upon update to make sure the appropriate number of products is displayed where those blocks are in use.</p>\n\n\n\n<p>The team has made some other important changes to blocks, such as improved handling of taxes for the Filter Products by Price block and adding options for the Filter Products by Attribute block. Some blocks also no longer support HTML editing. The reason for this is to prevent accidental breakage during editing.</p>\n\n\n\n<h2>PHP 7.2 Minimum Recommendation</h2>\n\n\n\n<p class=\"has-drop-cap\">As of WooCommerce 4.3, the plugin will be asking that users upgrade to at least PHP 7.2 with plans to make it a minimum requirement in the future. The team did not provide an exact date for when it will become a requirement. It will likely at least be WooCommerce 4.4 or later. However, shop owners should get ahead of this and upgrade their PHP version as soon as possible.</p>\n\n\n\n<p>&ldquo;As the world of WordPress is preparing for upgrading minimum requirement for PHP to 7.2+, we are following the suit,&rdquo; wrote Peter Fabian, WooCommerce core team lead, in the announcement post. &ldquo;We will be increasing the version required to run WooCommerce to PHP 7.2 soon as well. With WooCommerce 4.3, to provide enough lead time for merchants and store owners, we will start displaying a recommendation to update to PHP 7.2+.&rdquo;</p>\n\n\n\n<p>It is worth noting that WordPress itself is not moving to a minimum <em>requirement</em> of PHP 7.2 (this information was incorrect in the WooCommerce announcement post). It is merely moving to a minimum <em>recommendation</em> of PHP 7.2+ for now.</p>\n\n\n\n<p>Nevertheless, this is a good move for the biggest eCommerce plugin in the world. WooCommerce should be a leader in making sure that end-users are on versions of PHP that are still receiving security updates. Given its massive audience and other plugins like it, it should be seen as a duty.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2020 20:11:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"HeroPress: Changes are Coming to HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=3189\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://heropress.com/changes-are-coming-to-heropress/#utm_source=rss&utm_medium=rss&utm_campaign=changes-are-coming-to-heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3992:\"<img width=\"960\" height=\"638\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/06/suzanne-d-williams-VMKBFR6r_jg-unsplash-1024x680.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"emerging butterfly and two pupae\" />\n<p>From the beginning, conversations have occurred about what else HeroPress could do, but the necessary factors never line up to make them a reality.</p>\n\n\n\n<p>Until now.</p>\n\n\n\n<p>Last fall, potential sponsorship got us thinking. This spring, community interest got us researching. And now, it is time to move!</p>\n\n\n\n<p>Plans are in the works to build out new community-focused resources that will provide opportunities through out all of WordPress, resources like a Facebook Group, newsletter, new website content, etc.</p>\n\n\n\n<p>Along with our ideas, we&#8217;ll be reaching out to get your thoughts as well. We want to know what needs you see and problems that HeroPress could help solve. We&#8217;ve always believed a stronger community comes through collaboration, and a stronger community is the point after all.</p>\n\n\n\n<p>One thing that won&#8217;t change are the essays. They will continue just as they always have. The new resources will come alongside partnering opportunity with their inspiration.</p>\n\n\n\n<div class=\"subscribe_box\">\n\n\n\n<h4><strong>Sign up now to stay informed as plans unfold!</strong></h4>\n\n\n  \n  \n  <div class=\"mailpoet_form_popup_overlay\"></div>\n  <div id=\"mailpoet_form_4\" class=\"mailpoet_form mailpoet_form_html\">\n        .mailpoet_hp_email_label{display:none!important;}#mailpoet_form_4 .mailpoet_form {  }\n#mailpoet_form_4 .mailpoet_column_with_background { padding: 10px; }\n#mailpoet_form_4 .mailpoet_form_column:not(:first-child) { margin-left: 20px; }\n#mailpoet_form_4 .mailpoet_paragraph { line-height: 20px; margin-bottom: 20px; }\n#mailpoet_form_4 .mailpoet_segment_label, #mailpoet_form_4 .mailpoet_text_label, #mailpoet_form_4 .mailpoet_textarea_label, #mailpoet_form_4 .mailpoet_select_label, #mailpoet_form_4 .mailpoet_radio_label, #mailpoet_form_4 .mailpoet_checkbox_label, #mailpoet_form_4 .mailpoet_list_label, #mailpoet_form_4 .mailpoet_date_label { display: block; font-weight: normal; }\n#mailpoet_form_4 .mailpoet_text, #mailpoet_form_4 .mailpoet_textarea, #mailpoet_form_4 .mailpoet_select, #mailpoet_form_4 .mailpoet_date_month, #mailpoet_form_4 .mailpoet_date_day, #mailpoet_form_4 .mailpoet_date_year, #mailpoet_form_4 .mailpoet_date { display: block; }\n#mailpoet_form_4 .mailpoet_text, #mailpoet_form_4 .mailpoet_textarea { width: 200px; }\n#mailpoet_form_4 .mailpoet_checkbox {  }\n#mailpoet_form_4 .mailpoet_submit {  }\n#mailpoet_form_4 .mailpoet_divider {  }\n#mailpoet_form_4 .mailpoet_message {  }\n#mailpoet_form_4 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; }\n#mailpoet_form_4 .mailpoet_form_loading &gt; span { width: 5px; height: 5px; background-color: #5b5b5b; }#mailpoet_form_4{border-radius: 0px;text-align: left;}#mailpoet_form_4 form.mailpoet_form {padding: 20px;}#mailpoet_form_4{width: 100%;}#mailpoet_form_4 .mailpoet_paragraph.last {margin-bottom: 0}@media (max-width: 500px) {#mailpoet_form_4 {background-image: none;}}\n    \n      \n      \n      \n      \n      \n\n      <label class=\"mailpoet_hp_email_label\">Please leave this field empty</label><div class=\"mailpoet_paragraph \"></div>\n<div class=\"mailpoet_paragraph \"><span class=\"mailpoet_form_loading\"><span class=\"mailpoet_bounce1\"></span><span class=\"mailpoet_bounce2\"></span><span class=\"mailpoet_bounce3\"></span></span></div>\n\n      <div class=\"mailpoet_message\">\n        <p class=\"mailpoet_validate_success\">Thanks! Check your inbox or spam folder to confirm your subscription.\n        </p>\n        <p class=\"mailpoet_validate_error\">        </p>\n      </div>\n    \n  </div>\n\n  \n\n\n</div>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/changes-are-coming-to-heropress/\">Changes are Coming to HeroPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2020 18:57:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Review Signal Publishes WordPress Hosting Benchmarks for 2020, Introduces WooCommerce Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100355\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"https://wptavern.com/review-signal-publishes-wordpress-hosting-benchmarks-for-2020-introduces-woocommerce-testing?utm_source=rss&utm_medium=rss&utm_campaign=review-signal-publishes-wordpress-hosting-benchmarks-for-2020-introduces-woocommerce-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10007:\"<p>Review Signal founder Kevin Ohashi has published the site&rsquo;s annual <a href=\"https://reviewsignal.com/blog/wordpress-hosting-performance-benchmarks-2020/\">WordPress Hosting Performance Benchmarks</a>&nbsp;for 2020, along with a smaller set of benchmarks for <a href=\"https://reviewsignal.com/blog/woocommerce-hosting-performance-benchmarks-2020/\">WooCommerce hosting</a>.  For the past seven years Ohashi has been using sentiment analysis to capture consumer reviews of hosting companies on Twitter. He also performs a set of tests to measure peak performance and consistency for WordPress hosts. </p>\n\n\n\n<p>The testing started as a bet that Ohashi took from an executive at GoDaddy who claimed the company&rsquo;s platform was as good, in terms of performance, as any other on the market at that time. </p>\n\n\n\n<p>&ldquo;I didn&rsquo;t believe him and asked if he would put his money where his mouth was (figuratively, there were no costs associated with the early tests because I had free load testing tools/load testing sponsors),&rdquo; Ohashi said. &ldquo;He agreed and sure enough they were on equal footing performance wise at the time. The reaction was pretty immediate and companies all wanted to participate. That level of excitement I got from people in providing objective testing in an industry full of marketing speak and affiliate spam was fulfilling.&rdquo;&nbsp;</p>\n\n\n\n<p>The benchmarks are focused purely on performance, as Review Signal does not test companies&rsquo; support, features, or any other aspect of their products. Almost all the major hosting companies are included in Ohashi&rsquo;s tests (29 companies with 31 brands) with a few notable exceptions. Kinsta declined to participate this year because they were doing a major platform upgrade and didn&rsquo;t want to have their old systems benchmarked. WP Engine and Liquid Web did not offer any reasons for declining.</p>\n\n\n\n<p>The results are divided up into six tiers of hosts ranging from less than $25/month to $500+ enterprise hosting. The <a href=\"https://reviewsignal.com/blog/25-wordpress-hosting-performance-benchmarks-2020/\">top scores for 2020 in the budget tier</a> include A2 Hosting, GoDaddy, HighAvailability, LightningBase, Raidboxes, SiteGround and WPX Hosting. Ohashi publishes an individual analysis for all hosts participating, which often includes comparisons from the previous year.</p>\n\n\n\n<p>In the <a href=\"https://reviewsignal.com/blog/enterprise-wordpress-hosting-performance-benchmarks-2020/\">enterprise hosting bracket</a>, Review Signal ranked all tested companies as having &ldquo;earned Top Tier status.&rdquo; Almost none of the data points significantly differentiated any of the products. All companies had perfect or near-perfect uptime. Flywheel scored the fastest WebPageTest average response time. WordPress.com VIP showed the fastest peak average response time on Load Impact. Servebolt ranked the highest in the WPPerformanceTester results as the fastest on both PHP and WP Bench, as well as scoring the fastest average response time on Load Storm.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<h2>Review Signal Introduces WooCommerce Hosting Performance Benchmarks for 2020</h2>\n\n\n\n<p>This is the first year that Ohashi has tested WooCommerce hosting  products. Only seven companies are included but he hopes to add more as the word gets out.</p>\n\n\n\n<p>&ldquo;Since this was the first year I tried to do this, I offered a lot of different options to companies,&rdquo; Ohashi said. &ldquo;I had three different price tiers and three different site options: 1 basic site, basic site&nbsp;+ high product count site, basic site&nbsp;+ high product site&nbsp;+ heavy theme/plugin site. The only combination of them that had enough companies interested to make it worthwhile was 1 basic site with hosting plans costing under $100 per month.&rdquo;</p>\n\n\n\n<p>Ohashi said he got as many companies on board as possible under the most popular option for this first round of benchmarks. </p>\n\n\n\n<p>&ldquo;I would love to see deeper testing done, but that also means cooperation from the companies too,&rdquo; he said.</p>\n\n\n\n<p>The <a href=\"https://reviewsignal.com/blog/woocommerce-hosting-performance-benchmarks-2020/\">WooCommerce performance benchmarks</a> mimic the WordPress tests with one major change in Load Storm. Ohashi said the test performed in Load Storm is specific to WooCommerce testing different user profiles, such as someone going through a buying funnel, or browsing products, or checking their order.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Green Geeks, Nestify, Pressable, Servebolt and SiteGround earned top tier ratings. This distinction is awarded to companies that maintain 99.9% uptime throughout the testing process (three months) and show little to no performance degradation during load testing, primarily focused on error rate and response times.</p>\n\n\n\n<h3>Tips for Understanding and Using the Benchmarks when Considering Hosting Products</h3>\n\n\n\n<p>In between the lowest and highest tiers of WordPress hosting are additional results for nearly every budget from $25/mo to $500/mo. The results can be overwhelming for consumers to try to analyze. Ohashi recommends that consumers consider how much performance matters to them.</p>\n\n\n\n<p>&ldquo;If the answer is very little, it may not be the best starting point because that&rsquo;s not what they value,&rdquo; he said. &ldquo;If they do value performance, I would say understand that there is a lot of nuance in my tests. I don&rsquo;t rank a company &lsquo;the best&rsquo; and generally don&rsquo;t say this company did the best in a specific test either. Measuring and determining best is hard. I say which companies handled my tests well and which struggled, my tests would be a filtering mechanism for who you might consider buying from.&rdquo; </p>\n\n\n\n<p>Ohashi explained that if consumers only look at raw numbers like lowest response time, they might miss the nuance of why numbers might be lower for some companies than others. For example, most of his testing tools are hosted on Amazon servers, so companies using the same infrastructure might post better scores on the tests.</p>\n\n\n\n<p>He also recommends that consumers perform their own human testing, such as reaching out to a company&rsquo;s sales team and asking questions.</p>\n\n\n\n<p>&ldquo;Did any company stand out and make you want to be their customer? Did anyone disappoint you? I strongly believe if you aren&rsquo;t happy with a company before you become a customer, you&rsquo;re unlikely to become happier after you become one. So do your own testing, because mine is one data point, but there should be many data points in your decision making process.&rdquo;</p>\n\n\n\n<h3>Trends in WordPress Hosting: Companies Are Getting More Specialized</h3>\n\n\n\n<p>Following hosting trends over the past seven years, Ohashi has witnessed nearly every major hosting company adding WordPress products, as the software&rsquo;s market share has made it impossible to ignore.</p>\n\n\n\n<p>&ldquo;The WP hosting space has grown dramatically over the past few years,&rdquo; he said. &ldquo;When I started doing my testing in 2013 there were a handful of companies doing &lsquo;WordPress hosting&rsquo; and I&rsquo;m not sure how many people took it seriously. Today it has almost the opposite problem, everyone is doing &lsquo;WordPress hosting&rsquo; and a lot of users feel like the term has become meaningless or a marketing gimmick to sell higher priced services by calling it WordPress hosting without really doing anything substantially different.&rdquo;&nbsp;</p>\n\n\n\n<p>WordPress-specific hosts have started specializing to further differentiate themselves from the mass market shared hosts. Through his experience in operating Review Signal, Ohashi has noticed that consumers are benefiting from the diversity of options and competition on quality and service:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The reality is there are at least dozens of companies doing a lot to bring WordPress as quickly and securely as possible to visitors all over the globe. The space has attracted large sums of venture capital with players like Automattic raising ~700M, WPEngine raising ~300M, and Pantheon raising 100M dollars. The major trend I see in my data is that these specialized WordPress companies are able to offer a lot better services to customers and keep them happier than the major shared hosting companies. They are also targeting a lot of different niches/markets. There are mass market brands but also ones specializing in catering towards larger customers. Others have built whole integrated platforms and become more than simply hosting companies. The WordPress hosting ecosystem is becoming incredibly rich with different kinds of providers and experiences. That trend I think is great for consumers because there is a better chance of finding a company that meets your more specific needs than ever before.</p></blockquote>\n\n\n\n<p>These recent trends underscore the need for Review Signal&rsquo;s transparent performance benchmarks. Ohashi said that the annual WordPress hosting tests are more popular than anything else he does with the site, including the main reviews based on sentiment analysis. In an <a href=\"https://www.indiehackers.com/interview/reviewsignal-e1ddcc26ac\">interview</a> with Indie Hackers, Ohashi disclosed that Review Signal earns roughly between $3,000-$4,000 per month from affiliate links. For now this is enough revenue to sustain the work he puts into yearly testing.</p>\n\n\n\n<p>&ldquo;I am not getting rich on it &ndash; providing honest web hosting reviews doesn&rsquo;t pay that well!&rdquo; Ohashi said. &ldquo;When I publish these tests every year I get people who tell me they have been waiting for this. People value my work and trust it. That inspires me and keeps me going. I genuinely enjoy helping people and combined with my passion for data it&rsquo;s a good match.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2020 21:27:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Yoast Acquires Duplicate Post, Brings on Creator Enrico Battocchi as a Senior Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:237:\"https://wptavern.com/yoast-acquires-duplicate-post-brings-on-creator-enrico-battocchi-as-a-senior-developer?utm_source=rss&utm_medium=rss&utm_campaign=yoast-acquires-duplicate-post-brings-on-creator-enrico-battocchi-as-a-senior-developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4756:\"<p class=\"has-drop-cap\">Yoast, the company behind the popular Yoast SEO plugin, announced it had <a href=\"https://yoast.com/announcement-duplicate-post-joins-yoast/\">acquired the Duplicate Post plugin</a> earlier today. Along with the acquisition of the project, the company brought on its creator, Enrico Battocchi, as a senior developer. He will continue in a lead role with the future development of the plugin.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/duplicate-post/\">Duplicate Post</a> currently has over three million active installations and is translated into 46 languages. Of its 451 reviews, it has almost a near-perfect 429 five-star ratings. Few plugins, especially when they garner such a large user base, can pull off the feat of an average 4.9 user rating. Battocchi has put in over a decade of work into building the community around the plugin.</p>\n\n\n\n<p>The plugin does exactly what its name implies. It allows end-users to duplicate posts. &ldquo;Post&rdquo; in this sense means any type of content, including pages and post types from other plugins. It also allows users to choose which fields are copied in the duplicated post.</p>\n\n\n\n<p>&ldquo;Lots and lots of people use this, for several workflows,&rdquo; said Joost de Valk, Chief Product Officer at Yoast. &ldquo;They use plugins like this to be able to re-publish and have a publishing &lsquo;workflow&rsquo; on existing posts, something we intend to make easier. They use this to copy a design made in a page builder like Elementor or Divi, a complex post setup with ACF blocks, or something like that, and just have to alter the content and not restructure the whole thing.&rdquo;</p>\n\n\n\n<p>For a plugin in such a seemingly small niche, many users have found a need for the ability to clone posts. &ldquo;It surprised me as well that there was this large a group of users for a plugin like this,&rdquo; said de Valk,&rdquo; but it&rsquo;s obviously there.&rdquo;</p>\n\n\n\n<p>It was not immediately apparent how a post cloning plugin would fit into the traditional Yoast brand. The company&rsquo;s primary focus is on SEO tools. However, de Valk feels like it has a home at Yoast.</p>\n\n\n\n<p>&ldquo;What we want to do is twofold: the first of the workflows I mentioned, republishing content, is often done with SEO at least &lsquo;in mind,\'&rdquo; he said. &ldquo;We want to make that workflow easier. The second has an SEO &lsquo;risk&rsquo;: changing a post or page only slightly could lead to duplicate content problems. When we know that a post or page is a duplicate of another post or page, we can verify that it has, in fact, been changed enough, or give feedback to mitigate that potential SEO issue.&rdquo;</p>\n\n\n\n<p>&ldquo;Yoast is also a key part of the wide WordPress community, supporting it in various ways (from Core development to WordCamp sponsoring),&rdquo; wrote Battocchi in <a href=\"https://blog.lopo.it/2020/06/16/duplicate-post-joins-yoast/\">his own announcement</a>. &ldquo;I&rsquo;m excited to join them because I&rsquo;m confident that Yoast will be a great new home for Duplicate Post, and its users will benefit of all the advantages of an inventive company which can provide quality, support, vision for the future.&rdquo;</p>\n\n\n\n<h2>What&rsquo;s in Store for the Plugin?</h2>\n\n\n\n<p class=\"has-drop-cap\">Yoast plans to keep Duplicate Post free for the long haul and has no plans for commercial upgrades. This is not an empty promise, assures Battocchi. &ldquo;One of the conditions for me to join was to be sure that Duplicate Post would stay free: there are no plans to switch to a premium/freemium scheme, and none of its current functionalities will be removed from it,&rdquo; he said.</p>\n\n\n\n<p>The team is remaining tight-lipped about any big features on the horizon. However, the most immediate goal is to improve the plugin&rsquo;s accessibility.</p>\n\n\n\n<p>It almost goes without saying that the team will look into how Yoast SEO and Duplicate Post can work together. &ldquo;We&rsquo;ll add some simple integrations between Yoast SEO and Duplicate Post,&rdquo; said de Valk in the announcement post. &ldquo;Such as making sure that the user roles that Yoast SEO adds, SEO Editor and SEO Manager, can duplicate posts.&rdquo;</p>\n\n\n\n<p>Beyond that, the company is awaiting feedback from end-users. &ldquo;We have ideas,&rdquo; said de Valk, &ldquo;but we&rsquo;re also very interested in hearing yours and your readers&rsquo; suggestions.&rdquo;</p>\n\n\n\n<p>He has also <a href=\"https://www.facebook.com/groups/advancedwp/permalink/3243064772422381/\">opened feedback requests</a> on the Advanced WP Facebook group. Thus far, most of the feedback is centered on better integration with page builders and other plugins that build content.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2020 16:17:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Build Forms via the Block Editor With Gutenberg Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"https://wptavern.com/build-forms-via-the-block-editor-with-gutenberg-forms?utm_source=rss&utm_medium=rss&utm_campaign=build-forms-via-the-block-editor-with-gutenberg-forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7580:\"<p class=\"has-drop-cap\">The quest for the perfect form plugin is nearly as old as WordPress. Projects have come and gone. There are some great form plugins out there, but far too often the choices are between massive builders that do things their own way and solutions so simple that they do not quite live up to expectations. Munir Kamal has put his hat into the ring with his take on this saturated market with <a href=\"https://wordpress.org/plugins/forms-gutenberg/\">Gutenberg Forms</a>, a plugin designed for exclusively building forms within the block editor.</p>\n\n\n\n<p>The plugin is by no means perfect. It has numerous quirks. It does a lot of things right. It fails at times with features that could be game-changing. It has the potential to be one of the best form-building plugins for WordPress.</p>\n\n\n\n<p>As of version 1.4.0, the latest update, <a href=\"https://gutenbergforms.com/\">Gutenberg Forms</a> is a mixed bag of success and frustration. I am excited about it.</p>\n\n\n\n<p>I am excited because we are still in the early part of this plugin&rsquo;s lifespan. I am excited because Kamal has built some successful Gutenberg-related projects in a short amount of time, including <a href=\"https://wptavern.com/gutenberg-hub-launches-collection-of-100-block-templates\">Gutenberg Hub</a> and <a href=\"https://wptavern.com/acf-blocks-provides-assortment-of-blocks-built-from-advanced-custom-fields-pro\">ACF Blocks</a>. I am excited because I believe it will improve over time.</p>\n\n\n\n<p>Form plugins are not easy. Despite its current issues, which we&rsquo;ll get to, Gutenberg Forms is a useful plugin that ticks many of the boxes that I want to see in a form builder going forward. The ideas needed for block-based forms are in place. The execution just needs some refinement.</p>\n\n\n\n<p>Gutenberg Forms was recreated in February this year. Kamal originally released the plugin in 2018, but it sat in limbo for a year and a half before he updated it with the latest APIs. Since then, he has been on a tear, releasing frequent updates and improving how the plugin works. I first tested it months ago and was not happy with the result. However, the latest iteration shows much more promise.</p>\n\n\n\n<p>With only 200+ current users, the biggest thing the plugin needs is more feedback from more users.</p>\n\n\n\n<h2>Building Forms</h2>\n\n\n\n<img />Creating a standard form.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg Forms makes form building simple. There are two ways to build forms in the plugin. The first method is a custom &ldquo;Forms&rdquo; screen in the admin. It is a custom post type that works just like a post or page. The difference is that users are limited to adding form fields provided by the plugin. Using this method of building forms is ideal because the form is saved in a single place and can be used anywhere on the site.</p>\n\n\n\n<p>The second method is building a form directly from the post or page editor. All of the plugin&rsquo;s custom blocks are available for creating a custom form. For one-off forms, this may be the method to use, but I recommend building from the Forms screen instead.</p>\n\n\n\n<p>After building a form via the Forms screen, users can later use the Gutenberg Forms block to insert a saved form. What actually happens when inserting this block is that, when choosing a saved form, the plugin inserts a shortcode into the editor. This is one of those quirks with the plugin. One of the ideas of building blocks is for developers to move away from utilizing the shortcode system. There is no need to mix in a shortcode here from a technical perspective. It should simply be a server-side block. I do not imagine this matters much to end-users. It works. It is simply an oddity that I hope evolves in the long run.</p>\n\n\n\n<img />Inserting a saved form into a page.\n\n\n\n<p>The plugin provides most of the common form fields that end-users would expect to see in a form plugin. The following are the form-field blocks currently available:</p>\n\n\n\n<ul><li>Calculation</li><li>Checkbox</li><li>Date Picker</li><li>Email</li><li>File</li><li>Form Button</li><li>Message</li><li>Name</li><li>Number</li><li>Phone</li><li>Radio</li><li>Select</li><li>Text</li><li>Website</li><li>Yes / No</li></ul>\n\n\n\n<p>Gutenberg Forms also includes other blocks that are not for outputting fields. The Form Columns block allows end-users to create columnized fields. This works great for fields that need to be lined up horizontally, such as city, state, and ZIP code fields. The Form Group block allows users to group multiple blocks. It also has several design options, including custom colors and padding. The Form Step block is useful for adding steps in multi-step forms.</p>\n\n\n\n<p>The biggest but least polished feature is the pre-designed templates library that Gutenberg Forms makes available. Currently, the plugin has around three dozen custom templates. Given Kamal&rsquo;s work with templates at Gutenberg Hub, I am guessing that we will see even more templates in the future.</p>\n\n\n\n<img />Inserting a form template into a page.\n\n\n\n<p><em>The problem?</em> The form template inserter does not always work.</p>\n\n\n\n<p>Testing the plugin against both the latest WordPress and Gutenberg plugin, I was not able to insert any form template via the new form screen. There were JavaScript errors that prevented it from being inserted. One of the most exciting features of the plugin failing to work, at least in my test environment, was a bit of a letdown.</p>\n\n\n\n<p>While inserting a template did not work on the form-building screen, it did work when building one-off forms on the page-editing screen. However, I did receive the dreaded &ldquo;this block contains unexpected or invalid content&rdquo; message for some of the blocks after insertion.</p>\n\n\n\n<p>This issue is not insurmountable. The Gutenberg project is in a constant state of flux. I am forgiving of these types of issues right now because things are so unsettled, and I also know they can be addressed in an update. However, I do want to point them out for users who may need something a bit more polished in their production environments. You can build forms easily without the template feature.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p class=\"has-drop-cap\">Yes, Gutenberg Forms is a bit rough around the edges. It is not at the point where it can be competitive with some of the other major players in the forms marketplace. However, six months or a year from now, assuming continued improvement, it should be in a position to start slicing its own piece of the pie.</p>\n\n\n\n<p>There are some other nitpicks with the plugin. For example, the &ldquo;Inline&rdquo; block style available with some blocks cannot be reset to the default. The &ldquo;C&rdquo; in the Checkbox block name is lowercase while all other block names begin with an uppercase letter. These minor things make the plugin seem less polished than it is.</p>\n\n\n\n<p>Even with the issues I have outlined, I would recommend people in the market for a block-based form builder to give this plugin a test run.  Its simplicity will make it an easy choice for many. For the most part, it works well. At the end of the day, it lets you build forms and stores the submissions for those forms directly in the database, and that is what truly matters.</p>\n\n\n\n<p>I am a firm believer that we are at the beginning of something special. It will just take a bit of time before we get there. Even if Gutenberg Forms does not take over the form-builder market, other plugin developers should start taking cues from what this plugin is doing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2020 20:31:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress Bumps Minimum PHP Recommendation to 7.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"https://wptavern.com/wordpress-bumps-minimum-php-recommendation-to-7-2?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-bumps-minimum-php-recommendation-to-7-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4008:\"<p>Late last week WordPress made major progress towards the goal of getting users to adopt newer versions of PHP. The ServeHappy API has been updated to set the minimum acceptable PHP version to 7.2, while the WordPress downloads page recommends 7.3 or newer. </p>\n\n\n\n<p>Sergey Biryukov <a href=\"https://meta.trac.wordpress.org/changeset/9959\">committed</a> this change on the meta trac after Marius Jensen opened a <a href=\"https://meta.trac.wordpress.org/ticket/5257\">ticket</a> for it nine days ago. Previously, the ServeHappy dashboard widget was showing the upgrade notice to users of PHP 5.6 or lower.</p>\n\n\n\n<p>&ldquo;After discussing with the core Site Health team and the Hosting Team, it has come up that the most sensible next move is to show the upgrade notice to users of PHP &lt;=7.1 (this means setting&nbsp;<code>ACCEPTABLE_PHP</code>&nbsp;to&nbsp;<code>7.2</code>),&rdquo; Jensen said.</p>\n\n\n\n<p>&ldquo;Looking at the numbers, we&rsquo;re seeing roughly 25% of sites running a WordPress version that includes ServeHappy [that] would then get an upgrade notice.&rdquo;</p>\n\n\n\n<p>This change means that the majority of WordPress sites are using an acceptable version of PHP. Approximately 47% are running WordPress on older versions. Those who are on WordPress 5.2+ (when Site Health was introduced) will see the upgrade notices generated by the ServeHappy API.</p>\n\n\n\n<img />WordPress.org stats: PHP versions in use as of June 14, 2020\n\n\n\n<p>This update also bumps the lowest branch of PHP which is actively supported to 7.3 and bumps the lowest branch of PHP that is receiving security updates to 7.2.</p>\n\n\n\n<p>The Site Health team scheduled the change for last Friday, but Jensen <a href=\"https://wordpress.slack.com/archives/CKSU841L7/p1591991710357700\">noted</a> that the API call is cached for a week in core. It should start popping up for users throughout this week.</p>\n\n\n\n<p>In December 2018, PHP 5.6 and 7.0 reached&nbsp;End of Life (EOL) and stopped receiving security updates. This left approximately 83% of users on unsupported versions of PHP at the end of 2018. Today, with the progress encouraged by the Site Health project, 47% are on <a href=\"https://www.php.net/supported-versions.php\">unsupported PHP versions</a>. The update put in place last week should help significantly decrease this number before PHP 7.2 reaches EOL in November 2020.</p>\n\n\n\n<p>Jenny Wong, who helped coordinate the project as part of the Site Health team, <a href=\"https://twitter.com/miss_jwo/status/1271532804149522433\">described</a> how they got started and worked successfully across teams with design, Polyglots, and Hosting contributors to make this update possible.  </p>\n\n\n\n<p>&ldquo;I remember going to WordCamp San Francisco and sitting down with Andrew Nacin and Mark Jaquith at lunch and asking them why WordPress supported such old versions and what the project was doing about it,&rdquo; Wong said. &ldquo;They told me the work that had been going on.</p>\n\n\n\n<p>&ldquo;They told me the issues, they took the time took explain it all to me and answer all my questions.&rdquo; </p>\n\n\n\n<p>Wong said she was grateful to be part of that initial discussion in 2014 and to have shared in the journey with dozens of contributors.</p>\n\n\n\n<p>&ldquo;To the polyglots who translated everything we threw at them, to everyone else who gave feedback, argued, fought, discussed and debated, to everyone who has shared ideas and patches, to every person who has listened to me complain, took my wild ideas and made them an reality &ndash; Thank you!&rdquo; Wong said.</p>\n\n\n\n<p>Given WordPress&rsquo; large share of the market, encouraging adoption of newer versions of PHP will help make the web more secure. Please note that this update means that 7.2 is now the lowest branch of PHP that is considered acceptable for use with WordPress, according to the ServeHappy API. Sites that are running on older versions may continue to work but WordPress will continue strongly urging users to upgrade.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2020 15:27:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: OpenJS World 2020 Conference Goes Virtual, Tickets Are Free: June 23–24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100686\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/openjs-world-2020-conference-goes-virtual-tickets-are-free-june-23-24?utm_source=rss&utm_medium=rss&utm_campaign=openjs-world-2020-conference-goes-virtual-tickets-are-free-june-23-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2607:\"<p>Like many tech conferences, <a href=\"https://events.linuxfoundation.org/openjs-world\">OpenJS World 2020</a> was forced to go virtual for its upcoming event scheduled for June 23-24, in Austin. The global conference was designed to be&nbsp;representative of all 32 <a href=\"https://openjsf.org/projects/\">projects</a> hosted with the OpenJS Foundation. This includes Node.js, webpack, jQuery, Mocha, ESLint, Lodash, Grunt, and other popular projects. The Foundation is also in the process of initiating AMP and Electron through an incubation process.</p>\n\n\n\n<p>Prior to going virtual, regular attendee <a href=\"https://web.archive.org/web/20200403024640/https://events.linuxfoundation.org/openjs-world/register/\">ticket prices</a> for OpenJS World ranged from $350 (early bird) &ndash; $899 (late). Ordinarily, travel expenses and missed work can make conferences like this cost-prohibitive for some attendees whose employers don&rsquo;t sponsor their work travel. Now that the event has moved to be fully online, <a href=\"https://events.linuxfoundation.org/openjs-world/register/\">tickets are free</a> for all who want to attend.</p>\n\n\n\n<p>OpenJS World gives developers the opportunity to connect with others across the JavaScript and web ecosystem while learning from a diverse, world-class lineup of speakers. The schedule spans a variety of topics, including JavaScript architectures and patterns, internationalization, diagnostics and debugging, infrastructure, IoT, and more.</p>\n\n\n\n<p>Glitch CEO Anil Dash is one of 16 keynote speakers. He will be talking about JavaScript and its place in tech after 25 years, as well as how its community should be working together. NASA astronaut Christina Hammock Koch will also be a keynoting the event on June 24, at 9 AM CT. Koch served as a flight engineer on the International Space Station for multiple expeditions and holds the record for longest single spaceflight by a woman (328 days). The event also features keynote panels with engineers and executives responsible for deploying applications at a massive scale.</p>\n\n\n\n<p>While the pandemic has rendered many people housebound, there are a lot of virtual events competing for your attention. Although these sessions are likely to be available on YouTube at some point in the future, there are a few distinct benefits of attending live: the opportunity to network with other attendees, engage in live speaker Q&amp;A sessions, and interact with sponsors.  For WordPress developers, it may be a convenient avenue for getting outside the WordPress bubble and connecting with others in the industry.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jun 2020 22:52:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Gutenberg 8.3 Updates Block Categories, Includes Parent Block Selector, and Adds New Design Controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100675\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:261:\"https://wptavern.com/gutenberg-8-3-updates-block-categories-includes-parent-block-selector-and-adds-new-design-controls?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-3-updates-block-categories-includes-parent-block-selector-and-adds-new-design-controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7470:\"<p class=\"has-drop-cap\">Yesterday, the Gutenberg team <a href=\"https://make.wordpress.org/core/2020/06/11/whats-new-in-gutenberg-11-june/\">released version 8.3</a> of the ongoing plugin behind the block editor. While much of the focus for the team is on the upcoming full-site editing, this update includes several user-facing features, such as a reorganized set of block categories, a parent block selector, a spacing control, and link color options.</p>\n\n\n\n<p>One smaller enhancement includes the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/16169\">filter the Latest Posts block by author</a>. The level control for the Heading block has also changed. Instead of selecting the level in the block options sidebar, the level selector is now <a href=\"https://github.com/WordPress/gutenberg/pull/20246\">located in the editor toolbar</a>.</p>\n\n\n\n<p>In Gutenberg 8.2, hitting the <code>Enter</code> key within the caption field for an image block created a new paragraph. In 8.3, that feature has been <a href=\"https://github.com/WordPress/gutenberg/pull/22934\">extended to all blocks with captions</a>.</p>\n\n\n\n<p>The team corrected over 20 bug fixes in the latest release. On the whole, the new plugin update appears to be solid after a day of use. However, some of the experimental additions, such as the new padding control, may be worth some concern. Theme authors need to start testing this, providing feedback, and making sure development is heading in the right direction.</p>\n\n\n\n<h2>New Block Categories</h2>\n\n\n\n<img />New &ldquo;Design&rdquo; category in the block inserter.\n\n\n\n<p class=\"has-drop-cap\">The Gutenberg team has <a href=\"https://github.com/WordPress/gutenberg/pull/19279\">renamed and reorganized the block categories</a>. The new list seems to make more sense and is better consolidated into proper groups:</p>\n\n\n\n<ul><li>Text</li><li>Media</li><li>Design</li><li>Widgets</li><li>Embeds</li></ul>\n\n\n\n<p>While I am a fan of the new category names, I find the categories useless for any practical purpose at this point. Ever since Gutenberg dropped the tabbed interface in the block inserter, it has felt like a large wall of blocks. My eyes naturally skip by the category names as I scroll and scroll and scroll through the list of available blocks to find that particular block I need. I almost always use keyboard slash commands for inserting blocks. In those cases where I don&rsquo;t, it is not an ideal user experience, and the new categories do not help much.</p>\n\n\n\n<h2>Select Parent Block</h2>\n\n\n\n<img />Hovering over toolbar to find parent block selector.\n\n\n\n<p class=\"has-drop-cap\">One of the more frustrating experiences in Gutenberg is attempting to select a parent block in a nested-block scenario. Far too often, users feel like they are clicking around at random in the hopes they hit that sweet spot where they can actually navigate to the block they need to edit. It is an exercise in frustration in the best moments.</p>\n\n\n\n<p>The Gutenberg team took a step &mdash; <em>a small step</em> &mdash; toward alleviating this pain. When hovering over the &ldquo;change block type or style&rdquo; button in the editor toolbar, a new button appears to <a href=\"https://github.com/WordPress/gutenberg/pull/21056\">select the parent block</a>.</p>\n\n\n\n<p>I am unsure if this is the right way of handling the problem. I would like to see some experiments with some sort of arrow button that appears without hovering. For now, I am satisfied that the team is attempting to solve the issue and hope that future iterations improve navigation within nested blocks.</p>\n\n\n\n<p>This feature does not seem to work when the top toolbar mode is enabled. For those who use this mode, the best way to select a parent block is via the breadcrumb navigation at the bottom of the editor.</p>\n\n\n\n<h2>Experimental Spacing/Padding Control</h2>\n\n\n\n<img />Adding custom padding to a Cover block.\n\n\n\n<p class=\"has-drop-cap\">Theme authors can now add support for an <a href=\"https://github.com/WordPress/gutenberg/pull/21492\">experimental padding control</a> via <code>add_theme_support( \'experimental-custom-spacing\' )</code>. When supported, the end-user will see a new Spacing tab under the block options sidebar for the Cover block, which should be available for other blocks in the future. By default, users can control the padding for all four sides of a block with a single value. They can also &ldquo;unlink&rdquo; the padding and control the top, bottom, left, and right values individually.</p>\n\n\n\n<p>Presumably, the Gutenberg team will extend this spacing feature to include a margin control too. It would be the natural move and one in which I hope that leads to the death of the Spacer block that users have had to live with for the past couple of years.</p>\n\n\n\n<p>However, I am not sold on allowing end-users to control padding with explicit values. Haphazardly changing padding values will break the vertical rhythm that many theme authors take the time to meticulously calculate. When using pixel values (the default), users will most certainly run into issues with tablet and mobile screen sizes. Essentially, it will create a complete mess of spacing.</p>\n\n\n\n<p>I am not against the idea. I want it done right before this lands in WordPress. Theme authors should be able to register named classes that are handled via the stylesheet. This goes back to the idea of WordPress having a <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">design framework</a>. Create a set of utility classes for spacing (oh, hello, <a href=\"https://tailwindcss.com/docs/padding\">Tailwind</a>). Let theme authors define the spacing based on their design. Let users choose from those. Then, provide a custom option for those times where users want to take matters into their own hands. At that point, they have made an explicit decision to break away from the design flow the theme author has chosen.</p>\n\n\n\n<h2>Link Colors</h2>\n\n\n\n<img />Selecting a custom link color.\n\n\n\n<p class=\"has-drop-cap\">One of the tougher hurdles theme authors have had to face when styling for the block editor is figuring out what to do with link colors when the user changes the background color of a block. Users have long had control of the text color in that scenario. However, link colors could quickly become inaccessible or just downright ugly. Forward-thinking theme authors would style those link colors so that they inherited the text color, but that is not always the ideal solution.</p>\n\n\n\n<p>That&rsquo;s where <a href=\"https://github.com/WordPress/gutenberg/pull/22722\">user-controlled link colors</a> come in. To add support for custom link colors, theme authors must opt into the feature via <code>add_theme_support( \'experimental-link-color\' )</code>. This will add a new color selector for the Paragraph, Heading, Group, Columns, and Media &amp; Text blocks.</p>\n\n\n\n<p>Unable to get this feature working with the theme-support function call, I had to dig into the code a bit to find the issue. For theme authors to add support for link colors, they should also define their default links as shown in the following CSS code snippet:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>a {\n	color: var( --wp--style--color--link, #000 );\n}</code></pre>\n\n\n\n<p>WordPress will automatically set the <code>--wp--style--color--link</code> variable. For further specificity, theme authors can also target <code>.has-link-color a</code>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jun 2020 20:36:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: AsBlocks Project Uses Gutenberg to Create a Collaborative Writing Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100653\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"https://wptavern.com/asblocks-project-uses-gutenberg-to-create-a-collaborative-writing-environment?utm_source=rss&utm_medium=rss&utm_campaign=asblocks-project-uses-gutenberg-to-create-a-collaborative-writing-environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3206:\"<p>The Gutenberg team is currently immersed in bringing full-site editing capabilities to the block editor as part of Phase 2 in the project&rsquo;s longterm <a href=\"https://wordpress.org/about/roadmap/\">roadmap</a>. Meanwhile, Gutenberg engineer Riad Benguella has been experimenting with ideas for the collaboration features coming in Phase 3, which aims to deliver a more intuitive way to co-author content.</p>\n\n\n\n<p>Today, Benguella unveiled a collaborative writing prototype called <a href=\"https://asblocks.com/\">AsBlocks</a> that is built using the Gutenberg editor. It is an example of the editor working outside of WordPress. AsBlocks provides an&nbsp;<a href=\"https://en.wikipedia.org/wiki/End-to-end_encryption\">end-to-end encrypted</a> writing environment that can be shared to other users with a link, while the server itself cannot decrypt the content. </p>\n\n\n\n<p>In the video demo below you can see a user adds some content, clicks the share button, and is presented with an option to share a link for a live collaboration session (Write) or a link for read-only access (Read). The session is private and only users with the link can access the post. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>None of the content is automatically saved. If collaborators leave the page, all the content is gone but users have the option to save an encrypted version to the server by clicking the Save button. </p>\n\n\n\n<p>AsBlocks supports ~30 blocks and the UI is very similar to working inside the WordPress editor. It even includes block settings in the sidebar. AsBlocks also has an optional dark mode. Check out the live demo at <a href=\"https://asblocks.com/\">asblocks.com</a>. </p>\n\n\n\n<img />\n\n\n\n<p>Benguella said he was inspired by&nbsp;<a href=\"https://excalidraw.com/\">excalidraw</a>, a collaborative drawing and diagram app. &nbsp;In the future, he plans to add the following features:</p>\n\n\n\n<ul><li>Comments.</li><li>Live Chat.</li><li>Selection/Caret indicators.</li><li>Document outline, counts.</li><li>Local save button.</li><li>Local storage persistence.</li></ul>\n\n\n\n<p>WordPress&rsquo; implementation of collaborating writing may not look exactly like this but AsBlocks is an interesting exploration of what is possible with the block editor. Although Benguella described it as his &ldquo;new side project&rdquo; in his Twitter announcement, his post clarified that AsBlocks is a prototype that was created as an exploration for future WordPress core capabilities.</p>\n\n\n\n<p>&ldquo;AsBlocks&nbsp;is an important step in our journey to understand live-collaboration and bring it to Core,&rdquo; Benguella said. &ldquo;A WordPress plugin based on AsBlocks&rsquo; technology is also on the radar.&rdquo;</p>\n\n\n\n<p>It will be a long road before something like AsBlocks could rival Google Docs and its vast array of features. But for something like collaborating on a page or blog post, AsBlocks provides a delightfully simple implementation that could give WordPress a major springboard into Gutenberg phase 3. The project is GPL-licensed and available on&nbsp;<a href=\"https://github.com/youknowriad/asblocks\">Github</a>, if you want to dig into the code or contribute.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jun 2020 01:37:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Fake Ransomware Bitcoin Scam Claims “Your Site Has Been Hacked”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/fake-ransomware-bitcoin-scam-claims-your-site-has-been-hacked?utm_source=rss&utm_medium=rss&utm_campaign=fake-ransomware-bitcoin-scam-claims-your-site-has-been-hacked\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5272:\"<p>A fake ransomware scam is going around that targets website contact forms. It sends an email to the site owner with the subject &ldquo;Your Site Has Been Hacked.&rdquo; The body of the email claims the hackers have exploited a vulnerability to gain access to the site&rsquo;s database and &ldquo;move the information to an offshore server.&rdquo; The email threatens to ruin the site owner&rsquo;s reputation by selling the site&rsquo;s database, notifying customers that their information has been compromised, and de-indexing the site with search engines using blackhat techniques. </p>\n\n\n\n<p>Within the past few weeks, website owners have reported having received this email on various support channels, including <a href=\"https://wordpress.org/support/topic/hacked-by-ransomware/\">WordPress.org</a>, <a href=\"https://stackoverflow.com/questions/62240267\">stackoverflow</a>, and <a href=\"https://www.reddit.com/r/webdev/comments/h06fjg/what_are_the_chances_that_i_just_got_hacked/\">reddit</a>. The sites in question have not been defaced, nor do they show any other evidence of tampering.</p>\n\n\n\n<p>The <a href=\"https://www.bitcoinabuse.com/\">Bitcoin Abuse Database</a> has seen a surge of reports regarding this scam in May and June, logged under various Bitcoin addresses. The scammers send the email out indiscriminately, even targeting sites that do not have a database. So far the campaigns have not been very successful at convincing site owners to pay the ransom.</p>\n\n\n\n<ul><li><a href=\"https://www.bitcoinabuse.com/reports/1DQ2F5YsTGSEgvAeJSgjydb5i4jvPKDBW1\">https://www.bitcoinabuse.com/reports/1DQ2F5YsTGSEgvAeJSgjydb5i4jvPKDBW1</a></li><li><a href=\"https://www.bitcoinabuse.com/reports/1Bs6CYDuHy1UGLr5ccz2UxRNcPGpeAa7tz\">https://www.bitcoinabuse.com/reports/1Bs6CYDuHy1UGLr5ccz2UxRNcPGpeAa7tz</a></li><li><a href=\"https://www.bitcoinabuse.com/reports/1Q1DF9rJS6fNDSpiV2iEA46BS1mNEaELtC\">https://www.bitcoinabuse.com/reports/1Q1DF9rJS6fNDSpiV2iEA46BS1mNEaELtC</a></li><li><a href=\"https://www.bitcoinabuse.com/reports/12KLZzgrNX2DvbWQM7yQ1V9vPwy9JPvUKM\">https://www.bitcoinabuse.com/reports/12KLZzgrNX2DvbWQM7yQ1V9vPwy9JPvUKM</a></li></ul>\n\n\n\n<p>The Bitcoin Abuse Database advises visitors that extortion emails are 100% fake and those who receive them should not pay ransoms.</p>\n\n\n\n<p>If you or one of your clients receive an email like this, rest assured that it is a scam that requires no action. If you want to be extra cautious you can change your passwords and use a security plugin to scan your files for changes. Otherwise, simply delete the email.</p>\n\n\n\n<p>An example of this scam email is below for reference:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>PLEASE FORWARD THIS EMAIL TO SOMEONE IN YOUR COMPANY WHO IS ALLOWED TO MAKE IMPORTANT DECISIONS!</p><p>We have hacked your website [website URL]&nbsp;and extracted your databases.</p><p>How did this happen?<br />Our team has found a vulnerability within your site that we were able to exploit. After finding the vulnerability we were able to get your database credentials and extract your entire database and move the information to an offshore server.</p><p>What does this mean?</p><p>We will systematically go through a series of steps of totally damaging your reputation. First your database will be leaked or sold to the highest bidder which they will use with whatever their intentions are. Next if there are e-mails found they will be e-mailed that their information has been sold or leaked and your site&nbsp;[website URL]&nbsp;was at fault thusly damaging your reputation and having angry customers/associates with whatever angry customers/associates do. Lastly any links that you have indexed in the search engines will be de-indexed based off of blackhat techniques that we used in the past to de-index our targets.</p><p>How do I stop this?</p><p>We are willing to refrain from destroying your site&rsquo;s reputation for a small fee. The current fee is $2000 USD in bitcoins (BTC).</p><p>Send the bitcoin to the following Bitcoin address (Copy and paste as it is case sensitive):</p><p>12KLZzgrNX2DvbWQM7yQ1V9vPwy9JPvUKM</p><p>Once you have paid we will automatically get informed that it was your payment. Please note that you have to make payment within 5 days after receiving this notice or the database leak, e-mails dispatched, and de-index of your site WILL start!</p><p>How do I get Bitcoins?</p><p>You can easily buy bitcoins via several websites or even offline from a Bitcoin-ATM. We suggest you&nbsp;<a rel=\"noreferrer noopener\" href=\"https://cex.io/\" target=\"_blank\">https://cex.io/</a>&nbsp;for buying bitcoins.</p><p>What if I don&rsquo;t pay?</p><p>If you decide not to pay, we will start the attack at the indicated date and uphold it until you do, there&rsquo;s no counter measure to this, you will only end up wasting more money trying to find a solution. We will completely destroy your reputation amongst google and your customers.</p><p>This is not a hoax, do not reply to this email, don&rsquo;t try to reason or negotiate, we will not read any replies. Once you have paid we will stop what we were doing and you will never hear from us again!</p><p>Please note that Bitcoin is anonymous and no one will find out that you have complied.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2020 23:26:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WP Café to Host Live Discussion on Gutenberg Theme Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/wp-cafe-to-host-live-discussion-on-gutenberg-theme-development?utm_source=rss&utm_medium=rss&utm_campaign=wp-cafe-to-host-live-discussion-on-gutenberg-theme-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3738:\"<p class=\"has-drop-cap\">Highrise Digital is set to host the first of a new video series under the banner of <a href=\"https://highrise.digital/wp-cafe/\">WP Caf&eacute;</a>. The first episode will begin at 11 am BST (10 am UTC) on June 11, which will be a discussion on building WordPress themes in the new era of the block editor.</p>\n\n\n\n<p>Highrise Digital is a UK-based agency that focuses on building WordPress sites for post-small, pre-enterprises businesses. The goal for the new video series is to hold live discussions with other professionals on the &ldquo;challenges, solutions, and ideas&rdquo; of developing on top of WordPress. Mark Wilkinson, the company&rsquo;s co-founder, will be hosting the inaugural event.</p>\n\n\n\n<p>The first episode is titled &ldquo;Developing Themes With Gutenberg (IRL).&rdquo; The following developers will be joining Wilkinson on the panel:</p>\n\n\n\n<ul><li><strong>Ben Gillbanks:</strong> Co-owner of Pro Theme Design and co-writer of the MasterWP newsletter.</li><li><strong>Diane Wallace:</strong> Freelance web developer recently hired by BrightTALK for Gutenberg-related work.</li><li><strong>Michael Bragg:</strong> Senior Developer and Studio Manager at EDGE Creative.</li><li><strong>Keith Devon:</strong> Co-founder and front-end developer at Highrise Digital.</li></ul>\n\n\n\n<p>To stay updated with the first event and those to come later, subscribe to the company&rsquo;s <a href=\"https://www.youtube.com/channel/UCPYDDL8LWtXx_WmTY7rMRXg\">YouTube channel</a>. You can watch the first show when it airs via the following video:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>On June 1, Devon put out a call for questions the panel should discuss. A single request came from Ross Wintle. &ldquo;I feel like Gutenberg is a moving target,&rdquo; he <a href=\"https://twitter.com/magicroundabout/status/1267741780486873089\">tweeted</a>. &ldquo;If I develop a theme today, it could look very different from a theme I develop next year. So if I&rsquo;m developing a custom theme today, which bits of Gutenberg are &lsquo;safe&rsquo; to use?&rdquo;</p>\n\n\n\n<p>The volatile nature of developing themes against the block editor is a frustration that many theme authors have shared. We have discussed it when covering <a href=\"https://wptavern.com/where-gutenberg-went-wrong-theme-developer-edition\">where Gutenberg went wrong</a> for theme authors. It is an issue that Carolina Nymark is facing while building her <a href=\"https://wptavern.com/begin-prepping-for-full-site-editing-with-new-course-on-block-based-themes\">full-site editing course</a>. It is unlikely the panel can provide a perfect answer to the question. However, given their experience, they may be able to offer some insight into how they are handling theme development in a rapidly changing environment.</p>\n\n\n\n<p>Along with the proposed guest question, the WP Caf&eacute; webpage officially lists the following topics of discussion:</p>\n\n\n\n<ul><li>What are the biggest challenges when building themes with Gutenberg?</li><li>What opportunities does Gutenberg offer to theme developers?</li><li>How much should we customize the back-end?</li><li>Are you building custom blocks? How?</li><li>How are your clients getting on with the block editor?</li></ul>\n\n\n\n<p>Ideally, the answers to those questions should focus on two time periods: today and six months down the road. My hope is the panel can provide some answers to other theme authors on how to hop on the Gutenberg train now and help push them to stay on track in the next six months or year.</p>\n\n\n\n<p>If nothing else, these are the types of discussions the theme author community needs to be holding. It is nice to see experienced developers diving into them.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2020 19:59:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress.org blog: WordPress 5.4.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2020/06/wordpress-5-4-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6813:\"<p>WordPress 5.4.2 is now available!</p>\n\n\n\n<p>This security and maintenance release features 23 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>These bugs affect WordPress versions 5.4.1 and earlier; version 5.4.2 fixes them, so you’ll want to upgrade.</p>\n\n\n\n<p>If you haven’t yet updated to 5.4, there are also updated versions of 5.3 and earlier that fix the bugs for you.</p>\n\n\n\n<h3><strong>Security Updates</strong></h3>\n\n\n\n<p>WordPress versions 5.4 and earlier are affected by the following bugs, which are fixed in version 5.4.2. If you haven’t yet updated to 5.4, there are also updated versions of 5.3 and earlier that fix the security issues.</p>\n\n\n\n<ul><li>Props to Sam Thomas (jazzy2fives) for finding an XSS issue where authenticated users with low privileges are able to add JavaScript to posts in the block editor.</li><li>Props to Luigi &#8211; (<a href=\"https://www.gubello.me/\">gubello.me</a>) for discovering an XSS issue where authenticated users with upload permissions are able to add JavaScript to media files.</li><li>Props to Ben Bidner of the WordPress Security Team for finding an open redirect issue in <em>wp_validate_redirect()</em>.</li><li>Props to <a href=\"http://apapedulimu.click\">Nrimo Ing Pandum</a> for finding an authenticated XSS issue via theme uploads.</li><li>Props to <a href=\"https://blog.ripstech.com/authors/simon-scannell\">Simon Scannell of RIPS Technologies</a> for finding an issue where <em>set-screen-option</em> can be misused by plugins leading to privilege escalation.</li><li>Props to <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> for discovering an issue where comments from password-protected posts and pages could be displayed under certain conditions.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>One maintenance update was also deployed to versions 5.1, 5.2 and 5.3. See the <a href=\"https://make.wordpress.org/core/2020/06/09/wordpress-5-4-2-prevent-unmoderated-comments-from-search-engine-indexation/\">related developer note</a> for more information.</p>\n\n\n\n<p>You can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.4.2&order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>For more info, browse the full list of changes on Trac or check out the Version&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-4-2/\">5.4.2 documentation page</a>.</p>\n\n\n\n<p>WordPress 5.4.2 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-5/\">version 5.5</a>.</p>\n\n\n\n<p>You can download WordPress 5.4.2 from the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Thanks and props!</h3>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.2 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/argentite\">argentite</a>, <a href=\"https://profiles.wordpress.org/asif2bd\">M Asif Rahman</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bdcstr\">bdcstr</a>, <a href=\"https://profiles.wordpress.org/delowardev\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/dhrrob\">Rob Migchels</a>, <a href=\"https://profiles.wordpress.org/donmhico\">donmhico</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/emlebrun\">Emilie LEBRUN</a>, <a href=\"https://profiles.wordpress.org/finomeno\">finomeno</a>, <a href=\"https://profiles.wordpress.org/garethgillman\">garethgillman</a>, <a href=\"https://profiles.wordpress.org/giorgio25b\">Giorgio25b</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/h71\">Hector F</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/imath\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/javiercasares\">Javier Casares</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jonkolbert\">jonkolbert</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/kjellr\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kthmd\">KT</a>, <a href=\"https://profiles.wordpress.org/markusthiel\">markusthiel</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mislavjuric\">mislavjuric</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nikhilbhansi\">Nikhil Bhansi</a>, <a href=\"https://profiles.wordpress.org/oakesjosh\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/passoniate\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/samful\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/skarabeq\">skarabeq</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/suzylah\">suzylah</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/utz119\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a> and <a href=\"https://profiles.wordpress.org/yuhin\">yuhin</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2020 19:19:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"HeroPress: How Contributing To WordPress Empowers Me\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"https://heropress.com/essays/how-contributing-to-wordpress-empowers-me/#utm_source=rss&utm_medium=rss&utm_campaign=how-contributing-to-wordpress-empowers-me\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8474:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/061020-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The people in WordPress have been so encouraging and are always there to cheer me on.\" /><p>One of my favorite WordPress memories is standing in line to register at WordCamp London 2018. Upon saying my first name, no one looked surprised or asked me to say that again, please? Where I live, in the Netherlands, Siobhan is definitely not a common name. Also, the pronunciation is quite different from the spelling. For most languages obviously, I’m guessing in Irish it makes sense! This really gave me a welcoming feeling. At this event, I wasn’t going to be spending time explaining my name. Although I love my name, explaining it does get a bit old sometimes.</p>\n<p>To me, this feels like a metaphor for the WordPress community. I’ve always felt very welcome without having to explain myself, or pretend to be someone different. Disclaimer: I do realize not everyone does, but this is me sharing my personal experiences. I understand that I come from a place of privilege. Not in the least by being employed by Yoast, a company that takes contributing to WordPress very seriously. I get to allocate part of my hours to contributing, which is a luxury. I also literally have lunch with a lot of knowledgeable people that can provide context when I don’t understand something, or share their opinions when I ask.</p>\n<p>On the other hand, working for a company well-known within WordPress, has also felt like a possible pitfall. For a long time, I have felt the need to prove myself. To show that I’m capable of getting somewhere on my own merits, not just because I have a magenta hoodie.</p>\n<h3>Reaching Out</h3>\n<p>So at my first contributor day, I purposely joined a team that none of my coworkers were in. The WordPress marketing team. This makes sense anyway, as my regular job is in social media marketing. I joined the marketing team on Slack, as they weren’t physically at this WordCamp. At the time, I didn’t have one of the super recognizable Yoast avatars. I just dove in, read up on the team and the work they did, and asked some questions. To be honest, I found it hard at first to actually get to work, as I was lacking context.</p>\n<p>After attending a few Slack meetings, I felt bold enough to take on the meeting notes. It’s a relatively easy job that doesn’t feel meaningful (it is, though!), but I loved having made my first contribution. The team was so welcoming and took the time to acknowledge me and the work I’d done. That motivated me to ask if there was any project or task I could join. Things moved quickly from there. I wrote a piece of content and got some very useful feedback from a native English speaker. They didn’t just correct my text, they explained what they’d change and why. I try to do the same now, as it makes so much sense. I still learn a lot every time I get feedback from someone in the team. Over the next months, I kind of accidentally led a few marketing tables at contributor days. I remembered how I’d struggled myself, so I enjoyed on-boarding people and getting them excited about the team. After a while, the team reps asked me to join them. Such an honor!</p>\n<h3>Understanding What Worked</h3>\n<p>All it took for me to join the team was taking that first step. Speaking up and just saying ‘hey, I’m here, what can I do?’. The team didn’t ask for any references of my work, or need to know who I was. I felt trusted, and that made me want to deliver the best work I could. Of course, after a while, I actually got to meet the people in real life. And if you’ve ever been at a WordCamp that Yoast attended, you probably know we take branding seriously. You won’t see me there without my Yoast shirt or hoodie! I’m proud to work for such a company and I get to meet a lot of awesome people because of it. But that also meant, people now couldn’t not know that I am part of Team Yoast.</p>\n<p>Being recognizable definitely made it easier for me to move within the community. We have a lovely community team at Yoast that took the effort of introducing me to a lot of people. That helped me meet people outside of the marketing team, which has proven to be pretty valuable for my work within the team as well. So, a lot of perks come from the company I work for. What I’m trying to get at though, is that I feel that other contributors appreciate me for who I am. For my work, my knowledge, my commitment, my personality. I’d like to believe that even though my day job has made it a lot easier for me to find my place within WordPress, a large part of it is down to my own strengths.</p>\n<p>When our founder, Joost, became marketing lead at WordPress, we worked together regularly. As team rep for the marketing team, I had experience within the team and already knew the people. Some people out there were only noticing the marketing team for the first time then. Sometimes when I spoke to people, I realized they assumed I’d gotten my position as team rep through Joost. They didn’t know I’d already been a team rep for at least a year. This annoyed me, but it also motivated me to show them this wasn’t the case. I enjoyed working on this with Joost, but I also made sure to keep doing my own thing. I’m currently on maternity leave, but I’m looking forward to returning to the team in a few weeks!</p>\n<h3>The Value Of Being On A WordPress Team</h3>\n<p>The greatest learning experience I’m having within WordPress, lies within being a team rep. I learn so much from working closely with the other reps, who come from around the world and from all kinds of jobs and companies. I learn to see different points of view, and take things into account that I’d never have thought of myself. I learn to communicate with people from all types of jobs and cultures. I learn a lot about themes I didn’t know of before, like inclusiveness, and accessibility. All of this helps me grow as a person and as a professional. And the other way around: I get to use skills and knowledge I’ve learned at Yoast to help empower the team.</p>\n<p>I love the combination of my regular job and the work I do in WordPress. Both teach me different things as the job, the people, the context, the means of communication, basically everything, is different. It’s definitely a win-win situation for me. I also take pride in what I’ve done for myself, by taking opportunities and making the most of them. I’ve been running international meetings, getting up on stage, spoken during an online event, leading discussions on- and offline, and so on. The people in WordPress have been so encouraging and are always there to cheer me on.</p>\n<h3>Lifelong Friendships</h3>\n<p>And another thing: valuable friendships have come from it. During WordCamps, I love to spend the evenings having a drink with other attendees. I’ve met such diverse people and have had the most interesting conversations, way outside of my own bubble at home. And more recently, Abha and Yvette (two of the other team reps) were even going to come visit me at home, to meet my newborn baby girl! Unfortunately, COVID-19 put a stop to that.</p>\n<p>Finding my way within the WordPress community, being backed by Yoast, helps me develop myself in several ways. It’s making me take steps and do things I never thought I would. I hope to make my company proud, and I’m proving to myself that I have skills to bring to the table. I’m not just at the table because of where I work.</p>\n<p>Of course, I still feel overwhelmed sometimes, or like I’m just not getting it. But I know we’re a team, and I can ask for help. I got to where I am today, by just diving in and making myself known. Taking that step back then has brought me a lot. I’d be happy if my story inspires someone to do the same. Anyone can contribute, it doesn’t matter where you’re from or where you work. At all times, a lot is happening and contributors are working hard. They might not notice you, but that doesn’t mean they don’t care. Reach out, introduce yourself, you never know where it’ll take you!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/how-contributing-to-wordpress-empowers-me/\">How Contributing To WordPress Empowers Me</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2020 06:00:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Siobhan Cunningham\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WPTavern: PHP Marks 25 Years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/php-marks-25-years?utm_source=rss&utm_medium=rss&utm_campaign=php-marks-25-years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4157:\"<p>This week the web is celebrating 25 years since Rasmus Lerdorf released version 1.0 of his&nbsp;&ldquo;Personal Home Page Tools (PHP Tools).&rdquo; PHP is now used by <a href=\"https://w3techs.com/technologies/details/pl-php\">78.9%</a> of all the websites whose server-side programming language W3Techs can detect. (This includes sites in the Alexa top 10 million or in the Tranco top 1 million list.) WordPress makes up a large portion of these sites (<a href=\"https://w3techs.com/technologies/details/cm-wordpress\">37.3% of websites</a>), but many popular sites like Facebook, Wikipedia, and Yahoo, still use PHP in some form.</p>\n\n\n\n<p>Although PHP may not be the most fashionable programming language, it is still dominating the web, albeit on a slow decline. It may have already hit its peak usage at 80.6% in January 2015, but PHP keeps getting faster and better with each release. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In a 2017 interview on the <a href=\"https://mappingthejourney.com/single-post/2017/12/01/episode-14-interview-with-matt-mullenweg-founder-of-wordpress/\">Mapping the Journey podcast</a>, Matt Mullenweg explained some of the reasons he was first attracted to PHP. </p>\n\n\n\n<p>&ldquo;PHP is amazing in its ubiquity,&rdquo; he said. &ldquo;Part of the reason I switched to it from Perl and Python and other things that I wrote early on, is&hellip;its integration with Apache web servers, which is so darn easy. You didn&rsquo;t have to mess with file permissions and everything else in the same way, and then every web host supporting it also makes distribution easy.&rdquo;</p>\n\n\n\n<p>The ease of finding hosting for PHP-based sites is one of the contributing factors to its large marketshare among server-side languages. Mullenweg said he appreciated how PHP and MySQL provided a platform on which people could easily run WordPress from anywhere in the world.</p>\n\n\n\n<p>&ldquo;Even to this day, even though a lot of Automattic&rsquo;s work is now in Go, Node, or JavaScript or different things, it&rsquo;s still nothing beats PHP for its server-side scalability and distribution,&rdquo; Mullenweg said. &ldquo;So, we still plan for the server side of WordPress to be in PHP for the foreseeable future.&rdquo; </p>\n\n\n\n<p>Mullenweg reaffirmed his dedication to PHP during a <a href=\"https://wptavern.com/matt-mullenwegs-summer-update-at-wordcamp-europe-2019-gutenbergs-progress-and-a-preview-of-upcoming-features\">Q&amp;A session at WordCamp Europe in 2019</a>. When he was asked how he plans to balance chasing the new and shiny with all of WordPress&rsquo; existing legacy APIs, he said, &ldquo;PHP is going to be crucial to us for many years to come.&rdquo;</p>\n\n\n\n<p>Although WordPress site owners have historically been slow to adopt newer versions of PHP, the Site Health infrastructure that was put in place last year has brought greater awareness to users about the importance of upgrading. The PHP update instructions, along with better protection for fatal errors, makes it easier than ever for users to contact their hosts about getting on newer versions.</p>\n\n\n\n<p><a href=\"https://github.com/jrfnl\">Juliette Reinders Folmer</a>, a prolific contributor to a number of widely used, PHP-based open source projects, including WordPress, wrote a short tribute to the programming language on the <a href=\"https://make.wordpress.org/core/2020/06/08/happy-25th-birthday-php/\">make.wordpress.org/core</a> blog on its 25th birthday.</p>\n\n\n\n<p>&ldquo;PHP&nbsp;has evolved hugely, with the Zend Engine seeing the light in PHP 4, much improved support for object-oriented programming being added in PHP 5, and huge performance improvements being gained with the rewritten engine in PHP 7,&rdquo; Reinders Folmer said.</p>\n\n\n\n<p>&ldquo;By now, PHP is a fully featured programming language and developers are eagerly looking forward to the&nbsp;release&nbsp;of PHP 8, expected towards the end of this year.</p>\n\n\n\n<p>&ldquo;The WordPress community owes a massive debt of gratitude to PHP, so please join me in thanking all the developers behind PHP and in wishing PHP a happy birthday and many happy returns!&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2020 00:16:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Begin Prepping for Full-Site Editing With New Course on Block-Based Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/begin-prepping-for-full-site-editing-with-new-course-on-block-based-themes?utm_source=rss&utm_medium=rss&utm_campaign=begin-prepping-for-full-site-editing-with-new-course-on-block-based-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8723:\"<p class=\"has-drop-cap\">Full-site editing is a mere half a year away from becoming a reality. The feature is expected to land in WordPress 5.6, scheduled for release in December. To prepare theme authors for this upcoming change, Carolina Nymark has created a new website and training course, aptly titled <a href=\"https://fullsiteediting.com/\">Full Site Editing</a>.</p>\n\n\n\n<p>Nymark has been a long-time theme author and contributor to the WordPress Themes Team. She has been a team lead or representative for several years and is one of the leaders behind the push for more accessibility-ready themes.</p>\n\n\n\n<p>There are two major roadblocks that theme authors face right now. The first is that full-site editing is still in an experimental phase. The second is that there is not enough documentation, tutorials, and courses that do deep dives into this evolution of theming for WordPress. At least for the latter issue, Nymark has enough experience to do something about it, which is exactly what this new undertaking is all about.</p>\n\n\n\n<p>After losing her job due to COVID-19, she wanted to use her free time to contribute back to the block editor. &ldquo;At the same time, people around me started asking questions about full-site editing, and with the testing that I had done, I knew how to get started,&rdquo; she said. &ldquo;If I could share that, I could ease the process for others.&rdquo;</p>\n\n\n\n<p>Her representative role with the Themes Team also provided a unique insight into the uphill battle that theme authors would be facing. Nymark said she felt a sense of urgency with full-site editing looming ahead. &ldquo;I only see a very small portion of the ecosystem &mdash; the WordPress themes that are submitted to be included in the WordPress theme directory; but most of the themes I see do not take advantage of blocks,&rdquo; she said. &ldquo;The themes do not style blocks, and the editor does not match the front. We as theme authors have not adapted fast enough to the block editor, and now there is another big change coming in six months.&rdquo;</p>\n\n\n\n<p>The course is available for free to everyone right now. However, that may not always be the case. Nymark is <a href=\"https://fullsiteediting.com/sponsors/\">seeking sponsorship</a> from people within the WordPress community. The idea is that they could fund the ongoing development of the course. If there is not enough sponsorship money available, she will need to turn it into a paid course. If that happens, she said the plan would be to go with a one-time fee model. Because of the frequent updates to full-site editing she wants customers to have access to the updated course material.</p>\n\n\n\n<p>Developers who have a working knowledge of theme development are the primary audience for the course. Before anyone dives in, they should understand WordPress functions, PHP, HTML, and CSS.</p>\n\n\n\n<h2>What&rsquo;s in the Course?</h2>\n\n\n\n<img />Welcome lesson for the full-site editing course.\n\n\n\n<p class=\"has-drop-cap\">Currently, the course is unfinished. That is no surprise as the site editor is still half a year away from inclusion in WordPress. However, it does take theme authors through some of the basics they need to be familiar with before taking the next steps. The site also has an open forum that anyone can join and begin discussions on building themes from blocks.</p>\n\n\n\n<p>The course is broken down into the following sections, each with its own lessons:</p>\n\n\n\n<ul><li>Introduction</li><li>All About Blocks</li><li>Block-Based Themes</li><li>Site Editor</li></ul>\n\n\n\n<p>Most lessons have a short video between two and five minutes. Nymark provides full transcripts of the videos for users who prefer to read. Along with the video and transcript, some lessons have downloadable material, such as code examples. At this time, there is only a single quiz for the &ldquo;All About Blocks&rdquo; part of the course.</p>\n\n\n\n<p>Right now, the course covers only the basics. For theme authors who have already stepped into block-based themes, they might find some of the intro material to be a bit too low-level. However, they should expect more advanced topics going forward. For theme authors who have yet to dive into the block system, now would be a prime opportunity to catch up and begin prepping for the next phase of theme development.</p>\n\n\n\n<p>Nymark is ready to add more content to the course soon, but it is an ongoing challenge staying on top of things at this point. &ldquo;I have recorded content that I cannot use because of how fast the block editor changes, but that was expected,&rdquo; she said. &ldquo;My biggest concern is that I don&rsquo;t want to spread misinformation, and that is difficult in this early stage.&rdquo;</p>\n\n\n\n<p>On the roadmap are example themes and slides that others can download and use for presentations during WordPress meetups. She is also building a parser that will create an improved block reference for theme authors to use in their templates.</p>\n\n\n\n<h2>The Road Traveled</h2>\n\n\n\n<p class=\"has-drop-cap\">There is a learning curve, even for someone as experienced as Nymark. She said it is still hard to picture how the template system will work when all is said and done. Because things are changing, it is an educational process as she builds out the course to teach others.</p>\n\n\n\n<p>&ldquo;The biggest confusion for me when I started was how the templates and template parts were saved,&rdquo; she said. &ldquo;When you edit and save a template in the site editor, it is saved as a custom post type, and that template will be used instead of the file that you have in the theme. Currently, if you change themes, the block structure that you have saved in the template is used, but it is styled by the new theme. This is why it is so important that theme authors style and test blocks.&rdquo;</p>\n\n\n\n<p>For theming, particularly one-page sites or blogs, the structure of the theme is likely to be much simpler than what we see today. Nymark said the new system, while under active development, still feels familiar enough to make the transition from traditional themes easy. The big difference is between making fewer decisions regarding custom JavaScript and PHP with more work toward design.</p>\n\n\n\n<p>&ldquo;The downside to this is that, in the beginning, I think we will see less variations in the themes,&rdquo; she said. &ldquo;Once the first excitement over playing with new toys passes, this might feel limiting. Block patterns will play a major role and I am looking forward to using them soon.&rdquo;</p>\n\n\n\n<p>For theme authors who are dipping their toes into the full-site-editing waters for the first time, she suggests starting by recreating headers, footers, and other small sections as block patterns. It is enough to get your feet wet without diving in headfirst.</p>\n\n\n\n<p>Her second recommended step is to start thinking about how to convert customizer options to the block system. For example, when thinking about the various header options that many themes have, it may be worth creating block patterns to expose those user choices through the full-site editor.</p>\n\n\n\n<h2>The Road Ahead</h2>\n\n\n\n<p class=\"has-drop-cap\">Nymark identified several areas that need to be addressed going forward, namely documentation. &ldquo;The general lack of documentation is a problem, not only for full-site editing but for the entire Gutenberg project,&rdquo; she said. &ldquo;It makes it difficult for people to learn and contribute.&rdquo;</p>\n\n\n\n<p>One key feature she would like to see is the ability for theme authors to lock templates to keep users from accidentally removing critical blocks that provide functionality to their websites.</p>\n\n\n\n<p>She also listed several necessary components that are under development by the Gutenberg team but are not ready yet:</p>\n\n\n\n<ul><li>Selecting and creating template parts in the site editor.</li><li>Finalizing the global styles feature.</li><li>Updating existing full-site editing blocks with more controls.</li><li>Creating new blocks for remaining template tags.</li><li>Improving the Navigation block so that it is responsive.</li></ul>\n\n\n\n<p>There is still a lot of work to be done and many questions are still in the air. However, there is hope for a brighter future as WordPress moves toward a common design language through blocks.</p>\n\n\n\n<p>&ldquo;It will be easier for designers to create layouts without concern for the code,&rdquo; said Nymark, &ldquo;and once templates can be exported it will also be easier to share those layouts as themes. The barrier of entry will be moved; it will be easy to create a basic theme, but it may be more difficult to create complete solutions for users.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2020 19:16:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Matt Mullenweg and Matías Ventura Demo New Image Editing Tools Coming to Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100467\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"https://wptavern.com/matt-mullenweg-and-matias-ventura-demo-new-image-editing-tools-coming-to-gutenberg?utm_source=rss&utm_medium=rss&utm_campaign=matt-mullenweg-and-matias-ventura-demo-new-image-editing-tools-coming-to-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2865:\"<p>One of the most exciting parts of Matt Mullenweg&rsquo;s session at WordCamp Europe 2020 Online was the live demo of the new image editing tools that will land in the next release of the Gutenberg plugin. The video is already available on WordPress.tv (and embedded below). At the 8:30 mark, Mullenweg and Mat&iacute;as Ventura, lead architect of the Gutenberg project, unveil a collection of the latest block editor improvements.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The six-minute demo shows a handful of new features that are coming in WordPress 5.5, which is scheduled for release in August. These include more polished interactions, copying and pasting blocks, block patterns, and new design tools for the cover block. </p>\n\n\n\n<p>Ventura also highlighted the team&rsquo;s progress on <a href=\"https://github.com/WordPress/gutenberg/pull/21024\">adding rich image editing capabilities to Gutenberg</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>These new tools allow users to easily rotate, flip, and crop the image inside the block. Cropping with zoom mode (shown in the image below), is particularly useful with the live preview showing the results in context of the rest of the content on the page. </p>\n\n\n\n<p>The current iteration only allows for&nbsp;cropping with fixed aspect ratios but contributors are working on <a href=\"https://github.com/WordPress/gutenberg/issues/22582\">adding free-form crop</a> to the lineup. They are also discussing refinements such as <a href=\"https://github.com/WordPress/gutenberg/issues/22573\">adding snackbar notices</a> and queuing up image edits to only <a href=\"https://github.com/WordPress/gutenberg/issues/22579\">apply once all edits are complete</a>.</p>\n\n\n\n<p>In the past, WordPress users have frequently had to seek out alternative applications to perform quick image edits, taking them outside of the content editor and interrupting their workflow. With the new inline image editing tools in place, most simple edits can now be handled by the image block, making WordPress a more compelling place for writing content.</p>\n\n\n\n<div class=\"wp-block-image\"><img />image credit: <a href=\"https://github.com/WordPress/gutenberg/pull/21024\">Gutenberg GitHub Repository</a></div>\n\n\n\n<p>Ventura confirmed that these tools change the source image &ndash; they do not not just apply CSS changes. He also said the API for image editing will be available in other parts of the editor. The Gutenberg team is working on making the tools more extensible so developers can add things like image filters. </p>\n\n\n\n<p>Contributors are hoping the new image editing tools will be ready for inclusion in WordPress 5.5. Users who want to test them ahead of the release can install the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> and watch for the upcoming 8.3 update.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jun 2020 21:13:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 09 Jul 2020 02:45:19 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 09 Jul 2020 02:30:07 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200703100014\";}','no'),(5735,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1594305918','no'),(5736,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1594262718','no'),(5740,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1594262720','no'),(5747,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1594305920','no'),(5748,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/07/wordpress-5-5-beta-1/\'>WordPress 5.5 Beta 1</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/jetpack-8-7-adds-new-tweetstorm-unroll-feature-improves-search-customization?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jetpack-8-7-adds-new-tweetstorm-unroll-feature-improves-search-customization\'>WPTavern: Jetpack 8.7 Adds New Tweetstorm Unroll Feature, Improves Search Customization</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/after-11-years-users-will-be-able-to-update-themes-and-plugins-via-a-zip-file?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=after-11-years-users-will-be-able-to-update-themes-and-plugins-via-a-zip-file\'>WPTavern: After 11 Years, Users Will Be Able to Update Themes and Plugins via a ZIP File</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/new-gatsby-source-wordpress-plugin-now-in-beta?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-gatsby-source-wordpress-plugin-now-in-beta\'>WPTavern: New Gatsby Source WordPress Plugin Now in Beta</a></li></ul></div>','no'),(5808,'_site_transient_timeout_available_translations','1594278272','no'),(5809,'_site_transient_available_translations','a:122:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-04 18:19:47\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 23:13:26\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.15\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.15/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2020-01-22 10:57:09\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"4.8.14\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.8.14/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 06:57:24\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-17 11:59:40\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-27 07:15:52\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.3.4\";s:7:\"updated\";s:19:\"2020-06-11 08:59:48\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.4/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-10 15:15:09\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-05-20 09:36:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-17 18:22:34\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-19 09:59:34\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/5.4.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-19 09:59:11\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 18:14:04\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.4.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 18:12:26\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 15:27:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-03-31 22:29:33\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 05:40:20\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-18 22:29:32\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-03-30 09:33:04\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 21:16:04\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 12:15:57\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 22:47:39\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-01 18:27:50\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-23 16:46:04\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 07:21:18\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 21:12:53\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 20:42:40\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-11-12 04:43:11\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 22:49:02\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-05-31 09:30:36\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 09:16:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 04:56:54\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-10 10:30:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 21:35:48\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-01 12:25:22\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-05-26 21:16:26\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 22:38:20\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 17:25:52\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-05 20:35:18\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 20:37:54\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-03 10:58:08\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-09 01:35:48\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 15:48:24\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 08:23:23\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-30 07:54:16\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 06:32:24\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.15\";s:7:\"updated\";s:19:\"2019-12-04 12:22:34\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.15/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರೆಸಿ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.3.4\";s:7:\"updated\";s:19:\"2020-05-21 16:29:57\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.4/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.2.6\";s:7:\"updated\";s:19:\"2019-10-19 19:23:46\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.6/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-06 14:36:42\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 12:57:25\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.8.14\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.14/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"4.9.15\";s:7:\"updated\";s:19:\"2018-08-31 11:57:07\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.15/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 22:48:25\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-30 18:03:47\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 08:54:33\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 07:06:32\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.4.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2020-01-01 08:53:00\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-09 06:38:25\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-01 11:09:51\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 10:25:22\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 10:35:41\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.4.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 16:20:44\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 07:07:52\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-07 21:07:04\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:3:\"5.3\";s:7:\"updated\";s:19:\"2019-11-12 04:37:38\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.3/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-08 11:26:21\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-05-27 17:42:38\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-05-29 15:07:21\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-04-01 01:42:23\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 08:02:54\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"5.2.6\";s:7:\"updated\";s:19:\"2019-10-22 00:19:41\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.6/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-04 18:21:20\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-06-21 01:12:44\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 06:43:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.1.6\";s:7:\"updated\";s:19:\"2020-04-09 10:48:08\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.6/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:6:\"5.0.10\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0.10/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2019-12-07 15:52:24\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-03-30 20:54:59\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.4.2\";s:7:\"updated\";s:19:\"2020-07-08 08:37:14\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2020-03-08 12:12:22\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(5279,'_transient_timeout_wf-plugin-info-sticky-menu-or-anything-on-scroll','1594560109','no'),(5280,'_transient_wf-plugin-info-sticky-menu-or-anything-on-scroll','O:8:\"stdClass\":30:{s:4:\"name\";s:51:\"Sticky Menu, Sticky Header (or anything!) on Scroll\";s:4:\"slug\";s:33:\"sticky-menu-or-anything-on-scroll\";s:7:\"version\";s:4:\"2.21\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:12:\"contributors\";a:4:{s:10:\"webfactory\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/d2ad55d623efa74a60162a70366f2e9e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"WebFactory\";}s:7:\"wpreset\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/wpreset\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0923e825d572775c007277a099940fe4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"WordPress Reset\";}s:21:\"underconstructionpage\";a:3:{s:7:\"profile\";s:52:\"https://profiles.wordpress.org/underconstructionpage\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/2586d7d022d23b758c5069a5aefe97d2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Under Construction\";}s:16:\"googlemapswidget\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/googlemapswidget\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/91bd99a5b95a67dabcf80a25bb7f7af8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Google Maps Widget\";}}s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:98;s:7:\"ratings\";a:5:{i:5;i:311;i:4;i:14;i:3;i:0;i:2;i:1;i:1;i:6;}s:11:\"num_ratings\";i:332;s:15:\"support_threads\";i:51;s:24:\"support_threads_resolved\";i:49;s:15:\"active_installs\";i:100000;s:10:\"downloaded\";i:596906;s:12:\"last_updated\";s:21:\"2020-06-19 7:21pm GMT\";s:5:\"added\";s:10:\"2014-09-19\";s:8:\"homepage\";s:64:\"https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/\";s:8:\"sections\";a:6:{s:11:\"description\";s:2939:\"<p>The Sticky Menu (or Sticky Header) On Scroll plugin allows you to <strong>make any element on your pages &#8220;sticky&#8221;</strong> as soon as it hits the top of the page when you scroll down. Although this is commonly used to keep menus at the top of your page to create floating menus, the plugin allows you to make any element sticky. Make a sticky header, stick menu, sticky widget, sticky logo, sticky call to action or a floating menu.</p>\n<p>A little bit of basic HTML/CSS knowledge is required. You just need to know how to pick the right selector for the element you want to make sticky, and you need to be sure it&#8217;s a unique selector. Sometimes a simple selector like &#8220;nav&#8221;, &#8220;#main-menu&#8221;, &#8220;.menu-main-menu-1&#8221; is enough. Other times you will have to be more detailed and use a more specific selector such as &#8220;header &gt; ul:first-child&#8221; or &#8220;nav.top .menu-header ul.main&#8221;.</p>\n<h4>Features</h4>\n<ul>\n<li><strong>Any element can stick</strong>: although common use is for navigation menus, or header the plugin will let you pick any unique element with a name, class or ID to stick at the top of the page once you scroll past it. Use it for sticky widget, sticky sidebar, sticky header, sticky menu, sticky header, sticky call-to-action box, sticky banner ad, etc.</li>\n<li><strong>Positioning from top</strong>: optionally, you can add any amount of space between the sticky element and the top of the page, so that the element is not always stuck at the &#8220;ceiling&#8221; of the page.</li>\n<li><strong>Enable for certain screen sizes only</strong>: optionally, you can set a minimum and/or maximum screen size where the stickiness should work. This can be handy if you have a responsive site and you don&#8217;t want your element to be sticky on smaller screens, for example.</li>\n<li><strong>Push-up element</strong>: optionally, you can pick any other element lower on the page that will push the sticky element up again (for example a sidebar widget).</li>\n<li><strong>Admin Bar aware</strong>: checks if the current user has an Admin Toolbar at the top of the page. If it has, the sticky element will not obscure it (or be obscured by it).</li>\n<li><strong>Z-index</strong>: in case there are other elements on the page that obscure or peek through your sticky element, you can add a Z-index easily.</li>\n<li><strong>Legacy Mode</strong>: in 2.0, a new method of making things sticky was introduced. In Legacy Mode, the old method will be used. See FAQ for details.</li>\n<li><strong>Dynamic Mode</strong>: some issues that frequently appear in responsive themes have been address by adding a Dynamic Mode (Legacy Mode only). See FAQ for details.</li>\n<li><strong>Debug Mode:</strong> find out possible reasons why your element doesn&#8217;t stick by switching on Debug Mode, and error messages will appear in your browser&#8217;s console.</li>\n</ul>\n\";s:12:\"installation\";s:358:\"<ol>\n<li>Upload the &#8220;sticky-menu-or-anything&#8221; directory to your &#8220;wp-content/plugins&#8221; directory.</li>\n<li>In your WordPress admin, go to PLUGINS and activate &#8220;Sticky Menu (or Anything!)&#8221;</li>\n<li>Go to SETTINGS &#8211; STICKY MENU (OR ANYTHING!)</li>\n<li>Pick the element you want to make sticky</li>\n<li>Party!</li>\n</ol>\n\";s:3:\"faq\";s:8883:\"\n<h4>\nI selected a class/ID in the settings screen, but the element doesn&#8217;t stick when I scroll down. Why not?\n</h4>\n<p>\n<p>First, make sure that if you select the element by its class name, it is preceded by a dot (e.g. &#8220;.main-menu&#8221;), and if you select it by its ID, that it&#8217;s preceded by a pound/hash/number sign (e.g. &#8220;#main-menu&#8221;). Also, make sure there is only ONE element on the page with the selector you&#8217;re using. If there is none, or more than one element that matches your selector, nothing will happen.</p>\n</p>\n<h4>\nOnce the element becomes sticky, it&#8217;s not positioned/sized properly at all.\n</h4>\n<p>\n<p>Due to the nature of CSS, there are situations where an element will not stick properly, usually if it has specific properties that are used to manipulate its location and/or dimensions. If your sticky element has any of the following properties, this could cause conflicts:</p>\n<ul>\n<li>negative margins</li>\n<li>absolute positioning</li>\n<li>top/left/bottom/right properties</li>\n<li>&#8220;display: inline&#8221;</li>\n<li>&#8220;!important&#8221; applied to any of its properties</li>\n</ul>\n<p>Try to avoid all this where possible, but if you can&#8217;t, using the plugin in Legacy Mode (see below) helps sometimes.<br />\nAnother situation that can cause trouble, is when any parent of your sticky element has the &#8220;transform&#8221; CSS property applied to it.</p>\n</p>\n<h4>\nOnce the element becomes sticky, it&#8217;s not responsive and doesn&#8217;t resize when I change the browser size.\n</h4>\n<p>\n<p>This is a known (and annoying) bug in the plugin that I haven&#8217;t been able to solve properly yet. For some sites (when the element does not contain any JavaScript interactivity, usually), it sometimes helps to use the plugin in Legacy Mode (see below).</p>\n</p>\n<h4>\nIs it possible to add some styles to the element but only when it&#8217;s sticky?\n</h4>\n<p>\n<p>To add styles to your sticky element when it&#8217;s not sticky, use class name &#8220;.element-is-not-sticky&#8221;.<br />\nTo add styles to your sticky element only when it&#8217;s sticky, use class name &#8220;.element-is-sticky&#8221;</p>\n<p>The following code would give your element a red background only when it&#8217;s not sticky, and blue only when it is:</p>\n<p>.element-is-not-sticky {<br />\n   background: red;<br />\n   }</p>\n<p>.element-is-sticky {<br />\n   background: blue;<br />\n   }</p>\n</p>\n<h4>\nOnce the element becomes sticky, there&#8217;s a brief moment where you see it twice.\n</h4>\n<p>\n<p>If you&#8217;re using the plugin in Legacy Mode (see below), this happens when the sticky element (or any of its contents) has a CSS transition applied to it. Because the original element becomes invisible (and a cloned copy of it becomes visible), the visible-to-invisible status change will take place with a transition (ie. not instantly). Either remove any of the transitions the element has, or try disabling the Legacy Mode.</p>\n</p>\n<h4>\nMy menu sticks, but it doesn&#8217;t open on the Responsive theme when it&#8217;s sticky.\n</h4>\n<p>\n<p>This was a bug in pre-2.0 versions, and an incompatibility with the theme. It has been fixed in 2.0, but in Legacy Mode, this bug is still present. If you need to enable Legacy Mode for some reason, it would be better to turn off stickiness for the mobile menu (set &#8220;Do not stick element when screen smaller than:&#8221; to 651 pixels).</p>\n</p>\n<h4>\nI have another plugin called Easy Smooth Scroll Links, but once my menu becomes sticky, that one doesn&#8217;t work anymore.\n</h4>\n<p>\n<p>This was a bug in pre-2.0 versions, and an incompatibility with the plugin. It has been fixed in 2.0, but in Legacy Mode, this bug is still present. If you need Legacy Mode enabled for some reason, there is no fix for this bug, however there is an alternative workaround. According to reports from users who had this issue, a plugin called Page Scroll To ID is a worthy alternative to Easy Smooth Scroll Links and works with the Sticky Anything plugin in Legacy Mode.</p>\n</p>\n<h4>\nStill doesn&#8217;t work. What could be wrong?\n</h4>\n<p>\n<p>Check the &#8220;Debug Mode&#8221; checkbox in the plugin&#8217;s settings. Reload the page and you may see errors in your browser&#8217;s console window. If you&#8217;ve used a selector that doesn&#8217;t exist, OR there are more of them on the page, you will be notified of that in the console.</p>\n</p>\n<h4>\nIs it possible to have multiple sticky elements?\n</h4>\n<p>\n<p>The current version only allows one sticky element, but this functionality will be implemented in the next major version. No expected release date, though.</p>\n</p>\n<h4>\nWhat is Legacy Mode? Should I use it?\n</h4>\n<p>\n<p>In version 2.0 of the plugin, a new/better method for making elements sticky was introduced. Before this, a sticky element would essentially be a cloned copy of the original element. Now, the element itself becomes sticky and doesn&#8217;t use copying and cloning anymore, which solves a lot of issues.</p>\n<p>So, should you use it or not? Well, if you upgraded this plugin from an earlier version, Legacy Mode will be turned ON by default, because chances are that the old method worked perfectly fine for your site. If that&#8217;s the case, there is not really a need to use the new method and you can just continue using the old, classic method. If it ain&#8217;t broke, don&#8217;t fix it, right?</p>\n<p>Having said that, it&#8217;s worth checking if your element works just as well with Legacy Mode turned OFF, since this is the &#8220;better&#8221; method. Just give it a quick try. If it doesn&#8217;t work, you can always just go back and enable it again.</p>\n<p>NOTE: new installs of the plugin will have the Legacy Mode turned off by default. Only UPGRADES from 1.4 (or before) should have it turned on by default.</p>\n</p>\n<h4>\nWhat is this Dynamic Mode thing exactly?\n</h4>\n<p>\n<p>This mode is only available in Legacy Mode, and to properly explain this, we&#8217;ll need to go a little deeper in the plugin&#8217;s functionality. So bear with me&#8230;</p>\n<p>In Legacy Mode, when an element becomes sticky at the top of the page (and keeps its place regardless of the scrolling), it&#8217;s actually not the element itself you see, but a cloned copy of it, while the actual original element is out of view and invisible.</p>\n<p>The original element always stays where it originally is on the page, while the cloned element is always at the top of the browser viewport screen. However, you will never see them both at the same time; depending on your scroll position, it always just shows either one or the other.</p>\n<p>In the original plugin version, the clone would be created right the moment when you load the page (but not visible right away). Then when you would scroll down, it would become visible (and stick at the top), while the original element would disappear from view.</p>\n<p>However, some themes use JavaScript to dynamically create elements (menus, mostly) for mobile sites. With this method, a menu doesn&#8217;t exist in the HTML source code when you load the page, but is created some time after the page is fully loaded &#8212; in many cases, these menus would just be generated ONLY when the screen is more (or less) than a certain specific width. With the original version of the plugin, the problem would be that the original element (that you want to make sticky) may not have been fully created upon page load, so the clone would also not be fully functional.</p>\n<p>Enter Dynamic Mode. Now, a clone of the element is not created on page load &#8212; instead, it&#8217;s only created when the user scrolls and hits the &#8220;sticky&#8221; point. This ensures that the cloned element is an actual 1-on-1 copy of what the original element consists of at that specific point in time (and not at the &#8220;page is loaded&#8221; point, which may be different if the element was altered since).</p>\n<p>Why don&#8217;t we use Dynamic Mode all the time then? This has to do with the fact that other plugins initialize themselves on page load and may need the full markup (including the cloned element) at that point. In Dynamic Mode, there is no clone available yet on page load, so that could cause an issue if that other plugin is looking for an element that doesn&#8217;t exist yet.</p>\n<p>(This may all sound terribly confusing. And it is! So, much work was done to fix this nonsense: since v2.0 of the plugin, a whole different method is being used to make elements sticky, and Dynamic Mode is not even an issue anymore.)</p>\n<p>Phew!</p>\n</p>\n<h4>\nI need more help please!\n</h4>\n<p>\n<p>Please go to the plugin&#8217;s <a href=\"https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll\">support forum on WordPress.org</a> and post a message (include a link to your site if possible).</p>\n</p>\n\n\";s:9:\"changelog\";s:2781:\"<h4>2.21</h4>\n<ul>\n<li>2020-06-19</li>\n<li>security fix &#8211; thanks to Antony from Sucuri</li>\n</ul>\n<h4>2.2</h4>\n<ul>\n<li>2020-02-01</li>\n<li>bug fixes</li>\n<li>minor GUI improvements</li>\n<li>100,000 users hit on 2020-01-31</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Fixed minification bug</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>Sticky element has specific classes to target sticky/non-sticky state: &#8220;.element-is-sticky&#8221; and &#8220;.element-is-not-sticky&#8221;</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>fixed padding calculation bug (percentages are off when sticky)</li>\n<li>fixed bug where assigned styles loop caused JS error</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Introduced a new/better method for making elements sticky</li>\n<li>Added Legacy Mode (for those who want to continue the old method)</li>\n<li>Split up settings screen in Basic and Advanced</li>\n<li>Debug mode uses uncompressed JS file for easier remote debugging</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Removed error notification if no pushup-element is selected</li>\n<li>Renaming class &#8220;cloned&#8221; to &#8220;sticky-element-cloned&#8221; and &#8220;original&#8221; to &#8220;sticky-element-original&#8221; to avoid conflicts with Owl Carousel</li>\n<li>Fixed bug where cloned element width would be rounded down if it contained sub-pixels</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Minor bug fix for push-up element</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Added functionality to move sticky element down in case there is an Administrator Toolbar at the top of the page</li>\n<li>Added functionality to push sticky element up by another element lower down the page</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Fixed small bug related to version number</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>Bug with Dynamic Mode select box/label fixed</li>\n<li>Bug with Z-index fixed (thanks @aguseo for reporting)</li>\n<li>All text in plugin fully translatable</li>\n<li>Added FAQ tab to settings screen</li>\n<li>Added infobox to settings screen</li>\n<li>Added a few comments to source code</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Dynamic Mode added (addressing problems with dynamically created menus &#8212; see Frequently Asked Questions above for details)</li>\n</ul>\n<h4>1.1.4</h4>\n<ul>\n<li>Ready for WordPress 4.1 (and TwentyFifteen)</li>\n<li>Fixes issue when element has padding in percentages</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>Fixes width calculation bug introduced in previous version (sorry about that), box sizing now supported</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>Fixes element width calculation bug</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Fixes viewport calculation bug</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added functionality for optional minimum/maximum screen size</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial release (using v1.1 of the standalone jQuery plugin)</li>\n</ul>\n\";s:11:\"screenshots\";s:591:\"<ol><li><a href=\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/screenshot-1.png?rev=1763930\"><img src=\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/screenshot-1.png?rev=1763930\" alt=\"Basic Sticky Menu Settings screen\"></a><p>Basic Sticky Menu Settings screen</p></li><li><a href=\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/screenshot-2.png?rev=1763930\"><img src=\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/screenshot-2.png?rev=1763930\" alt=\"Advanced Sticky Menu Settings screen\"></a><p>Advanced Sticky Menu Settings screen</p></li></ol>\";s:7:\"reviews\";s:12968:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Pretty darn simple, works great!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/nomadicfrog\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/82ff5b1dde271864ee882eb9bc28cc6b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/82ff5b1dde271864ee882eb9bc28cc6b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/nomadicfrog\" class=\"reviewer-name\">nomadicfrog</a> on <span class=\"review-date\">July 4, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Does what it says, was pretty easy to set up.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Excellente extension</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/pierustom\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6775e0935e9a4730bab4b4cd704b9ad6?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/6775e0935e9a4730bab4b4cd704b9ad6?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/pierustom\" class=\"reviewer-name\">pierustom</a> on <span class=\"review-date\">July 1, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Facile à configurer</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Handy and easy to implement!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/juleswebb\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/594a4c6b2dc0905bbcc2f7a505d1ba5b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/594a4c6b2dc0905bbcc2f7a505d1ba5b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/juleswebb\" class=\"reviewer-name\">JulesWebb</a> on <span class=\"review-date\">June 30, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Great plugin and very easy to use. </div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Very good plugin!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/mojcak\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c4056ebff6221dc4c550cfd4961caa2e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/c4056ebff6221dc4c550cfd4961caa2e?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/mojcak\" class=\"reviewer-name\">mojcak</a> on <span class=\"review-date\">June 30, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">I\'m using this plugin on multiple sites and it works great!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">it works</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ritawilliner\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b8287d440ed48095e52b964833fd2d7a?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/b8287d440ed48095e52b964833fd2d7a?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ritawilliner\" class=\"reviewer-name\">ritawilliner</a> on <span class=\"review-date\">June 30, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">it works</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Simple to use but need a small improvement to be more funtionful.</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/tnpholsp\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/2d8b81e8df0e00be8a7f7725651ffaee?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/2d8b81e8df0e00be8a7f7725651ffaee?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/tnpholsp\" class=\"reviewer-name\">tnpholsp</a> on <span class=\"review-date\">June 28, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">It\'s simple enough to use and works well, but it would be better if have class added ehen scroll for make navbar CSS to changable.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Good</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/marcos1a2m\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/cc4221779264d1187c3d458b1b7e59ff?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/cc4221779264d1187c3d458b1b7e59ff?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/marcos1a2m\" class=\"reviewer-name\">marcos1a2m</a> on <span class=\"review-date\">June 26, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Goog widget, and works fine in the free version</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Works good</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/rodrigo138\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/88a51c1a12bb0a892639a950f91b5a85?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/88a51c1a12bb0a892639a950f91b5a85?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/rodrigo138\" class=\"reviewer-name\">rodrigo138</a> on <span class=\"review-date\">June 25, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Excellent!!!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Hard and Simple!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/simplegenius\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ec3c5ddd7482b39d3eecd212cb8c942e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ec3c5ddd7482b39d3eecd212cb8c942e?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/simplegenius\" class=\"reviewer-name\">simplegenius</a> on <span class=\"review-date\">June 24, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">It\'s simple to work but if you know the id of your element, otherwise you can\'t use this plug-in.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Work perfectly</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ewatts\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/471def24af61280bd88226b21d7cd109?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/471def24af61280bd88226b21d7cd109?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ewatts\" class=\"reviewer-name\">ewatts</a> on <span class=\"review-date\">June 23, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Just one of the best plugin on wordpress and it\'s free!! Thank you</div>\n</div>\n\";}s:17:\"short_description\";s:124:\"Sticky Menu or Sticky Header lets you stick any element at the top of the screen when you scroll, or create a floating menu.\";s:13:\"download_link\";s:81:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.2.21.zip\";s:11:\"screenshots\";a:2:{i:1;a:2:{s:3:\"src\";s:86:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/screenshot-1.png?rev=1763930\";s:7:\"caption\";s:33:\"Basic Sticky Menu Settings screen\";}i:2;a:2:{s:3:\"src\";s:86:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/screenshot-2.png?rev=1763930\";s:7:\"caption\";s:36:\"Advanced Sticky Menu Settings screen\";}}s:4:\"tags\";a:5:{s:6:\"header\";s:6:\"header\";s:6:\"sticky\";s:6:\"sticky\";s:13:\"sticky-header\";s:13:\"sticky header\";s:11:\"sticky-menu\";s:11:\"sticky menu\";s:13:\"sticky-widget\";s:13:\"sticky widget\";}s:8:\"versions\";a:17:{s:3:\"1.0\";s:80:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.0.zip\";s:3:\"1.1\";s:80:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.1.zip\";s:5:\"1.1.1\";s:82:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.1.1.zip\";s:5:\"1.1.2\";s:82:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.1.2.zip\";s:5:\"1.1.3\";s:82:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.1.3.zip\";s:5:\"1.1.4\";s:82:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.1.4.zip\";s:3:\"1.2\";s:80:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.2.zip\";s:5:\"1.2.1\";s:82:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.2.1.zip\";s:3:\"1.3\";s:80:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.3.zip\";s:5:\"1.3.1\";s:82:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.1.3.1.zip\";s:3:\"2.0\";s:80:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.2.0.zip\";s:5:\"2.0.1\";s:82:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.2.0.1.zip\";s:3:\"2.1\";s:80:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.2.1.zip\";s:5:\"2.1.1\";s:82:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.2.1.1.zip\";s:3:\"2.2\";s:80:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.2.2.zip\";s:4:\"2.21\";s:81:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.2.21.zip\";s:5:\"trunk\";s:76:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:87:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/banner-772x250.png?rev=992968\";s:4:\"high\";b:0;}s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-128x128.png?rev=2224126\";s:2:\"2x\";s:86:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-256x256.png?rev=2224126\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:98;}','no'),(5281,'_transient_timeout_wf-plugin-info-under-construction-page','1594560110','no'),(5282,'_transient_wf-plugin-info-under-construction-page','O:8:\"stdClass\":30:{s:4:\"name\";s:18:\"Under Construction\";s:4:\"slug\";s:23:\"under-construction-page\";s:7:\"version\";s:4:\"3.80\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:12:\"contributors\";a:5:{s:10:\"webfactory\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/d2ad55d623efa74a60162a70366f2e9e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"WebFactory\";}s:21:\"underconstructionpage\";a:3:{s:7:\"profile\";s:52:\"https://profiles.wordpress.org/underconstructionpage\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/2586d7d022d23b758c5069a5aefe97d2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Under Construction\";}s:16:\"googlemapswidget\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/googlemapswidget\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/91bd99a5b95a67dabcf80a25bb7f7af8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Google Maps Widget\";}s:7:\"wpreset\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/wpreset\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0923e825d572775c007277a099940fe4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"WordPress Reset\";}s:13:\"securityninja\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/securityninja\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/1a78aa3bd244397c017a607ae5053750?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Security Ninja\";}}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.2\";s:6:\"rating\";i:98;s:7:\"ratings\";a:5:{i:5;i:1135;i:4;i:52;i:3;i:6;i:2;i:4;i:1;i:13;}s:11:\"num_ratings\";i:1210;s:15:\"support_threads\";i:24;s:24:\"support_threads_resolved\";i:24;s:15:\"active_installs\";i:400000;s:10:\"downloaded\";i:4124709;s:12:\"last_updated\";s:21:\"2020-06-17 9:22pm GMT\";s:5:\"added\";s:10:\"2013-12-01\";s:8:\"homepage\";s:34:\"https://underconstructionpage.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:6093:\"<p>Create an Under Construction Page, Maintenance Mode Page, Coming Soon Page or a Landing Page that takes <strong>less than a minute to install &amp; configure</strong>. Under Construction won&#8217;t waste your time! It&#8217;s simple, fast, efficient &amp; user-friendly with <a href=\"https://underconstructionpage.com/?utm_source=wordpressorg&amp;utm_medium=content&amp;utm_campaign=readme&amp;utm_content=great-designs#designs\" rel=\"nofollow ugc\">great templates</a> users love.</p>\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'360\' src=\'https://www.youtube.com/embed/fqqWrQENSDc?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span>\n<blockquote>\n<p><strong>PRO</strong> version offers more than 50 extra features and options including the drag&amp;drop builder, over a million hi-res searchable images, 200+ templates, affiliate&amp;traffic tracking, advanced access control, MailChimp, Zapier &amp; universal autoresponder integration, white-label license mode and priority support. Find out more on the <a href=\"https://underconstructionpage.com/?utm_source=wordpressorg&amp;utm_medium=content&amp;utm_campaign=readme&amp;utm_content=official-site\" rel=\"nofollow ugc\">official plugin site</a>.</p>\n</blockquote>\n<p>A simple, no-nonsense under construction plugin for all those situations when you have to hide the site behind an Under Construction page for a while. Live examples are available on the <a href=\"https://underconstructionpage.com/?utm_source=wordpressorg&amp;utm_medium=content&amp;utm_campaign=readme&amp;utm_content=website\" rel=\"nofollow ugc\">Under Construction website</a>. Give us a shout on Twitter <a href=\"http://twitter.com/WebFactoryLtd\" rel=\"nofollow ugc\">@WebFactoryLtd</a> or check out the <a href=\"https://youtu.be/fqqWrQENSDc\" rel=\"nofollow ugc\">video</a>.</p>\n<p>Thanks to our partnership with <a href=\"https://wordpress.org/plugins/weglot/\">Weglot</a>, UCP is fully multilanguage ready and you can instantly translate your under construction page to 100+ languages with one click.</p>\n<p>Let <a href=\"https://wordpress.org/plugins/security-ninja/\">Security Ninja</a> take care of your site&#8217;s security from day one! Run over 50 security tests with one click. Get a detailed report and automatically fix security issues. Download it from the <a href=\"https://wordpress.org/plugins/security-ninja/\">official wp.org repo</a> for free.</p>\n<p><strong>Options</strong></p>\n<ul>\n<li>Under construction mode &#8211; on / off</li>\n<li>Automatic End date &amp; time &#8211; automatically disable under construction mode on a set date</li>\n<li>Google Analytics Tracking ID &#8211; enable tracking via Google Analytics</li>\n<li>Theme &#8211; <a href=\"https://underconstructionpage.com/templates/?utm_source=wordpressorg&amp;utm_medium=content&amp;utm_campaign=readme&amp;utm_content=available-themes\" rel=\"nofollow ugc\">test all available themes (200+)</a></li>\n<li>Custom CSS &#8211; adjust any part of the page to fit your needs</li>\n<li>Title &#8211; page title, for SEO</li>\n<li>Description &#8211; page description, for SEO</li>\n<li>Headline &#8211; main headline/title</li>\n<li>Content &#8211; anything you need to display</li>\n<li>Optin box, optin popup &#8211; collect leads and emails and sync with MailChimp and other autoresponders</li>\n<li>Login Button &#8211; show a discrete link to the login form, or WP admin if you&#8217;re logged in</li>\n<li>Social icons/links &#8211; new ones are added with every update; let us know if we missed your favorite ones\n<ul>\n<li>Facebook</li>\n<li>Twitter</li>\n<li>Google+</li>\n<li>LinkedIn</li>\n<li>YouTube</li>\n<li>Vimeo</li>\n<li>Pinterest</li>\n<li>Dribbble</li>\n<li>Behance</li>\n<li>Instagram</li>\n<li>Email</li>\n<li>Phone</li>\n<li>Skype</li>\n<li>Telegram</li>\n<li>WhatsApp</li>\n<li>Tumblr</li>\n<li>VK</li>\n</ul>\n</li>\n<li>Whitelisted User Roles &#8211; user roles who see the site, instead of under construction page</li>\n<li>Whitelisted Users &#8211; users who see the site, instead of under construction page</li>\n</ul>\n<p>Under Construction Page is compatible with the following caching plugins: W3 Total Cache, WP Super Cache, Endurance Page Cache, SiteGround SuperCacher, WP Fastest Cache, Swift Performance Cache, WP Rocket, and Hummingbird cache.</p>\n<p><strong>What are others saying about the Under Construction Page plugin</strong></p>\n<ul>\n<li><a href=\"https://www.webhostingsecretrevealed.net/blog/blogging-tips/how-to-grow-your-blog-before-it-is-born/\" rel=\"nofollow ugc\">WHSR</a> wrote an in-depth guide on how to &#8220;Grow Your Blog Before It Is Born&#8221; featuring Under Construction Page</li>\n<li>John Fraskos from <a href=\"https://codestag.com/setting-wordpress-theme-easily-create-construction-page/\" rel=\"nofollow ugc\">Codestag</a> says it&#8217;s &#8220;very friendly and easy to use&#8221;</li>\n<li><a href=\"http://wppluginsify.com/interface-elements/professional-construction-page/\" rel=\"nofollow ugc\">WP Pluginsify</a> wrote a review</li>\n<li><a href=\"https://www.wpmayor.com/set-construction-page-wordpress/\" rel=\"nofollow ugc\">WP Major</a> wrote a review too</li>\n<li>Erik from <a href=\"http://nopassiveincome.com/under-construction-page-plugin-review/\" rel=\"nofollow ugc\">NoPassiveIncome</a> points out: &#8220;plugin is so easy and quick to use&#8221;</li>\n<li><a href=\"https://planetwp.com/underconstruction-page-plugin/\" rel=\"nofollow ugc\">Planet WP</a> gave it 5/5 stars</li>\n<li><a href=\"https://firstsiteguide.com/under-construction-page-review/\" rel=\"nofollow ugc\">FirstSiteGuide</a> says: &#8220;a perfect choice&#8221;</li>\n<li>WPblog wrote a <a href=\"https://www.wpblog.com/quick-ways-to-put-wordpress-site-under-construction/\" rel=\"nofollow ugc\">review</a> as well</li>\n<li><a href=\"https://wptopdog.com/under-construction-plugin-review/\" rel=\"nofollow ugc\">WP TopDog</a> had Daniel explain how to use the Under Construction Page</li>\n</ul>\n\";s:12:\"installation\";s:687:\"<p>Follow the usual routine;</p>\n<ol>\n<li>Open WordPress admin, go to Plugins, click Add New</li>\n<li>Enter &#8220;under construction page&#8221; in search and hit Enter</li>\n<li>Plugin will show up as the first on the list, click &#8220;Install Now&#8221;</li>\n<li>Activate &amp; open plugin&#8217;s settings page located under the Settings menu</li>\n</ol>\n<p>Or if needed, upload manually;</p>\n<ol>\n<li>Download the plugin.</li>\n<li>Unzip it and upload to <em>/wp-content/plugins/</em></li>\n<li>Open WordPress admin &#8211; Plugins and click &#8220;Activate&#8221; next to the plugin</li>\n<li>Activate &amp; open plugin&#8217;s settings page located under the Settings menu</li>\n</ol>\n\";s:3:\"faq\";s:3204:\"\n<h4>\nWho is this plugin for?\n</h4>\n<p>\n<p>For anyone who wants to display a under construction / maintenance page while they&#8217;re doing work on their site.</p>\n</p>\n<h4>\nWill this plugin slow my site down?\n</h4>\n<p>\n<p>Absolutely not.</p>\n</p>\n<h4>\nWill it work on my theme?\n</h4>\n<p>\n<p>Sure! Under construction works 100% with all themes.</p>\n</p>\n<h4>\nWill it work with my plugins?\n</h4>\n<p>\n<p>Sure! It works 100% with all plugins.</p>\n</p>\n<h4>\nWhat changes will it make to my site?\n</h4>\n<p>\n<p>None. Once you disable the under construction page your site will function as it did before.</p>\n</p>\n<h4>\nIt&#8217;s not working!!! Arrrrrrrrr\n</h4>\n<p>\n<p>We did our very best to make Under Construction compatible with all plugins and themes, but problems can still happen. No worries, head over to the <a href=\"https://wordpress.org/support/plugin/under-construction-page\">support forum</a> open a new thread, and we&#8217;ll help you ASAP.</p>\n</p>\n<h4>\nHow can I work on my site while under construction mode is enabled?\n</h4>\n<p>\n<p>Make sure your user role (probably admin) is selected under <em>Access &#8211; Whitelisted User Roles</em> option and open the site while logged in.</p>\n</p>\n<h4>\nHow can I log in / access WordPress admin after under construction mode has been enabled?\n</h4>\n<p>\n<p>Enable the <em>Login Button</em> option (found in Content tab), and a login link will be shown in the lower right corner of the under construction page.</p>\n</p>\n<h4>\nHow do I add my logo to the page?\n</h4>\n<p>\n<p>Head over to the <em>Content</em> tab and click &#8220;Add Media&#8221;. Upload/select the logo, position it as you see fit and add other content.</p>\n</p>\n<h4>\nI&#8217;ve made changes to UCP, but they are not visible. What do I do?\n</h4>\n<p>\n<p>Click &#8220;Save Changes&#8221; one more time. Open your site and force refresh browser cache (Ctrl or Shift + F5). If that doesn&#8217;t help it means you have a caching plugin installed. Purge/delete cache in that plugin or disable it.</p>\n</p>\n<h4>\nHow can I get more designs? Where do I download them?\n</h4>\n<p>\n<p>We update the plugin every 7-10 days and each update comes with at least one new theme/design. There is no other way to get  more designs nor a place to download them.</p>\n</p>\n<h4>\nHow can I edit designs?\n</h4>\n<p>\n<p>There is an option to add custom CSS. If you want more than that you will have to edit the source files located in <em>/under-construction-page/themes/</em>.</p>\n</p>\n<h4>\nI have disabled UCP but the under construction page is still visible. How do I remove it?\n</h4>\n<p>\n<p>Open your site and force refresh browser cache (Ctrl or Shift + F5). If that doesn&#8217;t help it means you have a caching plugin installed. Purge/delete cache in that plugin or disable it. If that fails too contact your hosting provider and ask them to empty the site cache for you.</p>\n</p>\n<h4>\nIs UCP compatible with caching plugins?\n</h4>\n<p>\n<p>UCP is compatible with all caching plugins. However, please note that we automatically empty cache when UCP status is changed only for the following plugins: W3 Total Cache, WP Super Cache, Endurance Page Cache, SiteGround SuperCacher and WP Fastest Cache.</p>\n</p>\n\n\";s:9:\"changelog\";s:10751:\"<h4>3.80</h4>\n<ul>\n<li>2020/06/17</li>\n<li>more cache handling improvements</li>\n<li>stripped HTML from page title and description</li>\n</ul>\n<h4>3.75</h4>\n<ul>\n<li>2020/04/15</li>\n<li>better cache handling</li>\n</ul>\n<h4>3.70</h4>\n<ul>\n<li>2020/03/27</li>\n<li>minor bug fixes</li>\n<li>removed Security Ninja ads</li>\n<li>400,000 installations hit on 2019-12-06</li>\n</ul>\n<h4>3.65</h4>\n<ul>\n<li>2019/11/21</li>\n<li>minor bug fixes</li>\n<li>removed NotificationX integration</li>\n<li>added support for Hummingbird cache plugin</li>\n</ul>\n<h4>3.60</h4>\n<ul>\n<li>2019/10/31</li>\n<li>minor bug fixes</li>\n<li>adjusted GUI for WP v5.3</li>\n<li>3,152,000 downloads</li>\n</ul>\n<h4>3.55</h4>\n<ul>\n<li>2019/09/18</li>\n<li>minor bug fixes</li>\n<li>new theme: Research</li>\n<li>2,980,000 downloads</li>\n</ul>\n<h4>3.50</h4>\n<ul>\n<li>2019/08/07</li>\n<li>clean up</li>\n<li>NotificationX plugin integration</li>\n<li>2,812,000 downloads</li>\n</ul>\n<h4>3.45</h4>\n<ul>\n<li>2019/05/21</li>\n<li>bug fixes</li>\n<li>lower monthly prices</li>\n</ul>\n<h4>3.40</h4>\n<ul>\n<li>2019/04/17</li>\n<li>bug fixes</li>\n<li>partnership with NordVPN</li>\n</ul>\n<h4>3.35</h4>\n<ul>\n<li>2019/03/18</li>\n<li>300,000 installs hit on 2019/01/18 with 2,151,500 downloads</li>\n<li>bug fixes</li>\n<li>partnership with Weglot</li>\n</ul>\n<h4>3.31</h4>\n<ul>\n<li>2019/01/15</li>\n<li>minor security fix</li>\n</ul>\n<h4>3.30</h4>\n<ul>\n<li>2018/12/18</li>\n<li>minor security fixes in admin</li>\n<li>moved SN &amp; MailOptin to the beginning of featured plugins list</li>\n<li>new cache busting for SiteGround SuperCacher</li>\n<li>removed &#8220;add media&#8221; from content field</li>\n<li>moved &#8220;show some love&#8221; up in admin, below content</li>\n</ul>\n<h4>3.25</h4>\n<ul>\n<li>2018/11/27</li>\n<li>new theme &#8211; Work Desk</li>\n<li>started promoting SN &amp; MailOptin in featured plugins tab</li>\n<li>wp_redirect() vulnerability fix</li>\n</ul>\n<h4>3.20</h4>\n<ul>\n<li>2018/11/12</li>\n<li>few bug fixes</li>\n<li>integration with MailOptin &#8211; collect leads &amp; emails with in-content forms and popups</li>\n<li>we&#8217;re at 1,820,000 downloads</li>\n</ul>\n<h4>3.15</h4>\n<ul>\n<li>2018/08/22</li>\n<li>minor bug fixes</li>\n<li>new theme: 000webhost</li>\n<li>added custom settings for 000webhost users</li>\n<li>we&#8217;re at 1,634,783 downloads</li>\n</ul>\n<h4>3.10</h4>\n<ul>\n<li>2018/06/19</li>\n<li>minor bug fixes</li>\n<li>removed translation help notice</li>\n<li>added welcome notice</li>\n<li>we&#8217;re at 1,445,311 downloads</li>\n</ul>\n<h4>3.05</h4>\n<ul>\n<li>2018/05/29</li>\n<li>added support for cache clearing for Swift Performance Lite</li>\n<li>new theme &#8211; Dumper Truck</li>\n<li>asking for help with translations, again</li>\n</ul>\n<h4>3.0</h4>\n<ul>\n<li>2018/04/23</li>\n<li>added VK icon &#8211; a Russian social network</li>\n<li>new theme &#8211; Temporarily Closed</li>\n<li>added discount for old users</li>\n</ul>\n<h4>2.95</h4>\n<ul>\n<li>2018/03/26</li>\n<li>we reached 200k active installations on March 23rd &amp; 1,115,000 downloads</li>\n<li>new theme &#8211; Hard Worker</li>\n</ul>\n<h4>2.90</h4>\n<ul>\n<li>2018/03/13</li>\n<li>removed the &#8220;help us translate&#8221; notice</li>\n<li>few small bug fixes</li>\n<li>added theme preview feature</li>\n<li>GUI buttons now follow plugin&#8217;s branding guide</li>\n</ul>\n<h4>2.85</h4>\n<ul>\n<li>2018/02/05</li>\n<li>involving users into translation efforts</li>\n<li>no more &#8220;rate us&#8221; notice</li>\n<li>we crossed the 1M downloads mark</li>\n</ul>\n<h4>2.80</h4>\n<ul>\n<li>2017/12/05</li>\n<li>translation efforts are still in full swing</li>\n<li>new theme &#8211; Christmas</li>\n<li>minor changes</li>\n<li>we crossed the 890k downloads mark</li>\n</ul>\n<h4>2.75</h4>\n<ul>\n<li>2017/11/22</li>\n<li>translation efforts are in full swing</li>\n<li>PRO version is available</li>\n<li>new logo</li>\n</ul>\n<h4>2.70</h4>\n<ul>\n<li>2017/11/06</li>\n<li>continued marking strings for translation</li>\n<li>added button for resetting settings</li>\n</ul>\n<h4>2.66</h4>\n<ul>\n<li>2017/10/19</li>\n<li>fixed bug: some users weren&#8217;t able to close the notification on front-end</li>\n<li>added contact option on plugin deactivation</li>\n</ul>\n<h4>2.65</h4>\n<ul>\n<li>2017/10/17</li>\n<li>fixed CORS issue on FontAwesome</li>\n<li>all times are now GMT+0</li>\n<li>removed survey</li>\n<li>review request notification adjusted</li>\n<li>added notification on front-end for whitelisted users when UCP is enabled</li>\n</ul>\n<h4>2.60</h4>\n<ul>\n<li>2017/10/02</li>\n<li>continuing with UX improvements</li>\n<li>minor code improvements</li>\n<li>new theme &#8211; Bulldozer</li>\n<li>new survey &#8211; How do you use UCP?</li>\n<li>added deactivation survey</li>\n</ul>\n<h4>2.55</h4>\n<ul>\n<li>2017/09/18</li>\n<li>big UX improvements and more coming soon</li>\n<li>redesigned admin bar menu</li>\n<li>added favicon to all themes</li>\n<li>fixed Skype icon; it got broken in v2.40</li>\n<li>minor code improvements</li>\n</ul>\n<h4>2.50</h4>\n<ul>\n<li>2017/09/04</li>\n<li>CDNs are no longer used except for Google Fonts</li>\n<li>new theme &#8211; Clock</li>\n<li>minor code improvements</li>\n<li>list of social icons in admin is now truncated by default and a &#8220;show more&#8221; button added</li>\n</ul>\n<h4>2.45</h4>\n<ul>\n<li>2017/08/21</li>\n<li>support is now available directly from the Support tab</li>\n<li>added notification when UCP is enabled and End Date is in the past resulting in UCP not being shown</li>\n<li>retry-after header is now properly set</li>\n<li>minor improvements</li>\n</ul>\n<h4>2.40</h4>\n<ul>\n<li>2017/08/07</li>\n<li>new social icon &#8211; Telegram</li>\n<li>removed autoresponders survey</li>\n<li>we&#8217;ve crossed the 100k users mark on August 5th &amp; 515k downloads</li>\n</ul>\n<h4>2.35</h4>\n<ul>\n<li>2017/07/24</li>\n<li>UCP can now be quickly disabled/enabled directly from the admin bar menu</li>\n<li>new theme &#8211; Stop</li>\n<li>added support for WP Fastest Cache</li>\n</ul>\n<h4>2.30</h4>\n<ul>\n<li>2017/07/10</li>\n<li>we&#8217;ve crossed the 90k users mark on July 8th</li>\n<li>added autoresponders survey</li>\n<li>new filter &#8211; ucp_is_construction_mode_enabled</li>\n<li>CSS in all themes is now enqueued, not hardcoded</li>\n</ul>\n<h4>2.25</h4>\n<ul>\n<li>2017/06/26</li>\n<li>new theme &#8211; Setup</li>\n<li>improved UCP&#8217;s toolbar/admin bar menu item</li>\n</ul>\n<h4>2.20</h4>\n<ul>\n<li>2017/06/12</li>\n<li>new theme &#8211; Internet of Things</li>\n<li>added support for Siteground caching plugin</li>\n<li>we&#8217;ve crossed the 80k users mark on June 7th</li>\n</ul>\n<h4>2.15</h4>\n<ul>\n<li>2017/05/29</li>\n<li>new theme &#8211; Puzzles contributed by <a href=\"https://twitter.com/EdelHaut\" rel=\"nofollow ugc\">Ralf Biester</a></li>\n<li>removed design survey</li>\n</ul>\n<h4>2.10</h4>\n<ul>\n<li>2017/05/15</li>\n<li>new theme &#8211; Laptop</li>\n<li>we&#8217;ve crossed the 70k users mark on May 7th</li>\n<li>minor changes</li>\n</ul>\n<h4>2.05</h4>\n<ul>\n<li>2017/05/03</li>\n<li>new theme &#8211; Ambulance</li>\n<li>we&#8217;ve crossed 300k downloads</li>\n<li>added filters to ease integrations and customizations</li>\n<li>fixed bug with telephone number link/icon not working on Android</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>2017/04/24</li>\n<li>new theme &#8211; Light Bulb</li>\n<li>continued work on marking strings for translation</li>\n</ul>\n<h4>1.96</h4>\n<ul>\n<li>2017/04/12</li>\n<li>new theme &#8211; Rocket Launch #2</li>\n<li>started working on marking strings for translation</li>\n<li>added designs survey</li>\n</ul>\n<h4>1.90</h4>\n<ul>\n<li>2017/04/03</li>\n<li>new theme &#8211; People at Work #2</li>\n<li>small adjustements for new repo</li>\n<li>moved FontAwesome to CDN</li>\n<li>we&#8217;ve crossed the 60k users mark ?</li>\n</ul>\n<h4>1.85</h4>\n<ul>\n<li>2017/03/23</li>\n<li>new theme &#8211; Hot Air Baloon</li>\n<li>new social icon &#8211; Vimeo</li>\n</ul>\n<h4>1.80</h4>\n<ul>\n<li>2017/03/13</li>\n<li>new theme &#8211; Lighthouse</li>\n<li>admin bar notice is no longer visible to non-admins</li>\n<li>minor fixes</li>\n</ul>\n<h4>1.75</h4>\n<ul>\n<li>2017/03/02</li>\n<li>new theme &#8211; Sad Site</li>\n<li>removed survey</li>\n<li>added new social icon: Tumblr</li>\n<li>we&#8217;ve crossed the 50k users mark</li>\n</ul>\n<h4>1.70</h4>\n<ul>\n<li>2017/02/22</li>\n<li>new theme &#8211; Windmill</li>\n<li>code improvements</li>\n</ul>\n<h4>1.66</h4>\n<ul>\n<li>2017/02/13</li>\n<li>new theme &#8211; People at Work</li>\n<li>added new social icon: WhatsApp</li>\n</ul>\n<h4>1.60</h4>\n<ul>\n<li>2017/02/06</li>\n<li>new theme &#8211; Safe</li>\n<li>added &#8220;Support&#8221; tab with FAQ and links</li>\n<li>minor bug fixes</li>\n<li>added 2 social icons: Skype and Phone</li>\n<li>we&#8217;ve crossed the 40k users mark</li>\n</ul>\n<h4>1.55</h4>\n<ul>\n<li>2017/01/30</li>\n<li>new theme &#8211; Cyber Chick Dark</li>\n<li>added &#8220;Custom CSS&#8221; option</li>\n<li>minor bug fixes</li>\n<li>security improvements</li>\n</ul>\n<h4>1.51</h4>\n<ul>\n<li>2017/01/23</li>\n<li>new theme &#8211; Loader</li>\n<li>added &#8220;Show Login Button&#8221; option</li>\n<li>added 1 social icon: Email</li>\n</ul>\n<h4>1.45</h4>\n<ul>\n<li>2017/01/16</li>\n<li>new theme &#8211; Rocket Launch</li>\n<li>added &#8220;Site Description&#8221; SEO option</li>\n<li>added 2 social icons: Behance &amp; Instagram</li>\n<li>features survey is shown to users to decide what features will be developed next</li>\n</ul>\n<h4>1.40</h4>\n<ul>\n<li>2017/01/03</li>\n<li>new theme &#8211; Cyber Chick</li>\n<li>added &#8220;Google Analytics Tracking ID&#8221; option</li>\n<li>added &#8220;Whitelisted Users&#8221; option</li>\n<li>added &#8220;Show some Love&#8221; option</li>\n<li>we&#8217;ve crossed the 30k users mark</li>\n</ul>\n<h4>1.35</h4>\n<ul>\n<li>2016/12/23</li>\n<li>new theme &#8211; Under Construction Text</li>\n<li>GUI enhancements</li>\n<li>added &#8220;end date&#8221; option</li>\n</ul>\n<h4>1.30</h4>\n<ul>\n<li>2016/11/29</li>\n<li>we&#8217;ve crossed the 20k users mark &amp; 100k downloads ?</li>\n<li>added notice on login form when Maintenance is enabled</li>\n<li>new theme &#8211; Forklift at Work</li>\n<li>GUI overhaul started</li>\n<li>added Dribbble social icon</li>\n</ul>\n<h4>1.25</h4>\n<ul>\n<li>2016/10/24</li>\n<li>fixed fatal cache busting bug reported by @jonofgahh</li>\n</ul>\n<h4>1.24</h4>\n<ul>\n<li>2016/10/24</li>\n<li>3 new social icons</li>\n<li>new theme</li>\n</ul>\n<h4>1.22</h4>\n<ul>\n<li>2016/10/10</li>\n<li>minor fixes</li>\n<li>new theme</li>\n</ul>\n<h4>1.20</h4>\n<ul>\n<li>2016/09/27</li>\n<li>complete rewrite of the plugin</li>\n<li>2 new themes</li>\n</ul>\n<h4>1.15</h4>\n<ul>\n<li>2016/09/05</li>\n<li>WebFactory took over development @ 10k installs &amp; 70k downloads</li>\n<li>fixed major bugs</li>\n</ul>\n<h4>1.10</h4>\n<ul>\n<li>2013/12/01</li>\n<li>Add option to set Google Font</li>\n<li>Add option to set font size</li>\n<li>Add option to set FB and Twitter URL</li>\n</ul>\n\";s:11:\"screenshots\";s:9749:\"<ol><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-1.gif?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-1.gif?rev=1840052\" alt=\"Build an under construction page in less than a minute with over 30 themes\"></a><p>Build an under construction page in less than a minute with over 30 themes</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-2.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-2.png?rev=1840052\" alt=\"Under Construction Text theme\"></a><p>Under Construction Text theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-3.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-3.png?rev=1840052\" alt=\"Mad Designer theme\"></a><p>Mad Designer theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-4.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-4.png?rev=1840052\" alt=\"Plain Text theme\"></a><p>Plain Text theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-5.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-5.png?rev=1840052\" alt=\"Under Construction theme\"></a><p>Under Construction theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-6.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-6.png?rev=1840052\" alt=\"Things Went Dark theme\"></a><p>Things Went Dark theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-7.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-7.png?rev=1840052\" alt=\"Forklift at Work theme\"></a><p>Forklift at Work theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-8.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-8.png?rev=1840052\" alt=\"Cyber Chick theme\"></a><p>Cyber Chick theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-9.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-9.png?rev=1840052\" alt=\"Rocket Launch theme\"></a><p>Rocket Launch theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-10.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-10.png?rev=1840052\" alt=\"Loader at Work theme\"></a><p>Loader at Work theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-11.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-11.png?rev=1840052\" alt=\"Cyber Chick Dark theme\"></a><p>Cyber Chick Dark theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-12.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-12.png?rev=1840052\" alt=\"Safe theme\"></a><p>Safe theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-13.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-13.png?rev=1840052\" alt=\"People at Work theme\"></a><p>People at Work theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-14.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-14.png?rev=1840052\" alt=\"Windmill theme\"></a><p>Windmill theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-15.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-15.png?rev=1840052\" alt=\"Sad Site theme\"></a><p>Sad Site theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-16.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-16.png?rev=1840052\" alt=\"Lighthouse\"></a><p>Lighthouse</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-17.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-17.png?rev=1840052\" alt=\"Hot Air Balloon\"></a><p>Hot Air Balloon</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-18.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-18.png?rev=1840052\" alt=\"People at Work #2 theme\"></a><p>People at Work #2 theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-19.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-19.png?rev=1840052\" alt=\"Rocket Launch #2 theme\"></a><p>Rocket Launch #2 theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-20.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-20.png?rev=1840052\" alt=\"Light Bulb theme\"></a><p>Light Bulb theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-21.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-21.png?rev=1840052\" alt=\"Ambulance theme\"></a><p>Ambulance theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-22.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-22.png?rev=1840052\" alt=\"Laptop theme\"></a><p>Laptop theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-23.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-23.png?rev=1840052\" alt=\"Puzzles theme contributed by &lt;a href=&quot;https://twitter.com/EdelHaut&quot;&gt;Ralf Biester&lt;/a&gt;\"></a><p>Puzzles theme contributed by <a href=\"https://twitter.com/EdelHaut\">Ralf Biester</a></p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-24.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-24.png?rev=1840052\" alt=\"Internet of Things\"></a><p>Internet of Things</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-25.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-25.png?rev=1840052\" alt=\"Setup theme\"></a><p>Setup theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-26.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-26.png?rev=1840052\" alt=\"Stop theme\"></a><p>Stop theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-27.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-27.png?rev=1840052\" alt=\"Clock theme\"></a><p>Clock theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-28.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-28.png?rev=1840052\" alt=\"Bulldozer theme\"></a><p>Bulldozer theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-29.png?rev=1840052\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-29.png?rev=1840052\" alt=\"Christmas theme\"></a><p>Christmas theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-30.png?rev=1846898\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-30.png?rev=1846898\" alt=\"Hard Worker theme\"></a><p>Hard Worker theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-31.png?rev=1862708\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-31.png?rev=1862708\" alt=\"Temporarily Closed theme\"></a><p>Temporarily Closed theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-32.png?rev=1883260\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-32.png?rev=1883260\" alt=\"Dumper Truck theme\"></a><p>Dumper Truck theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-33.png?rev=1928264\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-33.png?rev=1928264\" alt=\"000webhost theme\"></a><p>000webhost theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-34.png?rev=1981084\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-34.png?rev=1981084\" alt=\"Work Desk theme\"></a><p>Work Desk theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-35.png?rev=2158253\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-35.png?rev=2158253\" alt=\"Research theme\"></a><p>Research theme</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-36.png?rev=2158253\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-36.png?rev=2158253\" alt=\"Main settings\"></a><p>Main settings</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-37.png?rev=2158253\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-37.png?rev=2158253\" alt=\"Design settings\"></a><p>Design settings</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-38.png?rev=2158253\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-38.png?rev=2158253\" alt=\"Content settings\"></a><p>Content settings</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-39.png?rev=2158253\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-39.png?rev=2158253\" alt=\"Access settings\"></a><p>Access settings</p></li><li><a href=\"https://ps.w.org/under-construction-page/assets/screenshot-40.png?rev=2158253\"><img src=\"https://ps.w.org/under-construction-page/assets/screenshot-40.png?rev=2158253\" alt=\"Support\"></a><p>Support</p></li></ol>\";s:7:\"reviews\";s:15519:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">nice Maintenance page</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/freevlogmusicadmin\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4fc1d21d0f2511fb8c61fc6633b8cc45?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4fc1d21d0f2511fb8c61fc6633b8cc45?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/freevlogmusicadmin\" class=\"reviewer-name\">freevlogmusicadmin</a> on <span class=\"review-date\">July 3, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">nice Maintenance page</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">I Like It...</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/rezanzenal\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/54e39af00916868a98bdcab80ba8acbb?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/54e39af00916868a98bdcab80ba8acbb?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/rezanzenal\" class=\"reviewer-name\">rezanzenal</a> on <span class=\"review-date\">June 16, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"> Nice plugin, thank you</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">stooopid</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/nepolyie\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a988740c5e13fce5592ee4d7a966ee56?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a988740c5e13fce5592ee4d7a966ee56?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/nepolyie\" class=\"reviewer-name\">nepolyie</a> on <span class=\"review-date\">June 4, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">why not just make the plugin paid like the only thing that is free is chnage the text and turn on the plugin</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Issues with Redis cache - otherwise fine!!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/beagent\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/1501a544ae3e2efcfa7b72ae4758aaae?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/1501a544ae3e2efcfa7b72ae4758aaae?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/beagent\" class=\"reviewer-name\">BeaGent</a> on <span class=\"review-date\">June 2, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">--- UPDATED REVIEW ---\n\nI discovered the isses was in fact must somehow have been related to the original installation being powered bu Redis cache. Somehow this caused unforseen issues described below and due to thses issues and the 6 hour TTL iI decided to resinattl a fresh version of WP on the domain using an alternative cache technology.\n\nAfter resinstalling and testing the plugin on the new non-Redis cache the plugin frontend freatures worked just fine. \n\nAdjusting the rating of this review accordingly to 5 stars. \n\nKind regards\n\n\n--- ORIGINAL REVIEW ---\n\nThe Under Construction page / layout I\'ve selected shows fine in preview mode so I thought my site was notifying visitors during development. \n\nOddly, whats shows up on the domain when logged out of WordPress is just the <strong>non-activated latest default WordPress theme (Twenty Twenty). </strong>\n\nIt\'s only when clicking on the standard \"Sample\" page that the actual maintainence page shows. Useless.\n\nSame issue in other browsers / PCs so not a cache thing it seems. I\'ve tried clearing those to no avail just to make sure.\n\nFYI  I have defined a specific page as a frontpage in the WordPress backend.\n\nIm on an VPS NginX server using latests version of Divi theme with a minimal child theme enabled. \n\nThe Divi theme shows fine once logged in and doing edits however, this plugin does simply not work as stated / intended.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Very poor</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/sypomark\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/988ef71b097d343c1294dfa62ae27433?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/988ef71b097d343c1294dfa62ae27433?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/sypomark\" class=\"reviewer-name\">SypoMark</a> on <span class=\"review-date\">May 28, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">It is a shame that I can\'t give this 0 stars.\n\nIt is ridiculous that, if a developer wants to create their own custom maintenance page for a customer, they need to pay rather a lot of money for the privilege.\n\nIt would make more sense if we had to pay for the pre-designed pages.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Lovely Under Construction Page Plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/erdalbora\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/609e946df6ece3a0154816311e91c15c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/609e946df6ece3a0154816311e91c15c?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/erdalbora\" class=\"reviewer-name\">erdalbora</a> on <span class=\"review-date\">March 30, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">I used this plugin while doing a major overhaul in my MultiSite site, switching from subdomain to subdirectory structure. It worked in both cases, subdomain and subdirectory and it worked in all three sites separately configurably, both the main and the sub sites. In this case, I built the new subfolder site from scratch, I didn\'t just do an update. \n\nThe plugin gives ready made options with nice interface and you can also put up a page using your own pictures/animated gifs. </div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Nice and simple</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/goabilio\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0011f17a2d1b1523399a63e45bd15f99?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/0011f17a2d1b1523399a63e45bd15f99?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/goabilio\" class=\"reviewer-name\">goabilio</a> on <span class=\"review-date\">March 19, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">This is really nice and simple plugin!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">All Decent &quot;Coming Soon&quot; Things Are &quot;Premium&quot;</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/harrismaynard\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6c86af19332720f72224e088623d0587?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/6c86af19332720f72224e088623d0587?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/harrismaynard\" class=\"reviewer-name\">Sieg <small>(harrismaynard)</small></a> on <span class=\"review-date\">March 4, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">I used to love this one, but I guess they got greedy. A simple countdown with a coming soon thing without some goofy cartoon thing shouldn\'t be too much to ask, but apparently for this plugin, it is.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Fast and Easy to Use</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/christopherz\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/de6c42439501b917155ba7fb38cc5483?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/de6c42439501b917155ba7fb38cc5483?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/christopherz\" class=\"reviewer-name\">christopherz</a> on <span class=\"review-date\">March 4, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">This is one of those utility plugins which is just handy to have. I had to remove my site temporarily and was having an issue figuring out how to do so. This handy little plugin made the process simple and easy (both when placing the site under construction and when bringing it live again).</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Best Under Construction Plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/goldenagemedia\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/986b8f9276b69687dc28008f93424c59?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/986b8f9276b69687dc28008f93424c59?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/goldenagemedia\" class=\"reviewer-name\">goldenagemedia</a> on <span class=\"review-date\">February 24, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">This plugin is perfect, thank you for providing it! Great themes and great customisation options! Much better than others out there!</div>\n</div>\n\";}s:17:\"short_description\";s:144:\"Easy to use Under Construction Page &amp; Coming Soon Page. Enable Under Construction Mode in seconds &amp; show you&#039;re Under Construction!\";s:13:\"download_link\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.80.zip\";s:11:\"screenshots\";a:40:{i:1;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-1.gif?rev=1840052\";s:7:\"caption\";s:74:\"Build an under construction page in less than a minute with over 30 themes\";}i:2;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-2.png?rev=1840052\";s:7:\"caption\";s:29:\"Under Construction Text theme\";}i:3;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-3.png?rev=1840052\";s:7:\"caption\";s:18:\"Mad Designer theme\";}i:4;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-4.png?rev=1840052\";s:7:\"caption\";s:16:\"Plain Text theme\";}i:5;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-5.png?rev=1840052\";s:7:\"caption\";s:24:\"Under Construction theme\";}i:6;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-6.png?rev=1840052\";s:7:\"caption\";s:22:\"Things Went Dark theme\";}i:7;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-7.png?rev=1840052\";s:7:\"caption\";s:22:\"Forklift at Work theme\";}i:8;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-8.png?rev=1840052\";s:7:\"caption\";s:17:\"Cyber Chick theme\";}i:9;a:2:{s:3:\"src\";s:76:\"https://ps.w.org/under-construction-page/assets/screenshot-9.png?rev=1840052\";s:7:\"caption\";s:19:\"Rocket Launch theme\";}i:10;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-10.png?rev=1840052\";s:7:\"caption\";s:20:\"Loader at Work theme\";}i:11;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-11.png?rev=1840052\";s:7:\"caption\";s:22:\"Cyber Chick Dark theme\";}i:12;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-12.png?rev=1840052\";s:7:\"caption\";s:10:\"Safe theme\";}i:13;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-13.png?rev=1840052\";s:7:\"caption\";s:20:\"People at Work theme\";}i:14;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-14.png?rev=1840052\";s:7:\"caption\";s:14:\"Windmill theme\";}i:15;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-15.png?rev=1840052\";s:7:\"caption\";s:14:\"Sad Site theme\";}i:16;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-16.png?rev=1840052\";s:7:\"caption\";s:10:\"Lighthouse\";}i:17;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-17.png?rev=1840052\";s:7:\"caption\";s:15:\"Hot Air Balloon\";}i:18;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-18.png?rev=1840052\";s:7:\"caption\";s:23:\"People at Work #2 theme\";}i:19;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-19.png?rev=1840052\";s:7:\"caption\";s:22:\"Rocket Launch #2 theme\";}i:20;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-20.png?rev=1840052\";s:7:\"caption\";s:16:\"Light Bulb theme\";}i:21;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-21.png?rev=1840052\";s:7:\"caption\";s:15:\"Ambulance theme\";}i:22;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-22.png?rev=1840052\";s:7:\"caption\";s:12:\"Laptop theme\";}i:23;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-23.png?rev=1840052\";s:7:\"caption\";s:84:\"Puzzles theme contributed by <a href=\"https://twitter.com/EdelHaut\">Ralf Biester</a>\";}i:24;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-24.png?rev=1840052\";s:7:\"caption\";s:18:\"Internet of Things\";}i:25;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-25.png?rev=1840052\";s:7:\"caption\";s:11:\"Setup theme\";}i:26;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-26.png?rev=1840052\";s:7:\"caption\";s:10:\"Stop theme\";}i:27;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-27.png?rev=1840052\";s:7:\"caption\";s:11:\"Clock theme\";}i:28;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-28.png?rev=1840052\";s:7:\"caption\";s:15:\"Bulldozer theme\";}i:29;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-29.png?rev=1840052\";s:7:\"caption\";s:15:\"Christmas theme\";}i:30;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-30.png?rev=1846898\";s:7:\"caption\";s:17:\"Hard Worker theme\";}i:31;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-31.png?rev=1862708\";s:7:\"caption\";s:24:\"Temporarily Closed theme\";}i:32;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-32.png?rev=1883260\";s:7:\"caption\";s:18:\"Dumper Truck theme\";}i:33;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-33.png?rev=1928264\";s:7:\"caption\";s:16:\"000webhost theme\";}i:34;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-34.png?rev=1981084\";s:7:\"caption\";s:15:\"Work Desk theme\";}i:35;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-35.png?rev=2158253\";s:7:\"caption\";s:14:\"Research theme\";}i:36;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-36.png?rev=2158253\";s:7:\"caption\";s:13:\"Main settings\";}i:37;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-37.png?rev=2158253\";s:7:\"caption\";s:15:\"Design settings\";}i:38;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-38.png?rev=2158253\";s:7:\"caption\";s:16:\"Content settings\";}i:39;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-39.png?rev=2158253\";s:7:\"caption\";s:15:\"Access settings\";}i:40;a:2:{s:3:\"src\";s:77:\"https://ps.w.org/under-construction-page/assets/screenshot-40.png?rev=2158253\";s:7:\"caption\";s:7:\"Support\";}}s:4:\"tags\";a:5:{s:11:\"coming-soon\";s:11:\"coming soon\";s:16:\"coming-soon-page\";s:16:\"coming soon page\";s:18:\"under-construction\";s:18:\"under construction\";s:23:\"under-construction-mode\";s:23:\"under construction mode\";s:23:\"under-construction-page\";s:23:\"under construction page\";}s:8:\"versions\";a:63:{s:3:\"1.1\";s:70:\"https://downloads.wordpress.org/plugin/under-construction-page.1.1.zip\";s:4:\"1.15\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.15.zip\";s:4:\"1.20\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.20.zip\";s:4:\"1.22\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.22.zip\";s:4:\"1.24\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.24.zip\";s:4:\"1.25\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.25.zip\";s:4:\"1.30\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.30.zip\";s:4:\"1.35\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.35.zip\";s:4:\"1.40\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.40.zip\";s:4:\"1.45\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.45.zip\";s:4:\"1.50\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.50.zip\";s:4:\"1.51\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.51.zip\";s:4:\"1.55\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.55.zip\";s:4:\"1.60\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.60.zip\";s:4:\"1.65\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.65.zip\";s:4:\"1.66\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.66.zip\";s:4:\"1.70\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.70.zip\";s:4:\"1.75\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.75.zip\";s:4:\"1.80\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.80.zip\";s:4:\"1.85\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.85.zip\";s:4:\"1.90\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.90.zip\";s:4:\"1.95\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.95.zip\";s:4:\"1.96\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.1.96.zip\";s:3:\"2.0\";s:70:\"https://downloads.wordpress.org/plugin/under-construction-page.2.0.zip\";s:4:\"2.05\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.05.zip\";s:4:\"2.10\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.10.zip\";s:4:\"2.15\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.15.zip\";s:4:\"2.20\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.20.zip\";s:4:\"2.25\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.25.zip\";s:4:\"2.30\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.30.zip\";s:4:\"2.35\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.35.zip\";s:4:\"2.40\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.40.zip\";s:4:\"2.45\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.45.zip\";s:4:\"2.50\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.50.zip\";s:4:\"2.55\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.55.zip\";s:4:\"2.60\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.60.zip\";s:4:\"2.65\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.65.zip\";s:4:\"2.66\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.66.zip\";s:4:\"2.70\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.70.zip\";s:4:\"2.75\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.75.zip\";s:4:\"2.80\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.80.zip\";s:4:\"2.85\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.85.zip\";s:4:\"2.90\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.90.zip\";s:4:\"2.95\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.2.95.zip\";s:3:\"3.0\";s:70:\"https://downloads.wordpress.org/plugin/under-construction-page.3.0.zip\";s:4:\"3.05\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.05.zip\";s:4:\"3.10\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.10.zip\";s:4:\"3.15\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.15.zip\";s:4:\"3.20\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.20.zip\";s:4:\"3.25\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.25.zip\";s:4:\"3.30\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.30.zip\";s:4:\"3.31\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.31.zip\";s:4:\"3.35\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.35.zip\";s:4:\"3.40\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.40.zip\";s:4:\"3.45\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.45.zip\";s:4:\"3.50\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.50.zip\";s:4:\"3.55\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.55.zip\";s:4:\"3.60\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.60.zip\";s:4:\"3.65\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.65.zip\";s:4:\"3.70\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.70.zip\";s:4:\"3.75\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.75.zip\";s:4:\"3.80\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.80.zip\";s:5:\"trunk\";s:66:\"https://downloads.wordpress.org/plugin/under-construction-page.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:78:\"https://ps.w.org/under-construction-page/assets/banner-772x250.png?rev=1575797\";s:4:\"high\";s:79:\"https://ps.w.org/under-construction-page/assets/banner-1544x500.png?rev=1628376\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-128x128.gif?rev=2284852\";s:2:\"2x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-256x256.gif?rev=2284849\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:98;}','no'),(5283,'_transient_timeout_wf-plugin-info-eps-301-redirects','1594560111','no'),(5284,'_transient_wf-plugin-info-eps-301-redirects','O:8:\"stdClass\":30:{s:4:\"name\";s:43:\"301 Redirects &#8211; Easy Redirect Manager\";s:4:\"slug\";s:17:\"eps-301-redirects\";s:7:\"version\";s:4:\"2.45\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:12:\"contributors\";a:4:{s:10:\"webfactory\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/d2ad55d623efa74a60162a70366f2e9e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"WebFactory\";}s:7:\"wpreset\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/wpreset\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0923e825d572775c007277a099940fe4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"WordPress Reset\";}s:16:\"googlemapswidget\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/googlemapswidget\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/91bd99a5b95a67dabcf80a25bb7f7af8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Google Maps Widget\";}s:21:\"underconstructionpage\";a:3:{s:7:\"profile\";s:52:\"https://profiles.wordpress.org/underconstructionpage\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/2586d7d022d23b758c5069a5aefe97d2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Under Construction\";}}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.2\";s:6:\"rating\";i:94;s:7:\"ratings\";a:5:{i:5;i:149;i:4;i:10;i:3;i:3;i:2;i:0;i:1;i:8;}s:11:\"num_ratings\";i:170;s:15:\"support_threads\";i:11;s:24:\"support_threads_resolved\";i:11;s:15:\"active_installs\";i:90000;s:10:\"downloaded\";i:356548;s:12:\"last_updated\";s:21:\"2020-04-01 4:36pm GMT\";s:5:\"added\";s:10:\"2013-05-02\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:6:{s:11:\"description\";s:1953:\"<p><strong>301 Redirects</strong> helps you manage and create 301 &amp; 302 redirects for your WordPress site to <strong>improve SEO and visitor experience</strong>. With a user-friendly interface, 301 Redirects is easy to install and configure. Perfect for new sites or repairing links after re-organizing your existing WordPress content, or when your site has content that expires and you wish to avoid sending visitors to a 404 page.</p>\n<p>301 Redirects GUI is located in WP Admin Dashboard &#8211; Settings &#8211; 301 Redirects</p>\n<p><strong>Features</strong></p>\n<ul>\n<li>Choose from Pages, Posts, Custom Post types, Archives, and Term Archives from dropdown menu</li>\n<li>Or, set a custom destination URL!</li>\n<li>Retain query strings across redirects</li>\n<li>Super-fast redirection</li>\n<li>Import/Export feature for bulk redirects management</li>\n<li>Simple redirect stats so you know how much a redirection is used</li>\n</ul>\n<p><strong>What is a 301 Redirect?</strong><br />\nA redirect is a simple way to re-route traffic coming to a <em>Requested URL</em> to different <em>Destination URL</em>.</p>\n<p>A 301 redirect indicates that the page requested has been permanently moved to the <em>Destination URL</em>, and helps pass on the <em>Requested URLs</em> traffic in a search engine friendly manner. Creating a 301 redirect tells search engines that the <em>Requested URL</em>  has moved permanently, and that the content can now be found on the <em>Destination URL</em>. An important feature is that search engines will pass along any clout the <em>Requested URL</em> used to have to the <em>Destination URL</em>.</p>\n<p><strong>When Should I use 301 Redirects?</strong></p>\n<ul>\n<li>Replacing an old site design with a new site design</li>\n<li>Overhauling or re-organizing your existing WordPress content</li>\n<li>You have content that expires (or is otherwise no longer available) and you wish to redirect users elsewhere</li>\n</ul>\n\";s:12:\"installation\";s:279:\"<ol>\n<li>Upload the <code>eps-301-redirects</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Begin adding redirects in the Settings -&gt; 301 Redirects menu item</li>\n</ol>\n\";s:3:\"faq\";s:2573:\"\n<h4>What is a 301 Redirect?</h4>\n<p>\n<p>A redirect is a simple way to re-route traffic coming to a Requested URL to different Destination URL.</p>\n<p>A 301 redirect indicates that the page requested has been permanently moved to the Destination URL, and helps pass on the Requested URLs traffic in a search engine friendly manner. Creating a 301 redirect tells search engines that the Requested URL has moved permanently, and that the content can now be found on the Destination URL. An important feature is that search engines will pass along any clout the Requested URL used to have to the Destination URL.</p>\n</p>\n<h4>I&#8217;m getting an error about the default permalink structure?</h4>\n<p>\n<p>301 Redirects requires that you use anything but the default permalink structure.</p>\n</p>\n<h4>My redirects aren&#8217;t working</h4>\n<p>\n<p>This could be caused by many things, but please ensure that you are supplying valid URLs. Most common are extra spaces, extra slashes, spelling mistakes and invalid characters. If you&#8217;re sure they&#8217;re right, chances are your browser has cached the 301 redirect (in an attempt to make the redirection faster for you), but sometimes it doesn&#8217;t refresh as fast as we would like. Clear your browser cache, or wait a few minutes to fix this problem.<br />\nMy redirects aren&#8217;t working &#8211; the old .html page still shows<br />\nFor this plugin to work, the page must be within the WordPress environment. If you are redirecting older .html or .php files, you must first delete them. The plugin can’t redirect if the file still exists, sorry! You should look into .htaccess redirects if you want to keep these files on your server.</p>\n</p>\n<h4>My redirects aren&#8217;t getting the 301 status code</h4>\n<p>\n<p>Your Request or Redirect URLS may be incorrect; please ensure that you are supplying valid URLs. Check slashes. Try Viewing the page by clicking the Request URL &#8211; does it load correctly?</p>\n</p>\n<h4>How do I delete a redirect?</h4>\n<p>\n<p>Click the small X beside the redirect you wish to remove.</p>\n</p>\n<h4>How do I add wildcards. or folder redirects?</h4>\n<p>\n<p>Unfortunately this is not supported. You should look into .htaccess redirects for these advanced features.</p>\n</p>\n<h4>What about query strings?</h4>\n<p>\n<p>By default, any URL with a query string is considered unique, and will redirect to a unique page (if you so wish). The query string will be added to the Destination URL, which allows you to keep your tracking codes, affiliate codes, and other important data!</p>\n</p>\n\n\";s:9:\"changelog\";s:2558:\"<h4>2.45</h4>\n<ul>\n<li>2019/12/17</li>\n<li>security fixes &#8211; big thank you to Chloe from Wordfence</li>\n<li>WP-CLI fix</li>\n</ul>\n<h4>2.40</h4>\n<ul>\n<li>2019/03/25</li>\n<li>bug fixes</li>\n<li>rating notification</li>\n</ul>\n<h4>2.3.5</h4>\n<ul>\n<li>2019/03/11</li>\n<li>WebFactory took over development</li>\n<li>50,000 installations; 151,500 downloads</li>\n<li>bug fixes</li>\n<li>compatibility fixes for new versions of PHP and WP</li>\n</ul>\n<h4>2.3.0</h4>\n<p>Added sorting. Fixed a bug when upgrading from V1 to V2, and the infamous &#8220;Invalid Destination&#8221; url.</p>\n<h4>2.2.7</h4>\n<p>That silly bug with the database tables not being created has been squashed. Improved query performance.</p>\n<h4>2.2.6</h4>\n<p>Added support for custom plugin directories.</p>\n<h4>2.2.4</h4>\n<p>Support for older versions of PHP.</p>\n<h4>2.2.3</h4>\n<p>Fixed an issue where the redirect database tables were not being created, causing &#8216;Invalid Destination URL&#8217; errors.</p>\n<h4>2.2.0</h4>\n<p>Minor bug fixes. Greatly improved import feature. Redirects include query strings. Export feature added. Http/Https agnostic. Pro version added with 404 management.</p>\n<h4>2.1.2</h4>\n<p>Minor bug fixes.</p>\n<h4>2.1.1</h4>\n<p>Fixed an issue where users with a lot of redirects were being limited, this fix also changed up the admin area. Redirects are now editable via AJAX, and the ‘add new’ form was moved to the top.</p>\n<h4>2.0.1</h4>\n<p>Fixed an issue where the Automatic Update would not call the import process for pre 2.0 versions.</p>\n<h4>2.0.0</h4>\n<p>Overhauled the entire plugin. Redirects are stored in their own table. Gracefully migrates older versions.</p>\n<h4>1.4.0</h4>\n<ul>\n<li>Performance updates, added a new &#8216;Settings&#8217; page.</li>\n</ul>\n<h4>1.3.5</h4>\n<ul>\n<li>Fixed a bug with spaces in the url. Added ease of use visual aids.</li>\n</ul>\n<h4>1.3.4</h4>\n<ul>\n<li>Fixed nonce validation problem which would prevent saving of new redirects. Special Thanks to Bruce Zlotowitz for all his testing!</li>\n</ul>\n<h4>1.3.3</h4>\n<ul>\n<li>Fixed major problem when switching from 1.2 to 1.3+</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added hierarchy to heirarchical post type selects.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Fixed a bug where duplicate URLs were being overwritten, fixed a bug where you could not completely remove all redirects.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Fixed some little bugs.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Minor CSS and usability fixes. Also checking out the SVN!</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Release.</li>\n</ul>\n\";s:11:\"screenshots\";s:507:\"<ol><li><a href=\"https://ps.w.org/eps-301-redirects/assets/screenshot-1.png?rev=2047734\"><img src=\"https://ps.w.org/eps-301-redirects/assets/screenshot-1.png?rev=2047734\" alt=\"301 Redirects admin area\"></a><p>301 Redirects admin area</p></li><li><a href=\"https://ps.w.org/eps-301-redirects/assets/screenshot-2.png?rev=2047734\"><img src=\"https://ps.w.org/eps-301-redirects/assets/screenshot-2.png?rev=2047734\" alt=\"301 Redirects import/export options\"></a><p>301 Redirects import/export options</p></li></ol>\";s:7:\"reviews\";s:13383:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">So easy to use!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/fionnross\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b10c460f4a4959d36d6aef936d67bb83?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/b10c460f4a4959d36d6aef936d67bb83?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/fionnross\" class=\"reviewer-name\">fionnross</a> on <span class=\"review-date\">July 4, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Thanks for making this really simple and easy to use!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Works well</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/tosok\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/23d1089bf8d218c48cc517d6799d4276?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/23d1089bf8d218c48cc517d6799d4276?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/tosok\" class=\"reviewer-name\">tosok</a> on <span class=\"review-date\">June 29, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">This does what it says it does. Easy to understand. Simple to use.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">not working</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/cedricnice\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8f5fd24e861f9bc7bd8a6e25be8bf86a?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/8f5fd24e861f9bc7bd8a6e25be8bf86a?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/cedricnice\" class=\"reviewer-name\">cedricnice</a> on <span class=\"review-date\">June 29, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">not working on https</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Very easy to use and fast</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/bineshdobhal\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/bbcbcbb6c5bcbe846c506bb3986130f5?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/bbcbcbb6c5bcbe846c506bb3986130f5?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/bineshdobhal\" class=\"reviewer-name\">Binesh Dobhal <small>(bineshdobhal)</small></a> on <span class=\"review-date\">June 29, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Very easy to use and fast</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Easy to use, saved me loads of time!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/paxwound\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/89f085d4263f7ba8d44426441391bdbc?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/89f085d4263f7ba8d44426441391bdbc?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/paxwound\" class=\"reviewer-name\">paxwound</a> on <span class=\"review-date\">June 28, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Love it, moved my domain from wordpress to bluehost and finally got rid of the nasty date tags in settings &gt; permalinks, lo and behold my old links I supplied to clients and on social media no longer work.  A quick CSV file upload of the \"OLD\" and the \"NEW\" url permalinks and all 24 links are successfully working.  Thank you, good job, saved me a bunch of time!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Works great!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jrietz\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/90a6c760c7309211ad9016b4c15bb48e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/90a6c760c7309211ad9016b4c15bb48e?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/jrietz\" class=\"reviewer-name\">jrietz</a> on <span class=\"review-date\">June 27, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Started using this to replace an old plugin and it is working as expected!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Does what it says it does</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/rodrigohub\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/04111d2f142349f723bae1e0bf3dce3d?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/04111d2f142349f723bae1e0bf3dce3d?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/rodrigohub\" class=\"reviewer-name\">rodrigohub</a> on <span class=\"review-date\">June 25, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">It\'s even possible to redirect to custom posts. I wasn\'t expecting that.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Very good and simple</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/tasios\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/41ce24c3d174fd4e54d11d9069722377?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/41ce24c3d174fd4e54d11d9069722377?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/tasios\" class=\"reviewer-name\">tasios</a> on <span class=\"review-date\">June 23, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">A very nice and simple redirect plugin that do the job clearly and without bells and whistles..\nKeep up with nice work.I recommend this plugin!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Easy to Use</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/woodcrafter\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ac53c9c35a6634b6c27430d142e799e3?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ac53c9c35a6634b6c27430d142e799e3?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/woodcrafter\" class=\"reviewer-name\">woodcrafter</a> on <span class=\"review-date\">June 30, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">saved me a lot of research, works beautifully</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Quick Work!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ndtandug\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/368f32ef163a5ce86e2c57138f5e70ae?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/368f32ef163a5ce86e2c57138f5e70ae?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ndtandug\" class=\"reviewer-name\">ndtandug</a> on <span class=\"review-date\">June 19, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">The plugin installs easy and works well. It helped a lot when we took some pages for maintenance work.</div>\n</div>\n\";}s:17:\"short_description\";s:106:\"Easily manage and create 301 &amp; 302 redirects. Simple to use &amp; validate redirects. Includes&hellip;\";s:13:\"download_link\";s:65:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.45.zip\";s:11:\"screenshots\";a:2:{i:1;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/eps-301-redirects/assets/screenshot-1.png?rev=2047734\";s:7:\"caption\";s:24:\"301 Redirects admin area\";}i:2;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/eps-301-redirects/assets/screenshot-2.png?rev=2047734\";s:7:\"caption\";s:35:\"301 Redirects import/export options\";}}s:4:\"tags\";a:5:{s:12:\"301-redirect\";s:12:\"301 redirect\";s:12:\"302-redirect\";s:12:\"302 redirect\";s:8:\"redirect\";s:8:\"redirect\";s:11:\"redirection\";s:11:\"redirection\";s:9:\"redirects\";s:9:\"redirects\";}s:8:\"versions\";a:23:{s:3:\"1.1\";s:64:\"https://downloads.wordpress.org/plugin/eps-301-redirects.1.1.zip\";s:3:\"1.2\";s:64:\"https://downloads.wordpress.org/plugin/eps-301-redirects.1.2.zip\";s:5:\"1.3.1\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.1.3.1.zip\";s:5:\"1.3.3\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.1.3.3.zip\";s:5:\"1.3.4\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.1.3.4.zip\";s:5:\"1.4.0\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.1.4.0.zip\";s:5:\"2.0.1\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.0.1.zip\";s:5:\"2.1.1\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.1.1.zip\";s:5:\"2.1.2\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.1.2.zip\";s:5:\"2.2.0\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.0.zip\";s:5:\"2.2.1\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.1.zip\";s:5:\"2.2.2\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.2.zip\";s:5:\"2.2.3\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.3.zip\";s:5:\"2.2.4\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.4.zip\";s:5:\"2.2.5\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.5.zip\";s:5:\"2.2.6\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.6.zip\";s:5:\"2.2.7\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.7.zip\";s:5:\"2.2.8\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.2.8.zip\";s:5:\"2.3.0\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.3.0.zip\";s:5:\"2.3.5\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.3.5.zip\";s:4:\"2.40\";s:65:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.40.zip\";s:4:\"2.45\";s:65:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.45.zip\";s:5:\"trunk\";s:60:\"https://downloads.wordpress.org/plugin/eps-301-redirects.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:72:\"https://ps.w.org/eps-301-redirects/assets/banner-772x250.png?rev=2049908\";s:4:\"high\";s:73:\"https://ps.w.org/eps-301-redirects/assets/banner-1544x500.png?rev=2049908\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/eps-301-redirects/assets/icon-128x128.png?rev=2049925\";s:2:\"2x\";s:70:\"https://ps.w.org/eps-301-redirects/assets/icon-256x256.png?rev=2049925\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:94;}','no'),(5285,'_transient_timeout_wf-plugin-info-simple-author-box','1594560111','no'),(5286,'_transient_wf-plugin-info-simple-author-box','O:8:\"stdClass\":30:{s:4:\"name\";s:17:\"Simple Author Box\";s:4:\"slug\";s:17:\"simple-author-box\";s:7:\"version\";s:6:\"2.3.18\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:14:\"author_profile\";s:44:\"https://profiles.wordpress.org/greentreelabs\";s:12:\"contributors\";a:4:{s:10:\"webfactory\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/d2ad55d623efa74a60162a70366f2e9e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"WebFactory\";}s:7:\"wpreset\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/wpreset\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0923e825d572775c007277a099940fe4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"WordPress Reset\";}s:16:\"googlemapswidget\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/googlemapswidget\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/91bd99a5b95a67dabcf80a25bb7f7af8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Google Maps Widget\";}s:21:\"underconstructionpage\";a:3:{s:7:\"profile\";s:52:\"https://profiles.wordpress.org/underconstructionpage\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/2586d7d022d23b758c5069a5aefe97d2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Under Construction\";}}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.6\";s:6:\"rating\";i:88;s:7:\"ratings\";a:5:{i:5;i:59;i:4;i:6;i:3;i:4;i:2;i:0;i:1;i:7;}s:11:\"num_ratings\";i:76;s:15:\"support_threads\";i:15;s:24:\"support_threads_resolved\";i:14;s:15:\"active_installs\";i:50000;s:10:\"downloaded\";i:659259;s:12:\"last_updated\";s:22:\"2020-04-24 11:23am GMT\";s:5:\"added\";s:10:\"2014-08-08\";s:8:\"homepage\";s:24:\"https://wpauthorbox.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:2092:\"<p><strong>Simple Author Box</strong> adds a responsive author box at the end of your posts, showing the author name, author gravatar and author description. It also adds over 30 social profile fields on WordPress user profile screen, allowing to display the author social icons in the author box.</p>\n<h4>Main Features</h4>\n<ul>\n<li>Shows author gravatar, name, website, description and social icons</li>\n<li>Fully customizable to match your theme design (style, color, size and text options)</li>\n<li>Nice looking on desktop, laptop, tablet or mobile phones</li>\n<li>Automatically insert the author box at the end of your post</li>\n<li>Option to manually insert the author box on your template file (single.php or author.php)</li>\n<li>Simple Author Box has RTL support</li>\n<li>Simple Author Box has AMP support</li>\n</ul>\n<h4>Simple Author Box Pro Features</h4>\n<blockquote>\n<p><strong>Premium features only available in Simple Author Box Pro:</strong></p>\n<ul>\n<li>Change author box position to before/after content</li>\n<li>Choose whether the author&#8217;s name should link to its website/page/none</li>\n<li>Select where to show author box on</li>\n<li>Add rotate effect on author avatar hover</li>\n<li>Option to open author website link in a new tab</li>\n<li>Option to add &#8220;nofollow&#8221; attribute on author website link</li>\n<li>Choose the author website&#8217;s position: right/left</li>\n<li>Social icons type, style, rotate effect, shadow effect, thin border</li>\n<li>Option to change the color palette</li>\n<li>Choose the font and font sizes for the author&#8217;s job title, website, name, and description</li>\n<li>Enable guest authors and co-authors</li>\n<li>Option to use guest authors as co-authors</li>\n<li>Top authors widget &#8211; displays the most popular authors based of comments</li>\n<li>Simple author box widget &#8211; displays the users selected</li>\n</ul>\n</blockquote>\n<p><a href=\"https://wpauthorbox.com/?utm_source=wordpress&amp;utm_medium=site&amp;utm_campaign=product\" rel=\"nofollow ugc\">Read more</a> about the Simple Author Box advanced features.</p>\n\";s:12:\"installation\";s:402:\"<ol>\n<li>Download the plugin (.zip file) on your hard drive.</li>\n<li>Unzip the zip file contents.</li>\n<li>Upload the <code>simple-author-box</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n<li>A new sub menu item <code>Simple Author Box</code> will appear in your main Settings menu.</li>\n</ol>\n\";s:3:\"faq\";s:3762:\"\n<h4>Why does the author box not display on a page?</h4>\n<p>\n<p>The Simple Author Box plugin was designed to display the author information on posts, categories, tags, etc. The plugin does not work on pages – it was not designed for this, unfortunately. Adding the shortcode on a blog page will also not work because the plugin won’t have author information to display/will not know which author information to display. Adding the shortcode in a widget that is on a page is another instance when the SAB will not be displayed due to the same reasons. You can add it in a widget, but that widget has to be on a single post.</p>\n</p>\n<h4>What should I add for Whatsapp ?</h4>\n<p>\n<p>You should add there your phone number, for more information read <a href=\"https://faq.whatsapp.com/en/android/26000030/\" rel=\"nofollow ugc\">this</a></p>\n</p>\n<h4>What should I add for Telegram ?</h4>\n<p>\n<p>You should add there your username, for more information read <a href=\"https://telegram.org/faq#q-how-does-t-me-work\" rel=\"nofollow ugc\">this</a></p>\n</p>\n<h4>Can I remove the SAB from WooCommerce/Category/Tags pages? Can I have only on posts?</h4>\n<p>\n<p>The PRO version of Simple Author Box fixes this.</p>\n</p>\n<h4>Is there any widget in Simple Author Box ?</h4>\n<p>\n<p>Yes, but we also have two awesome widgets in the PRO version.</p>\n</p>\n<h4>I have two author boxes. How can I hide one?</h4>\n<p>\n<p>The second author box might be a theme feature and you will need to turn it off from your theme’s options, or hide it with custom CSS.</p>\n</p>\n<h4>How I can translate the author&#8217;s biography ?</h4>\n<p>\n<p>You can use 2 plugins in order to do this: Polylang or WPML. Here it is how to translate an author&#8217;s biography with each plugin:</p>\n<p><strong>Polylang</strong><br />\nWhen using Polylang a &#8220;Biographical Info&#8221; textarea is added for each language, this way you can enter the &#8220;Biographical Info&#8221; for each respective language.</p>\n<p><strong>WPML</strong><br />\nIn order to translate the &#8220;Biographical Info&#8221; using this plugin you have to have the wpml-string-translation plugin installed and the following configurations made:<br />\nIn the String Translation settings at the bottom you will see a &#8220;More options&#8221; setting. Click &#8220;Edit&#8221; then select &#8220;Author&#8221; from there and finally click &#8220;Apply&#8221;. After this, in the filters above, at &#8220;Select strings within domain&#8221; select &#8220;Authors&#8221;. This will reveal the strings that can be translated from the author role.</p>\n</p>\n<h4>How can I use it with Content Blocks (Custom Post Widget) ?</h4>\n<p>\n<p>When adding a widget in the widget area you can select the content block to display and there you will also see a checkbox titled &#8220;Do not apply content filters&#8221;. Checking this checkbox will prevent the author box from displaying for that custom post.<br />\nWhen using a shortcode, example [content_block id=41] you can stop the author box from displaying by using one of these shortocodes instead: [content_block id=41 suppress_content_filters=true] or [content_block id=41 suppress_filters=true], both work.</p>\n</p>\n<h4>How can I get support?</h4>\n<p>\n<p>You can get free support either here on the support forums: <a href=\"https://wordpress.org/support/plugin/simple-author-box\">https://wordpress.org/support/plugin/simple-author-box</a>.</p>\n</p>\n<h4>How can I say thanks?</h4>\n<p>\n<p>You can say thank you by leaving us a review here: <a href=\"https://wordpress.org/support/plugin/simple-author-box/reviews/#new-post\">https://wordpress.org/support/plugin/simple-author-box/reviews/#new-post</a><br />\nOr you can give back by recommending this amazing plugin to your friends!</p>\n</p>\n\n\";s:9:\"changelog\";s:8579:\"<h4>2.3.18</h4>\n<ul>\n<li>2020-04-18</li>\n<li>Added Discord social icon</li>\n<li>Updated Freemius library</li>\n</ul>\n<h4>2.3.16</h4>\n<ul>\n<li>Fixed missing files</li>\n</ul>\n<h4>2.3.15</h4>\n<ul>\n<li>Fixed missing link on avatar</li>\n</ul>\n<h4>2.3.14</h4>\n<ul>\n<li>Fixed PHP notice &#8220;roles&#8221;</li>\n</ul>\n<h4>2.3.13</h4>\n<ul>\n<li>Fixed visibility issue</li>\n</ul>\n<h4>2.3.12</h4>\n<ul>\n<li>Fixed: wrong class name issue</li>\n</ul>\n<h4>2.3.11</h4>\n<ul>\n<li>New feature: function wpsabox_author_box now accepts param $user_id</li>\n</ul>\n<h4>2.3.10</h4>\n<ul>\n<li>Fixed: custom author&#8217;s page (Premium only)</li>\n</ul>\n<h4>2.3.9</h4>\n<ul>\n<li>New feature: custom author&#8217;s page (Premium only)</li>\n</ul>\n<h4>2.3.8</h4>\n<ul>\n<li>Fixed visibility on archives (Premium only)</li>\n</ul>\n<h4>2.3.7</h4>\n<ul>\n<li>Removed protocol prefix from the website URL</li>\n<li>Added controls for brackets in the job title (Premium only)</li>\n</ul>\n<h4>2.3.6</h4>\n<ul>\n<li>Fixed visibility on archives (Premium only)</li>\n</ul>\n<h4>2.3.5</h4>\n<ul>\n<li>Added phone icon</li>\n</ul>\n<h4>2.3.3</h4>\n<ul>\n<li>Updated README.txt</li>\n<li>Added Freemius library</li>\n</ul>\n<h4>2.3.2</h4>\n<ul>\n<li>Fix for gutenberg block &#8211; telegram and twitter were inverted</li>\n<li>Fixed missing Whatsapp icon border setting</li>\n<li>Added filter for extra social icons extensions</li>\n</ul>\n<h4>2.3.1</h4>\n<ul>\n<li>Improved widget &#8211; added display name alongside username</li>\n<li>Fixed telegram symbol color changing</li>\n<li>Fixed telegram display in Gutenberg block</li>\n<li>Fixed avatar/gravatar circle/square functionality</li>\n<li>Fix for author name color change when link set to none</li>\n<li>Fix for plugin settings link</li>\n<li>Fix for author description display</li>\n</ul>\n<h4>2.3.0</h4>\n<ul>\n<li>Added Elementor widget</li>\n<li>Added Gutenberg block</li>\n<li>Added a widget</li>\n<li>Added telegram icon</li>\n</ul>\n<h4>2.2.2</h4>\n<ul>\n<li>Added schema.org tags.</li>\n</ul>\n<h4>2.2.1</h4>\n<ul>\n<li>Fixed author box appearing on every page.</li>\n</ul>\n<h4>2.2.0</h4>\n<ul>\n<li>Added option to show all authors with our shortcode</li>\n<li>Added option to disable the author box on archieve pages.</li>\n<li>Found a solution for &#8220;incompatibility with Content Blocks&#8221;</li>\n<li>Found a solution to translate the author description with WPML and Polylang</li>\n</ul>\n<h4>2.1.5</h4>\n<ul>\n<li>Remove uninstall feedback.</li>\n</ul>\n<h4>2.1.4</h4>\n<ul>\n<li>Added WhatsApp Social Media Link.</li>\n</ul>\n<h4>2.1.3</h4>\n<ul>\n<li>Fixed error on footer.</li>\n<li>Fixed profile image in dashboard ( https://github.com/MachoThemes/simple-author-box/issues/97 )</li>\n<li>Fixed profile image in comments ( https://github.com/MachoThemes/simple-author-box/issues/96 )</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>Added alt tag for custom profile image.</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Minor fixes &amp; version bump</li>\n</ul>\n<h4>2.1.0</h4>\n<ul>\n<li>Speed improvement ( We removed FA and added icons as SVG&#8217;s and removed our css file and added inline )</li>\n<li>Added new Social Icon : Mastodont</li>\n<li>Added RTL Support</li>\n<li>Added option to add external url for user avatar</li>\n<li>Added option to control the width of border</li>\n<li>Fixed small issues<br />\nSee complete list here : https://github.com/MachoThemes/simple-author-box/milestone/7?closed=1</li>\n</ul>\n<h4>2.0.9</h4>\n<ul>\n<li>AMP CSS fixes &amp; validator</li>\n</ul>\n<h4>2.0.8</h4>\n<ul>\n<li>Fixed a small bug re. custom AMP CSS (forgot to add &#8216;px&#8217; units for author description paragraphs, browser was interpreting them as em)</li>\n</ul>\n<h4>2.0.7</h4>\n<ul>\n<li>Added AMP compatibility</li>\n<li>Fixed some CSS isues &amp; cleaned up the code</li>\n</ul>\n<h4>2.0.6</h4>\n<ul>\n<li>Initial PRO version release &amp; minor bug fixes</li>\n<li>Saving now remembers the tab you were on</li>\n</ul>\n<h4>2.0.5</h4>\n<ul>\n<li>Fixed Profile Image of Admin Covers All User&#8217;s Avatars : https://github.com/MachoThemes/simple-author-box/issues/58</li>\n</ul>\n<h4>2.0.4</h4>\n<ul>\n<li>Added Snapchat icon:  https://github.com/MachoThemes/simple-author-box/issues/35</li>\n<li>Fixed Shortcode issue: https://github.com/MachoThemes/simple-author-box/issues/33</li>\n<li>Added plugin uninstall feedback: https://github.com/MachoThemes/simple-author-box/issues/40</li>\n<li>Fixes #45 (400 Error Loading Fonts)</li>\n<li>Fixes #47 (Replace button in user profile for add social media)</li>\n<li>Fixes #48 (Move feedback box only to support tab)</li>\n<li>Fixes #49 (Display plugin version)</li>\n<li>Fixes #43 (Add 500px icon)</li>\n<li>Added various UI fixes (edit user profile button in plugin settings page, edit user profile/sab settings visible in author box <em>Only if user is logged in</em> on the frontend)</li>\n<li>Fixes incompatibility with SiteOrigin PageBuilder (fixed in: 406f569dd1eaee54801e1b5359bf101a9e6fd1ea); thanks @AlexGStapleton)</li>\n<li>There was a bug that prevented the following options: &#8220;Open author website link in a new tab&#8221; &amp;&amp; &#8220;Add &#8220;nofollow&#8221; attribute on author website link&#8221; when the &#8220;show author website&#8221; option was toggled to ON. Now it&#8217;s fixed &#8211; yay.</li>\n<li>Fixes #50 (Replace all gravatar instances in wp-admin with SAB custom image)</li>\n<li>Introduces new, simplified UI</li>\n<li>Updated plugin GPL requirements</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>Fixed again the typography issue.</li>\n<li>Fixed email in social icons</li>\n<li>Add Meetup, Quora &amp; Medium social icons</li>\n</ul>\n<h4>2.0.2</h4>\n<ul>\n<li>Fixed a typography issue</li>\n<li>Added VK</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Removed simple author box from pages.</li>\n<li>Added new tab in setting page</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Included the option to add html to a user&#8217;s description ( https://github.com/MachoThemes/simple-author-box/issues/23 )</li>\n<li>Fixed Google fonts error ( https://github.com/MachoThemes/simple-author-box/issues/14 )</li>\n<li>Added new features ( https://github.com/MachoThemes/simple-author-box/issues/7 )</li>\n<li>Added the posibility to add custom profile images</li>\n<li>Created a shortcode that can be placed inside the posts&#8217; content wherever a user wants</li>\n<li>Improved how you add social links</li>\n</ul>\n<h4>1.9</h4>\n<ul>\n<li>Removed lang folder, translations are now being handled by GlotPress on w.org</li>\n<li>Fixed a CSS bug ( https://github.com/MachoThemes/simple-author-box/issues/11 )</li>\n<li>Removed ShortPixel Banner ( https://github.com/MachoThemes/simple-author-box/issues/8 )</li>\n<li>Minor UI reworks. The plugin&#8217;s CSS was overwriting a lot of WordPress Core UI styling</li>\n<li>Removed RTL CSS stylesheets as they weren&#8217;t being properly handled. Will re-add them at a later date, after the new UI will be released</li>\n<li>Updated the URL that was loading FontAwesome Icons from 4.1 -&gt; 4.7 ( https://github.com/MachoThemes/simple-author-box/issues/9 )</li>\n<li>Fixed oEmbed bug on front-end ( https://github.com/MachoThemes/simple-author-box/issues/2 )</li>\n<li>Added MixCloud Icon ( https://github.com/MachoThemes/simple-author-box/issues/3 )</li>\n<li>Added GoodReads Icon ( https://github.com/MachoThemes/simple-author-box/issues/6 )</li>\n</ul>\n<h4>1.8</h4>\n<ul>\n<li>Changed plugin authorship</li>\n</ul>\n<h4>1.7</h4>\n<ul>\n<li>Fixed a small CSS issue.</li>\n<li>Added a recommendation for an image optimization plugin &#8211; ShortPixel</li>\n</ul>\n<h4>1.6</h4>\n<ul>\n<li>Fixed a small CSS issue.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Added XING network social profile field &amp; icon.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Fixed the code snippet provided for manually insert the author box. Thanks to <a href=\"https://wordpress.org/support/profile/mazter3000\">@mazter3000</a> for the <a href=\"https://wordpress.org/support/topic/how-to-insert-code-to-php?replies=7#post-5886931\">bug report</a>.</li>\n<li>Fixed a line-height issue on author name link.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Fixed a line-height issue on author description text and other small css fixes.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Added author website option, fully configurable.</li>\n<li>Added the ability to manually insert the author box on author.php or archive.php.</li>\n<li>Added two more conditionals to load plugin CSS when need it.</li>\n<li>Fixed some visual appearance of admin options in Google Chrome.</li>\n<li>Updated translation with the new strings.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Removed AIM, Yahoo, and Jabber Fields from the WordPress Profile Page.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";s:11:\"screenshots\";s:3467:\"<ol><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-1.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-1.png?rev=962471\" alt=\"Simple Author Box - Colored icons - squares\"></a><p>Simple Author Box - Colored icons - squares</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-2.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-2.png?rev=962471\" alt=\"Simple Author Box - Colored icons - circles\"></a><p>Simple Author Box - Colored icons - circles</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-3.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-3.png?rev=962471\" alt=\"Simple Author Box - Grey icons - author square\"></a><p>Simple Author Box - Grey icons - author square</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-4.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-4.png?rev=962471\" alt=\"Simple Author Box - Grey icons - author circle\"></a><p>Simple Author Box - Grey icons - author circle</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-5.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-5.png?rev=962471\" alt=\"Simple Author Box - White icons - grey background\"></a><p>Simple Author Box - White icons - grey background</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-6.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-6.png?rev=962471\" alt=\"Simple Author Box - White icons - blue background\"></a><p>Simple Author Box - White icons - blue background</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-7.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-7.png?rev=962471\" alt=\"Simple Author Box - RTL view 1\"></a><p>Simple Author Box - RTL view 1</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-8.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-8.png?rev=962471\" alt=\"Simple Author Box - RTL view 2\"></a><p>Simple Author Box - RTL view 2</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-9.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-9.png?rev=962471\" alt=\"Simple Author Box - Sample 2\"></a><p>Simple Author Box - Sample 2</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-10.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-10.png?rev=962471\" alt=\"Simple Author Box - Sample 1\"></a><p>Simple Author Box - Sample 1</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-11.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-11.png?rev=962471\" alt=\"Simple Author Box - Responsive view 1\"></a><p>Simple Author Box - Responsive view 1</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-12.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-12.png?rev=962471\" alt=\"Simple Author Box - Responsive view 2\"></a><p>Simple Author Box - Responsive view 2</p></li><li><a href=\"https://ps.w.org/simple-author-box/assets/screenshot-13.png?rev=962471\"><img src=\"https://ps.w.org/simple-author-box/assets/screenshot-13.png?rev=962471\" alt=\"Simple Author Box - Responsive view 3\"></a><p>Simple Author Box - Responsive view 3</p></li></ol>\";s:7:\"reviews\";s:13735:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/willienoch\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4ece2c940c7daa7f69742ab074c2a80f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4ece2c940c7daa7f69742ab074c2a80f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/willienoch\" class=\"reviewer-name\">willienoch</a> on <span class=\"review-date\">July 2, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Really like that is fully customizable to match the main theme design.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Powerful</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/matthewmgarcia\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5918dc32bcc320da59dfd7444286fcc3?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/5918dc32bcc320da59dfd7444286fcc3?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/matthewmgarcia\" class=\"reviewer-name\">Matthew Garcia <small>(matthewmgarcia)</small></a> on <span class=\"review-date\">June 24, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Powerful and feature riched plugin. Great!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Easy to use</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/emillypatterson\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/222120a3de6ec690e174418b5595ffa7?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/222120a3de6ec690e174418b5595ffa7?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/emillypatterson\" class=\"reviewer-name\">emillypatterson</a> on <span class=\"review-date\">May 28, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Responsive, nice looking, and easy to use. What else to expect? :)</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great work</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/bonitaharrison78\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/aa6dce1a63d8f3a0b0c25de61ea049bb?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/aa6dce1a63d8f3a0b0c25de61ea049bb?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/bonitaharrison78\" class=\"reviewer-name\">bonitaharrison78</a> on <span class=\"review-date\">May 18, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">All the boxes you create using this plugin are fully customizable and look equally as good on any screen size. Amazing!\n</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great tool</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ashleymweir\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0905d8fac3b2f59235fda84d3b360714?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/0905d8fac3b2f59235fda84d3b360714?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ashleymweir\" class=\"reviewer-name\">ashleymweir</a> on <span class=\"review-date\">May 14, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">I was looking for a customizable and nice-looking author box, and this plugin perfectly fits in that definition. Great job!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Awful experience and lost time</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/i4963154364\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f5c2af6aa9fd8e77728aa89620b16930?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f5c2af6aa9fd8e77728aa89620b16930?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/i4963154364\" class=\"reviewer-name\">i4963154364</a> on <span class=\"review-date\">May 8, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">The plugin has limited capacities as per se but once I did everything needed to try the free trial version it immediately prompted me to pay for the annual without allowing me to try anything at all! Have uninstalled the free version which is far from being the best free option — for what they give, a few tricks in WP and we can have it with no plugin at all.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Nice looking</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/charlotteechandler\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/686775daa24a401963ad025d320b4038?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/686775daa24a401963ad025d320b4038?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/charlotteechandler\" class=\"reviewer-name\">charlotteechandler</a> on <span class=\"review-date\">May 1, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Nice looking on every device. Definitely a must-have for bloggers.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Amazing</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/caroll85\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8378069ea85990468d708fba1c4e1f91?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/8378069ea85990468d708fba1c4e1f91?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/caroll85\" class=\"reviewer-name\">caroll85</a> on <span class=\"review-date\">April 23, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Great design and highly customizable. My recommendation to everyone!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Author box not remove after deactive plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/petertranvt\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b4acea2e31fc7e85e5e8f4963ae14d61?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/b4acea2e31fc7e85e5e8f4963ae14d61?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/petertranvt\" class=\"reviewer-name\">petertranvt</a> on <span class=\"review-date\">April 18, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">I deactive and delete plugin but author box that plugin add bottom single product and post not remove. So how can I remove it?</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Fanastic!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/shmickmick2016\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4c957d8d26339984886531cccc0d6e53?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4c957d8d26339984886531cccc0d6e53?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/shmickmick2016\" class=\"reviewer-name\">shmickmick2016</a> on <span class=\"review-date\">January 19, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">This plugin is simple and so easy to set up. At the same time, the options are exactly what I wanted and more. I can\'t say enough good things about it. Thank you for making it!</div>\n</div>\n\";}s:17:\"short_description\";s:97:\"Add a cool responsive author box with social icons to any post. The best author box for any site!\";s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/simple-author-box.zip\";s:11:\"screenshots\";a:13:{i:1;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-1.png?rev=962471\";s:7:\"caption\";s:43:\"Simple Author Box - Colored icons - squares\";}i:2;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-2.png?rev=962471\";s:7:\"caption\";s:43:\"Simple Author Box - Colored icons - circles\";}i:3;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-3.png?rev=962471\";s:7:\"caption\";s:46:\"Simple Author Box - Grey icons - author square\";}i:4;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-4.png?rev=962471\";s:7:\"caption\";s:46:\"Simple Author Box - Grey icons - author circle\";}i:5;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-5.png?rev=962471\";s:7:\"caption\";s:49:\"Simple Author Box - White icons - grey background\";}i:6;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-6.png?rev=962471\";s:7:\"caption\";s:49:\"Simple Author Box - White icons - blue background\";}i:7;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-7.png?rev=962471\";s:7:\"caption\";s:30:\"Simple Author Box - RTL view 1\";}i:8;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-8.png?rev=962471\";s:7:\"caption\";s:30:\"Simple Author Box - RTL view 2\";}i:9;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/simple-author-box/assets/screenshot-9.png?rev=962471\";s:7:\"caption\";s:28:\"Simple Author Box - Sample 2\";}i:10;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/simple-author-box/assets/screenshot-10.png?rev=962471\";s:7:\"caption\";s:28:\"Simple Author Box - Sample 1\";}i:11;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/simple-author-box/assets/screenshot-11.png?rev=962471\";s:7:\"caption\";s:37:\"Simple Author Box - Responsive view 1\";}i:12;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/simple-author-box/assets/screenshot-12.png?rev=962471\";s:7:\"caption\";s:37:\"Simple Author Box - Responsive view 2\";}i:13;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/simple-author-box/assets/screenshot-13.png?rev=962471\";s:7:\"caption\";s:37:\"Simple Author Box - Responsive view 3\";}}s:4:\"tags\";a:5:{s:10:\"author-box\";s:10:\"author box\";s:21:\"author-profile-fields\";s:21:\"author profile fields\";s:19:\"author-social-icons\";s:19:\"author social icons\";s:14:\"profile-fields\";s:14:\"Profile Fields\";s:21:\"responsive-author-box\";s:21:\"responsive author box\";}s:8:\"versions\";a:34:{s:3:\"1.0\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.0.zip\";s:3:\"1.1\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.1.zip\";s:3:\"1.2\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.2.zip\";s:3:\"1.3\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.3.zip\";s:3:\"1.4\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.4.zip\";s:3:\"1.5\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.5.zip\";s:3:\"1.6\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.6.zip\";s:3:\"1.7\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.7.zip\";s:3:\"1.9\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.1.9.zip\";s:3:\"2.0\";s:64:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.zip\";s:5:\"2.0.1\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.1.zip\";s:5:\"2.0.2\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.2.zip\";s:5:\"2.0.4\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.4.zip\";s:5:\"2.0.5\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.5.zip\";s:5:\"2.0.6\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.6.zip\";s:5:\"2.0.7\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.7.zip\";s:5:\"2.0.8\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.8.zip\";s:5:\"2.0.9\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.0.9.zip\";s:5:\"2.1.0\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.1.0.zip\";s:5:\"2.1.1\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.1.1.zip\";s:5:\"2.1.2\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.1.2.zip\";s:5:\"2.1.3\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.1.3.zip\";s:5:\"2.1.4\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.1.4.zip\";s:5:\"2.1.5\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.1.5.zip\";s:5:\"2.2.0\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.2.0.zip\";s:5:\"2.2.1\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.2.1.zip\";s:5:\"2.2.2\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.2.2.zip\";s:5:\"2.3.0\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.3.0.zip\";s:5:\"2.3.1\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.3.1.zip\";s:6:\"2.3.11\";s:67:\"https://downloads.wordpress.org/plugin/simple-author-box.2.3.11.zip\";s:6:\"2.3.12\";s:67:\"https://downloads.wordpress.org/plugin/simple-author-box.2.3.12.zip\";s:6:\"2.3.15\";s:67:\"https://downloads.wordpress.org/plugin/simple-author-box.2.3.15.zip\";s:6:\"2.3.16\";s:67:\"https://downloads.wordpress.org/plugin/simple-author-box.2.3.16.zip\";s:5:\"2.3.2\";s:66:\"https://downloads.wordpress.org/plugin/simple-author-box.2.3.2.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:72:\"https://ps.w.org/simple-author-box/assets/banner-772x250.jpg?rev=1821054\";s:4:\"high\";b:0;}s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/simple-author-box/assets/icon-128x128.jpg?rev=1821054\";}s:18:\"author_block_count\";i:1;s:19:\"author_block_rating\";i:88;}','no'),(5287,'_transient_timeout_wf-plugin-info-security-ninja','1594560112','no'),(5288,'_transient_wf-plugin-info-security-ninja','O:8:\"stdClass\":30:{s:4:\"name\";s:67:\"Security Ninja &#8211; Secure Firewall &amp; Secure Malware Scanner\";s:4:\"slug\";s:14:\"security-ninja\";s:7:\"version\";s:5:\"5.104\";s:6:\"author\";s:60:\"<a href=\"https://wpsecurityninja.com/\">WP Security Ninja</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:12:\"contributors\";a:8:{s:10:\"webfactory\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/webfactory\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/d2ad55d623efa74a60162a70366f2e9e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"WebFactory\";}s:16:\"googlemapswidget\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/googlemapswidget\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/91bd99a5b95a67dabcf80a25bb7f7af8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Google Maps Widget\";}s:7:\"wpreset\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/wpreset\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0923e825d572775c007277a099940fe4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"WordPress Reset\";}s:13:\"securityninja\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/securityninja\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/1a78aa3bd244397c017a607ae5053750?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Security Ninja\";}s:21:\"underconstructionpage\";a:3:{s:7:\"profile\";s:52:\"https://profiles.wordpress.org/underconstructionpage\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/2586d7d022d23b758c5069a5aefe97d2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Under Construction\";}s:13:\"cleverplugins\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/cleverplugins\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/e59a66182bd7a60815442e7bb30816e0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"cleverplugins\";}s:7:\"lkoudal\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/lkoudal\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0c0c4df3216e01893d774681c030236a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Lars Koudal\";}s:8:\"freemius\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/freemius\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/3ac33da92186a78937b307bdd9e906ee?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"Freemius\";}}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.6\";s:6:\"rating\";i:94;s:7:\"ratings\";a:5:{i:5;i:47;i:4;i:0;i:3;i:0;i:2;i:1;i:1;i:3;}s:11:\"num_ratings\";i:51;s:15:\"support_threads\";i:7;s:24:\"support_threads_resolved\";i:7;s:15:\"active_installs\";i:9000;s:10:\"downloaded\";i:171222;s:12:\"last_updated\";s:21:\"2020-05-28 1:55pm GMT\";s:5:\"added\";s:10:\"2016-08-30\";s:8:\"homepage\";s:28:\"https://wpsecurityninja.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:8807:\"<p>For over 9 years Security Ninja has helped thousands <strong>site owners like you to feel safe</strong>. Run 50+ security tests <strong>in an instant</strong> &amp; discover issues you didn&#8217;t even know existed. <strong>Help yourself now</strong> with Ninja&#8217;s simplicity &amp; ease of use.</p>\n<p><strong>NEW: Vulnerability scanner</strong> &#8211; Warns you if you have plugins with known vulnerabilities installed.</p>\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'360\' src=\'https://www.youtube.com/embed/d4cqQIkkMXM?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span>\n<blockquote>\n<p>Automatically block <strong>600+ million bad IPs</strong> with one click! <a href=\"https://wpsecurityninja.com/?utm_source=wordpressorg&amp;utm_medium=content&amp;utm_campaign=readme&amp;utm_content=cloud-firewall\" rel=\"nofollow ugc\">Security Ninja Pro Cloud Firewall</a> will help you stay one step ahead of bad guys by using the collective know-how of millions of attacked sites, and ban bad guys before they even open your site.</p>\n</blockquote>\n<p>Read more about Pro features on the <a href=\"https://wpsecurityninja.com/?utm_source=wordpressorg&amp;utm_medium=content&amp;utm_campaign=readme&amp;utm_content=readmoreaboutpro\" rel=\"nofollow ugc\">Security Ninja website</a></p>\n<ul>\n<li>perform <strong>50+ security tests</strong> with one click</li>\n<li>Security Ninja does not make any changes &#8211; it&#8217;s your site, you have full control</li>\n<li>check your site for security vulnerabilities, issues &amp; holes</li>\n<li>take preventive measures against attacks</li>\n<li>don’t let script kiddies hack your site</li>\n<li>prevent 0-day exploit attacks</li>\n<li>optimize and speed-up your database</li>\n<li>every test is explained, documented and instructions provided on how to fix problems</li>\n<li>tests include:\n<ul>\n<li>brute-force attack on user accounts to test password strength</li>\n<li>numerous installation parameters tests</li>\n<li>file permissions</li>\n<li>version hiding</li>\n<li>0-day exploits tests</li>\n<li>debug and auto-update modes tests</li>\n<li>database configuration tests</li>\n<li>Apache and PHP related tests</li>\n<li>WP options tests</li>\n</ul>\n</li>\n<li>complete list of tests:\n<ul>\n<li>Check if WordPress core is up to date</li>\n<li>Check if automatic WordPress core updates are enabled</li>\n<li>Check if plugins are up to date</li>\n<li>Check if there are deactivated plugins</li>\n<li>Check if active plugins have been updated in the last 12 months</li>\n<li>Check if active plugins are compatible with your version of WP</li>\n<li>Check if themes are up to date</li>\n<li>Check if there are any deactivated themes</li>\n<li>Check if full WordPress version info is revealed in page&#8217;s meta data</li>\n<li>Check if readme.html file is accessible via HTTP on the default location</li>\n<li>Check if license.txt file is accessible via HTTP on the default location</li>\n<li>Check if REST API links are displayed in page&#8217;s meta data</li>\n<li>Check the PHP version</li>\n<li>Check the MySQL version</li>\n<li>Check if server response headers contain detailed PHP version info</li>\n<li>Check if expose_php PHP directive is turned off</li>\n<li>Check if user with username &#8220;admin&#8221; and administrator privileges exists</li>\n<li>Check if &#8220;anyone can register&#8221; option is enabled</li>\n<li>Check user&#8217;s password strength with a brute-force attack</li>\n<li>Check for display of unnecessary information on failed login attempts</li>\n<li>Check if database table prefix is the default one</li>\n<li>Check if security keys and salts have proper values</li>\n<li>Check the age of security keys and salts</li>\n<li>Test the strength of WordPress database password</li>\n<li>Check if general debug mode is enabled</li>\n<li>Check if the debug.log file exists</li>\n<li>Check if database debug mode is enabled</li>\n<li>Check if JavaScript debug mode is enabled</li>\n<li>Check if display_errors PHP directive is turned off</li>\n<li>Check if WordPress installation address is the same as the site address</li>\n<li>Check if wp-config.php file has the right permissions (chmod) set</li>\n<li>Check if install.php file is accessible via HTTP on the default location</li>\n<li>Check if upgrade.php file is accessible via HTTP on the default location</li>\n<li>Check if register_globals PHP directive is turned off</li>\n<li>Check if PHP safe mode is disabled</li>\n<li>Check if allow_url_include PHP directive is turned off</li>\n<li>Check if plugins/themes file editor is enabled</li>\n<li>Check if uploads folder is browsable by browsers</li>\n<li>Test if user with ID “1” and administrator role exists</li>\n<li>Check if Windows Live Writer link is present in pages’ header data</li>\n<li>Check if wp-config.php is present on the default location</li>\n<li>Check if MySQL server is connectable from outside with the WP user</li>\n<li>Check if EditURI link is present in pages’ header data</li>\n<li>Check if TimThumb script is used in the active theme</li>\n<li>Check if the server is vulnerable to the Shellshock bug #6271</li>\n<li>Check if the server is vulnerable to the Shellshock bug #7169</li>\n<li>Check if admin interface is delivered via SSL</li>\n<li>Check if MySQL account used by WordPress has too many permissions</li>\n<li>Test if a list of usernames can be fetched by looping through user IDs on http://siteurl.com/?author={ID}</li>\n<li>Check if server response headers contain Strict-Transport-Security</li>\n<li>Check if server response headers contain X-XSS-Protection</li>\n<li>Check if server response headers contain X-Frame-Options</li>\n<li>Check if server response headers contain X-Content-Type-Options</li>\n<li>Check if server response headers contain Content-Security-Policy</li>\n<li>Check if server response headers contain Strict-Transport-Security</li>\n<li>Check if server response headers contain Referrer-Policy</li>\n<li>Check if server response headers contain Feature-Policy</li>\n<li>Check for unwanted files in your root folder you should remove</li>\n</ul>\n</li>\n</ul>\n<blockquote>\n<blockquote>\n<p>Security Ninja <strong>PRO</strong>  has extra features: Firewall, Block Suspicious Page Requests, Country Blocking, Core Scanner, Malware Scanner, Auto Fixer for some of the tests, Events Logger &amp; Scheduled Scans.</p>\n</blockquote>\n</blockquote>\n<p>An all-in-one security solution for any site. With premium support and continuous updates Security Ninja <strong>Pro</strong> is a perfect tool to keep your site safe. <a href=\"https://wpsecurityninja.com/?utm_source=wordpressorg&amp;utm_medium=content&amp;utm_campaign=readme&amp;utm_content=see-what-pro-offers\" rel=\"nofollow ugc\">See what the PRO version offers</a></p>\n<p>Add your suggestions to <a href=\"https://trello.com/b/6qxtAlzY/wp-security-ninja-public-roadmap\" rel=\"nofollow ugc\">the public roadmap</a> or vote for your favorite new feature.</p>\n<p><strong>What others say about the plugin</strong></p>\n<ul>\n<li><a href=\"https://wplift.com/security-ninja-review\" rel=\"nofollow ugc\">WPLift</a></li>\n<li><a href=\"https://www.wpexplorer.com/wordpress-security-can-security-ninja-keep-your-site-safe/\" rel=\"nofollow ugc\">WPExplorer</a></li>\n<li><a href=\"https://tutorials7.com/security-ninja-review.html\" rel=\"nofollow ugc\">Tutorials 7</a></li>\n<li><a href=\"https://wploop.com/security-ninja-review/\" rel=\"nofollow ugc\">WP Loop</a></li>\n<li><a href=\"https://www.bitcatcha.com/blog/security-ninja-plugin-review/\" rel=\"nofollow ugc\">Bitcatcha</a></li>\n<li><a href=\"https://www.webhostingsecretrevealed.net/blog/wordpress-blog/10-actionable-wordpress-security-tips/\" rel=\"nofollow ugc\">WebHostingSecretRevealed</a></li>\n<li><a href=\"https://www.ravisinghblog.in/wp-security-ninja-review/\" rel=\"nofollow ugc\">Ravi Singh</a></li>\n</ul>\n<p><strong>License info</strong></p>\n<ul>\n<li>\n<p><a href=\"https://github.com/carhartl/jquery-cookie\" rel=\"nofollow ugc\">jQuery Cookie Plugin, Copyright 2013 Klaus Hartl</a></p>\n</li>\n<li>\n<p>The vulnerability scanner uses data from the <a href=\"https://nvd.nist.gov/\" rel=\"nofollow ugc\">National Vulnerability Database &#8211; NVD</a></p>\n</li>\n<li>\n<p>This product includes IP2Location LITE data available from <a href=\"https://lite.ip2location.com\" rel=\"nofollow ugc\">https://lite.ip2location.com</a>.</p>\n</li>\n<li>\n<p>This plugin uses the <a href=\"https://github.com/collizo4sky/persist-admin-notices-dismissal\" rel=\"nofollow ugc\">Persist Admin notice Dismissals</a> by Collins Agbonghama @collizo4sky</p>\n</li>\n</ul>\n<p><a href=\"http://coderisk.com/wp/plugin/security-ninja/RIPS-qKhARdCjrV\" rel=\"nofollow ugc\"></a></p>\n\";s:12:\"installation\";s:653:\"<h4>Installing from WordPress</h4>\n<ol>\n<li>Open WordPress admin, go to Plugins, click Add New</li>\n<li>Enter &#8220;Security Ninja&#8221; in search and hit Enter</li>\n<li>Plugin will show up as the first on the list, click &#8220;Install Now&#8221;</li>\n<li>Activate &amp; go to Tools &#8211; Security Ninja to make your site more secure</li>\n</ol>\n<h4>Installing Manually</h4>\n<ol>\n<li>Download the plugin.</li>\n<li>Unzip it and upload to <em>wp-content/plugin/</em></li>\n<li>Open WordPress admin &#8211; Plugins and click &#8220;Activate&#8221; next to the plugin</li>\n<li>Activate &amp; go to Security Ninja to make your site more secure</li>\n</ol>\n\";s:3:\"faq\";s:1436:\"\n<h4>\nWho is this plugin for?\n</h4>\n<p>\n<p>For anyone who wants to make their site more secure and prevent downtime due to hackers</p>\n</p>\n<h4>\nWill this plugin slow my site down?\n</h4>\n<p>\n<p>Absolutely not. You may experience a slight slow down while tests are being run but that takes less than a minute.</p>\n</p>\n<h4>\nWill it work on my theme?\n</h4>\n<p>\n<p>Sure! Security Ninja works with all themes.</p>\n</p>\n<h4>\nWhat changes will Security Ninja make to my site?\n</h4>\n<p>\n<p>None! Security Ninja will just give you the test results and suggest corrective measures with precise instruction. It will not make any changes to your site.</p>\n</p>\n<h4>\nIs this plugin safe to use?\n</h4>\n<p>\n<p>Of course. It&#8217;s a reporting-only tool. It doesn&#8217;t make any changes to your site.</p>\n</p>\n<h4>\nIs this plugin legal to use?\n</h4>\n<p>\n<p>Yes. It&#8217;s your site you can do whatever you want with it. Running tests on other people&#8217;s sites is illegal but Security Ninja can only perform tests on the WordPress page it&#8217;s installed on.</p>\n</p>\n<h4>\nIt&#8217;s not working!!! Arrrrrrrrr\n</h4>\n<p>\n<p>We did our very best to make Security Ninja compatible with all plugins and themes, but problems can still happen.</p>\n<p>Check out the community support &#8211; head over to the <a href=\"https://wordpress.org/support/plugin/security-ninja\">support forum</a> open a new thread, and we&#8217;ll help you ASAP.</p>\n</p>\n\n\";s:9:\"changelog\";s:9223:\"<h4>5.104</h4>\n<ul>\n<li>2020/05/27</li>\n<li>NEW: Added vulnerability testing for installed themes.</li>\n<li>NEW: Added vulnerability count to the menu.</li>\n<li>NEW: Added visitor log pruning &#8211; Keep the visitor log size down. Customizable interval and you can also turn off firewall logging entirely.</li>\n<li>NEW: Dismiss vulnerability warnings for 24 hours directly in warning notice.</li>\n<li>NEW: Plugin translated to Bulgarian &#8211; Thank you Valentin!</li>\n<li>FIX: Scheduled Scanner results &#8211; Broken results for &#8220;Core Scanner&#8221; &#8211; Thank you Mk.</li>\n<li>Added missing Nginx examples for username enumeration. Thank you Fahmi.</li>\n<li>More options for how often to send email notifications in event logger &#8211; Thank you Mk.</li>\n<li>Code cleanup.</li>\n<li>165,593 downloads</li>\n</ul>\n<h4>5.103</h4>\n<ul>\n<li>2020/05/06</li>\n<li>Updated malware scanner patterns &#8211; Thank you Cathal for submitting sample.</li>\n<li>Update: Showing when malware patterns were last updated on malware tab.</li>\n<li>Fix: Layout of suggestions under &#8220;Details&#8221; were improved.</li>\n<li>Fix: Bug where results for &#8220;Check if active plugins are compatible with your version of WP&#8221; were empty &#8211; Thank you @lsbk</li>\n<li>161,873 downloads</li>\n</ul>\n<h4>5.102</h4>\n<ul>\n<li>2020/04/29</li>\n<li>Updated list of vulnerable plugins.</li>\n<li>Added more user agents to block &#8211; Thank you Laurent.</li>\n<li>Fixed bug with importing settings &#8211; Thank you Thomas.</li>\n<li>Tested up to newly released WP 5.4.1</li>\n<li>159,186 downloads</li>\n</ul>\n<h4>5.101</h4>\n<ul>\n<li>2020/04/19</li>\n<li>Downgrade IP2location library to 8.1.1 &#8211; Fixes problem with library requiring PHP 7.1</li>\n<li>156,477 downloads</li>\n</ul>\n<h4>5.100</h4>\n<ul>\n<li>2020/04/18</li>\n<li>Fix: Removed syslog logging to file. Many users had problems with the </li>\n<li>Improved welcome page for new installations.</li>\n<li>Improved layout on settings page, fixing markup mistakes.</li>\n<li>Updated language files.</li>\n<li>Code cleanup and security hardening.</li>\n<li>155,476 downloads</li>\n</ul>\n<h4>5.99</h4>\n<ul>\n<li>2020/04/13</li>\n<li>Added Nginx examples to security headers &#8211; Thank you Dzul.</li>\n<li>Security hardening.</li>\n<li>PRO: Event logging can now be turned on and off &#8211; Thank you Matt.</li>\n<li>153,294 downloads</li>\n</ul>\n<h4>5.98</h4>\n<ul>\n<li>2020/04/08</li>\n<li>Security hardening the automatic fixers.</li>\n<li>Added name to vulnerability warning.</li>\n<li>Added warning to &#8220;Check if database table prefix is the default one&#8221; test &#8211; Thank you Martin.</li>\n<li>Reworked the fix for changing database table prefix. Thank you Martin.</li>\n<li>151,318 downloads</li>\n</ul>\n<h4>5.97</h4>\n<ul>\n<li>2020/03/13</li>\n<li>Fix: The &#8220;filter test by status&#8221; not working properly if status changed. If you ran a test, fixed a failed test and ran again, the test would not change status.</li>\n<li>Fix: Removed the &#8220;pointer&#8221; introducion in favor of the new &#8220;welcome page&#8221; for new users.</li>\n<li>Added a link to the welcome page in the sidebar if you want to view it.</li>\n<li>Vulnerabilities: More details for each vulnerability.</li>\n<li>147,072 downloads</li>\n</ul>\n<h4>5.96</h4>\n<ul>\n<li>2020/03/08</li>\n<li>NEW: Quick filter tests &#8211; Failed tests, tests with warnings or those tests that are OK.</li>\n<li>NEW: Quickly see how many vulnerabilities you have in the tab view.</li>\n<li>Improved admin view layout and styling.</li>\n<li>Vulnerabilities &#8211; Easier to visually scan recommendations &#8211; hiding clutter in interface.</li>\n<li>Fix &#8211; PHP Notice in some cases &#8211; Thank you Mike ?</li>\n<li>144,961 downloads</li>\n</ul>\n<h4>5.95</h4>\n<ul>\n<li>2020/03/06</li>\n<li>Added more details to the wp-config.php test &#8211; Thanks @lsbk.</li>\n<li>Work on following WordPress Coding Standards.</li>\n<li>Minor change in the WP constants test.</li>\n<li>Moved the malware definitions API to a faster location.</li>\n<li>Code cleanup.</li>\n<li>Plugin has been tested up to WordPress 5.4</li>\n<li>143,732 downloads</li>\n</ul>\n<h4>5.94</h4>\n<ul>\n<li>2020/03/05</li>\n<li>FIX: Security Tests &#8211; Fixed the test for wp-config.php file permissions &#8211; thank you @lsbk ?</li>\n<li>Updated language files.</li>\n<li>Work on following WordPress Coding Standards.</li>\n<li>142,778 downloads</li>\n</ul>\n<h4>5.93</h4>\n<ul>\n<li>2020/03/04</li>\n<li>FIX: Fatal error happened in some situations &#8211; &#8220;Call to undefined method&#8221;.</li>\n<li>Improved the welcome page.</li>\n<li>141,800 downloads</li>\n</ul>\n<h4>5.92</h4>\n<ul>\n<li>2020/03/02</li>\n<li>NEW: Plugin onboarding &#8211; welcome page for new users.</li>\n<li>Fix: PHP notice when blocking some visitors.</li>\n<li>Security hardening and working on WordPress coding standards.</li>\n<li>140,243 downloads</li>\n</ul>\n<h4>5.91</h4>\n<ul>\n<li>2020/02/22</li>\n<li>Fix: Vulnerability warning did not load properly on all admin pages.</li>\n<li>Fix: &#8220;Thank you for installing&#8221; pointer was reset when updating. Thank you Thomas for helping getting this fixed.</li>\n<li>Code cleanup.</li>\n<li>Updated language files.</li>\n<li>137,665 downloads</li>\n</ul>\n<h4>5.90</h4>\n<ul>\n<li>2020/02/19</li>\n<li>New: Sitewide warnings for when vulnerabilities are detected. Warnings can be dismissed for 24 hours.</li>\n<li>Security Tests: Added more dangerous filenames to look for.</li>\n<li>More code refactoring to follow WordPress Standards.</li>\n<li>136,037 downloads</li>\n</ul>\n<h4>5.89</h4>\n<ul>\n<li>2020/02/17</li>\n<li>Code cleanup &#8211; Removing unused code.</li>\n<li>Refactoring code to better follow WordPress Standards.</li>\n<li>134,362 downloads</li>\n</ul>\n<h4>5.88</h4>\n<ul>\n<li>2020/02/13</li>\n<li>NEW: Quick overview Dashboard Widget &#8211; Get a quick overview of your security status.</li>\n<li>Improvement &#8211; Load required composer component libraries with a unique namespace to prevent clashes with other plugins including same libraries.</li>\n<li>Fix: Cloud Firewall &#8211; Error saving GeoIP in WordPress Multisite configuration. Thank you Roy.</li>\n<li>Updated language files.</li>\n<li>132,555 downloads</li>\n</ul>\n<h4>5.87</h4>\n<ul>\n<li>2020/02/07</li>\n<li>NEW: Test for &#8220;Referrer-Policy&#8221; security header. Thank you Jonathan.</li>\n<li>NEW: Test for &#8220;Feature-Policy&#8221; security header. Thank you Jonathan.</li>\n<li>Fix: The instructions to completely disable XML-RPC was wrong, thank you Ivan for spotting this!</li>\n<li>Fix: Typos in some of the security header test descriptions and details.</li>\n<li>Fix: Not using whitelabel name in emails. Thank you Ivan.</li>\n<li>Fix: Only load pointers if the whitelabel feature is not enabled. Thank you Ivan.</li>\n<li>Tightening and optimizing code.</li>\n<li>Updated language file.</li>\n<li>130,473 downloads</li>\n</ul>\n<h4>5.86</h4>\n<ul>\n<li>2020/02/05</li>\n<li>New: Check if the debug.log file exists and advice how to block it.</li>\n<li>New: Check if the REST API is enabled. Thank you Cuong.</li>\n<li>New: More details if a test fails about what went wrong.</li>\n<li>Fix: If opening details window about a test and the test have not been run yet, the spinner stayed looping forever.</li>\n<li>Fix: Some completed tests might have extra details and they were missing.</li>\n<li>Fix: Not removing all settings when deactivating the plugin.</li>\n<li>Typo &#8211; &#8220;incompatibile&#8221; -&gt; &#8220;incompatible&#8221;.</li>\n<li>128,964 downloads</li>\n</ul>\n<h4>5.85</h4>\n<ul>\n<li>2020/02/02</li>\n<li>New: See when last time a test was run and for how long when you click corresponding &#8220;Details&#8221; button.</li>\n<li>Improvement: Do not remove settings when deactivating plugin temporarily, remove when uninstalling plugin. Thank you Cuong.</li>\n<li>Improvement: Added polyfill for BC Math PHP extension which might not be installed per default in all server configurations.</li>\n<li>127,333 downloads</li>\n</ul>\n<h4>5.84</h4>\n<ul>\n<li>2020/01/30</li>\n<li>Testing: Security test rewrite &#8211; Testing is much faster now.</li>\n<li>Testing: You can now select individual tests to run.</li>\n<li>Testing: Live updates, no page refresh needed.</li>\n<li>Fix: Updated firewall country blocking to work with IP2Location, replacing MaxMinds GeoLite2.</li>\n<li>Fix: WordPress Export tool blocked when username enumeration block was enabled. Thank you Cuong.</li>\n<li>Fix: Minor warnings in HTML output on Whitelabel tab.</li>\n<li>125,794 downloads</li>\n</ul>\n<h4>5.83</h4>\n<ul>\n<li>2020/01/28</li>\n<li>Fixed wording in the two tests for the Shellshock bug. Thank you Ivan.</li>\n<li>New email template for issues with Outlook email rendering.</li>\n<li>124,228 downloads</li>\n</ul>\n<h4>5.82</h4>\n<ul>\n<li>2020/01/23</li>\n<li>Vulnerability list now also checks WordPress version and shows known vulnerabilities.</li>\n<li>Vulnerability scanner: Improved recommendations and visuals.</li>\n<li>122,400 downloads</li>\n</ul>\n<h4>5.81</h4>\n<ul>\n<li>2020/01/20</li>\n<li>Improved Vulnerabilities module.</li>\n<li>120,713 downloads</li>\n</ul>\n<p>Entire changelog can be seen here: <a href=\"https://wpsecurityninja.com/changelog/\" rel=\"nofollow ugc\">changelog</a></p>\n\";s:11:\"screenshots\";s:1207:\"<ol><li><a href=\"https://ps.w.org/security-ninja/assets/screenshot-1.gif?rev=2144450\"><img src=\"https://ps.w.org/security-ninja/assets/screenshot-1.gif?rev=2144450\" alt=\"Fast &amp; easy to understand interface\"></a><p>Fast &amp; easy to understand interface</p></li><li><a href=\"https://ps.w.org/security-ninja/assets/screenshot-2.png?rev=2144450\"><img src=\"https://ps.w.org/security-ninja/assets/screenshot-2.png?rev=2144450\" alt=\"Security Ninja test results are simple and easy to read\"></a><p>Security Ninja test results are simple and easy to read</p></li><li><a href=\"https://ps.w.org/security-ninja/assets/screenshot-3.png?rev=2144450\"><img src=\"https://ps.w.org/security-ninja/assets/screenshot-3.png?rev=2144450\" alt=\"Every test has a detailed explanation and instructions on how to fix the problem\"></a><p>Every test has a detailed explanation and instructions on how to fix the problem</p></li><li><a href=\"https://ps.w.org/security-ninja/assets/screenshot-4.png?rev=2232519\"><img src=\"https://ps.w.org/security-ninja/assets/screenshot-4.png?rev=2232519\" alt=\"Vulnerable plugins list with details and recommendations.\"></a><p>Vulnerable plugins list with details and recommendations.</p></li></ol>\";s:7:\"reviews\";s:13169:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/sarafiser\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/681fb314b46e8a85fb335346f347fa3a?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/681fb314b46e8a85fb335346f347fa3a?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/sarafiser\" class=\"reviewer-name\">sarafiser</a> on <span class=\"review-date\">July 4, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">The support team quickly responded to my question. Although the feature I was asking for still isn’t a part of the plugin, this plugin fulfills my needs and works great! Thanks!\n</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Awesome</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jlarry\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/1134bba71512c12627d333afbec35101?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/1134bba71512c12627d333afbec35101?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/jlarry\" class=\"reviewer-name\">jlarry</a> on <span class=\"review-date\">July 1, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Fast, saved me a lot of time.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Very nice</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/okemsinachi\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a1acbb0ee659f900b79ca4d13ce1d5c4?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a1acbb0ee659f900b79ca4d13ce1d5c4?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/okemsinachi\" class=\"reviewer-name\">okemsinachi</a> on <span class=\"review-date\">June 30, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">11 months in and it\'s given me peace of mind.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Best protection!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/cacli56\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f80d4fbe229b10d0e272cf2a3a64750e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f80d4fbe229b10d0e272cf2a3a64750e?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/cacli56\" class=\"reviewer-name\">cacli56</a> on <span class=\"review-date\">June 28, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">I installed it on my website and I am very satisfied. Good job! ? Keep up the great work! ?</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Brilliant</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/virgiee\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5496badcd231fbb5915ef65bf8744e23?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/5496badcd231fbb5915ef65bf8744e23?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/virgiee\" class=\"reviewer-name\">virgiee</a> on <span class=\"review-date\">June 23, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Brilliant security plugin, exactly what I needed.\n</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/namty\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/17641d48b20c904146e54391160762d9?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/17641d48b20c904146e54391160762d9?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/namty\" class=\"reviewer-name\">namty</a> on <span class=\"review-date\">June 18, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Great support - they quickly replied and solved all my doubts. Great job!</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Easy to use</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/kimberley27\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/cb57a937e358a32cd27daec96b7bef60?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/cb57a937e358a32cd27daec96b7bef60?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/kimberley27\" class=\"reviewer-name\">kimberley27</a> on <span class=\"review-date\">June 16, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Efficient, highly recommended to anybody looking for a security plugin. </div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great plugin and support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/mua92\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9cb98a9563aad35c3be8fb9f025c8cb5?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/9cb98a9563aad35c3be8fb9f025c8cb5?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/mua92\" class=\"reviewer-name\">mua92</a> on <span class=\"review-date\">June 13, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">would definitely recommend</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">It Hardens the WP Security</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/anemnavinrao\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f8b029263fa00171c05cac2c463764db?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f8b029263fa00171c05cac2c463764db?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/anemnavinrao\" class=\"reviewer-name\">NavinRao <small>(anemnavinrao)</small></a> on <span class=\"review-date\">June 9, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">The security ninja plugin has several options which will <strong>harden the security</strong> even further. It scans through several features, I loved it, it can be easily recommendable.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Fast &amp; Easy</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/careyshrum\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/7bae0969013ec231399f071c54fe85cd?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/7bae0969013ec231399f071c54fe85cd?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/careyshrum\" class=\"reviewer-name\">careyshrum</a> on <span class=\"review-date\">June 4, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">User-friendly plugin, and super fast.</div>\n</div>\n\";}s:17:\"short_description\";s:126:\"Tests security issues, malware &amp; warns of dangerous plugins. Detailed report on your site security &amp; how to secure it.\";s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/security-ninja.5.104.zip\";s:11:\"screenshots\";a:4:{i:1;a:2:{s:3:\"src\";s:67:\"https://ps.w.org/security-ninja/assets/screenshot-1.gif?rev=2144450\";s:7:\"caption\";s:39:\"Fast &amp; easy to understand interface\";}i:2;a:2:{s:3:\"src\";s:67:\"https://ps.w.org/security-ninja/assets/screenshot-2.png?rev=2144450\";s:7:\"caption\";s:55:\"Security Ninja test results are simple and easy to read\";}i:3;a:2:{s:3:\"src\";s:67:\"https://ps.w.org/security-ninja/assets/screenshot-3.png?rev=2144450\";s:7:\"caption\";s:80:\"Every test has a detailed explanation and instructions on how to fix the problem\";}i:4;a:2:{s:3:\"src\";s:67:\"https://ps.w.org/security-ninja/assets/screenshot-4.png?rev=2232519\";s:7:\"caption\";s:57:\"Vulnerable plugins list with details and recommendations.\";}}s:4:\"tags\";a:5:{s:9:\"antivirus\";s:9:\"antivirus\";s:8:\"firewall\";s:8:\"firewall\";s:4:\"hack\";s:4:\"hack\";s:15:\"malware-scanner\";s:15:\"malware scanner\";s:8:\"security\";s:8:\"security\";}s:8:\"versions\";a:65:{s:3:\"2.0\";s:61:\"https://downloads.wordpress.org/plugin/security-ninja.2.0.zip\";s:4:\"2.05\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.05.zip\";s:4:\"2.10\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.10.zip\";s:4:\"2.15\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.15.zip\";s:4:\"2.20\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.20.zip\";s:4:\"2.25\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.25.zip\";s:4:\"2.30\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.30.zip\";s:4:\"2.35\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.35.zip\";s:4:\"2.40\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.40.zip\";s:4:\"2.45\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.45.zip\";s:4:\"2.46\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.46.zip\";s:4:\"2.50\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.2.50.zip\";s:5:\"5.100\";s:63:\"https://downloads.wordpress.org/plugin/security-ninja.5.100.zip\";s:5:\"5.101\";s:63:\"https://downloads.wordpress.org/plugin/security-ninja.5.101.zip\";s:5:\"5.102\";s:63:\"https://downloads.wordpress.org/plugin/security-ninja.5.102.zip\";s:5:\"5.103\";s:63:\"https://downloads.wordpress.org/plugin/security-ninja.5.103.zip\";s:5:\"5.104\";s:63:\"https://downloads.wordpress.org/plugin/security-ninja.5.104.zip\";s:4:\"5.50\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.50.zip\";s:4:\"5.51\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.51.zip\";s:4:\"5.52\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.52.zip\";s:4:\"5.53\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.53.zip\";s:4:\"5.54\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.54.zip\";s:4:\"5.55\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.55.zip\";s:4:\"5.56\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.56.zip\";s:4:\"5.57\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.57.zip\";s:4:\"5.58\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.58.zip\";s:4:\"5.59\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.59.zip\";s:4:\"5.60\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.60.zip\";s:4:\"5.61\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.61.zip\";s:4:\"5.62\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.62.zip\";s:4:\"5.63\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.63.zip\";s:4:\"5.64\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.64.zip\";s:4:\"5.65\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.65.zip\";s:4:\"5.66\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.66.zip\";s:4:\"5.67\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.67.zip\";s:4:\"5.69\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.69.zip\";s:4:\"5.70\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.70.zip\";s:4:\"5.71\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.71.zip\";s:4:\"5.72\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.72.zip\";s:4:\"5.75\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.75.zip\";s:4:\"5.76\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.76.zip\";s:4:\"5.77\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.77.zip\";s:4:\"5.78\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.78.zip\";s:4:\"5.79\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.79.zip\";s:4:\"5.80\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.80.zip\";s:4:\"5.81\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.81.zip\";s:4:\"5.82\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.82.zip\";s:4:\"5.83\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.83.zip\";s:4:\"5.84\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.84.zip\";s:4:\"5.85\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.85.zip\";s:4:\"5.86\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.86.zip\";s:4:\"5.87\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.87.zip\";s:4:\"5.88\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.88.zip\";s:4:\"5.89\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.89.zip\";s:4:\"5.90\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.90.zip\";s:4:\"5.91\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.91.zip\";s:4:\"5.92\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.92.zip\";s:4:\"5.93\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.93.zip\";s:4:\"5.94\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.94.zip\";s:4:\"5.95\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.95.zip\";s:4:\"5.96\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.96.zip\";s:4:\"5.97\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.97.zip\";s:4:\"5.98\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.98.zip\";s:4:\"5.99\";s:62:\"https://downloads.wordpress.org/plugin/security-ninja.5.99.zip\";s:5:\"trunk\";s:57:\"https://downloads.wordpress.org/plugin/security-ninja.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:69:\"https://ps.w.org/security-ninja/assets/banner-772x250.png?rev=2294675\";s:4:\"high\";s:70:\"https://ps.w.org/security-ninja/assets/banner-1544x500.png?rev=2294675\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/security-ninja/assets/icon-128x128.gif?rev=2312630\";s:2:\"2x\";s:67:\"https://ps.w.org/security-ninja/assets/icon-256x256.gif?rev=2312630\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:94;}','no'),(5824,'_transient_yikes_eme_lists','a:1:{s:10:\"a28fb4dd80\";a:22:{s:2:\"id\";s:10:\"a28fb4dd80\";s:6:\"web_id\";i:326845;s:4:\"name\";s:8:\"software\";s:7:\"contact\";a:8:{s:7:\"company\";s:8:\"software\";s:8:\"address1\";s:21:\"Rukan Cordoba Block D\";s:8:\"address2\";s:30:\"Green Lake City 28, Cengkareng\";s:4:\"city\";s:7:\"Jakarta\";s:5:\"state\";s:29:\"Daerah Khusus Ibukota Jakarta\";s:3:\"zip\";s:5:\"11750\";s:7:\"country\";s:2:\"ID\";s:5:\"phone\";s:12:\"082213063399\";}s:19:\"permission_reminder\";s:66:\"You are receiving this email because you opted in via our website.\";s:15:\"use_archive_bar\";b:1;s:17:\"campaign_defaults\";a:4:{s:9:\"from_name\";s:4:\"Beet\";s:10:\"from_email\";s:17:\"hello@beetcrm.com\";s:7:\"subject\";s:0:\"\";s:8:\"language\";s:2:\"en\";}s:19:\"notify_on_subscribe\";s:0:\"\";s:21:\"notify_on_unsubscribe\";s:0:\"\";s:12:\"date_created\";s:25:\"2020-07-05T17:34:31+00:00\";s:11:\"list_rating\";i:0;s:17:\"email_type_option\";b:0;s:19:\"subscribe_url_short\";s:24:\"http://eepurl.com/g9uVFf\";s:18:\"subscribe_url_long\";s:88:\"https://beetcrm.us10.list-manage.com/subscribe?u=d8e359db8a7240434ac7ae4e5&id=a28fb4dd80\";s:14:\"beamer_address\";s:48:\"us10-70c484e82d-40d8a0db01@inbound.mailchimp.com\";s:10:\"visibility\";s:3:\"prv\";s:12:\"double_optin\";b:0;s:11:\"has_welcome\";b:0;s:21:\"marketing_permissions\";b:0;s:7:\"modules\";a:0:{}s:5:\"stats\";a:16:{s:12:\"member_count\";i:1;s:17:\"unsubscribe_count\";i:0;s:13:\"cleaned_count\";i:0;s:23:\"member_count_since_send\";i:1;s:28:\"unsubscribe_count_since_send\";i:0;s:24:\"cleaned_count_since_send\";i:0;s:14:\"campaign_count\";i:0;s:18:\"campaign_last_sent\";s:0:\"\";s:17:\"merge_field_count\";i:5;s:12:\"avg_sub_rate\";i:0;s:14:\"avg_unsub_rate\";i:0;s:15:\"target_sub_rate\";i:0;s:9:\"open_rate\";i:0;s:10:\"click_rate\";i:0;s:13:\"last_sub_date\";s:25:\"2020-07-05T17:34:31+00:00\";s:15:\"last_unsub_date\";s:0:\"\";}s:6:\"_links\";a:16:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:51:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:73:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Response.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:40:\"https://us10.api.mailchimp.com/3.0/lists\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:83:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/CollectionResponse.json\";s:6:\"schema\";s:68:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists.json\";}i:2;a:5:{s:3:\"rel\";s:6:\"update\";s:4:\"href\";s:51:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80\";s:6:\"method\";s:5:\"PATCH\";s:12:\"targetSchema\";s:73:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Response.json\";s:6:\"schema\";s:70:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/PATCH.json\";}i:3;a:5:{s:3:\"rel\";s:23:\"batch-sub-unsub-members\";s:4:\"href\";s:51:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80\";s:6:\"method\";s:4:\"POST\";s:12:\"targetSchema\";s:83:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/BatchPOST-Response.json\";s:6:\"schema\";s:74:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/BatchPOST.json\";}i:4;a:3:{s:3:\"rel\";s:6:\"delete\";s:4:\"href\";s:51:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80\";s:6:\"method\";s:6:\"DELETE\";}i:5;a:5:{s:3:\"rel\";s:13:\"abuse-reports\";s:4:\"href\";s:65:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/abuse-reports\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:89:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Abuse/CollectionResponse.json\";s:6:\"schema\";s:74:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/Abuse.json\";}i:6;a:4:{s:3:\"rel\";s:8:\"activity\";s:4:\"href\";s:60:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/activity\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:82:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Activity/Response.json\";}i:7;a:4:{s:3:\"rel\";s:7:\"clients\";s:4:\"href\";s:59:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/clients\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:81:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Clients/Response.json\";}i:8;a:5:{s:3:\"rel\";s:14:\"growth-history\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/growth-history\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:90:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Growth/CollectionResponse.json\";s:6:\"schema\";s:75:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/Growth.json\";}i:9;a:5:{s:3:\"rel\";s:19:\"interest-categories\";s:4:\"href\";s:71:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/interest-categories\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:102:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/InterestCategories/CollectionResponse.json\";s:6:\"schema\";s:87:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/InterestCategories.json\";}i:10;a:5:{s:3:\"rel\";s:7:\"members\";s:4:\"href\";s:59:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/members\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:91:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Members/CollectionResponse.json\";s:6:\"schema\";s:76:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/Members.json\";}i:11;a:5:{s:3:\"rel\";s:12:\"merge-fields\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:95:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:12;a:5:{s:3:\"rel\";s:8:\"segments\";s:4:\"href\";s:60:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/segments\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:92:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Segments/CollectionResponse.json\";s:6:\"schema\";s:77:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/Segments.json\";}i:13;a:5:{s:3:\"rel\";s:8:\"webhooks\";s:4:\"href\";s:60:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/webhooks\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:92:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Webhooks/CollectionResponse.json\";s:6:\"schema\";s:77:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/Webhooks.json\";}i:14;a:5:{s:3:\"rel\";s:12:\"signup-forms\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/signup-forms\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:95:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/SignupForms/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/SignupForms.json\";}i:15;a:5:{s:3:\"rel\";s:9:\"locations\";s:4:\"href\";s:61:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/locations\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:93:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Locations/CollectionResponse.json\";s:6:\"schema\";s:78:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/Locations.json\";}}}}','no'),(5688,'_transient_timeout_yikes_eme_merge_variables_a28fb4dd80','1594206696','no'),(5689,'_transient_yikes_eme_merge_variables_a28fb4dd80','a:4:{s:7:\"list_id\";s:10:\"a28fb4dd80\";s:11:\"total_items\";i:5;s:6:\"_links\";a:3:{i:0;a:5:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:95:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"create\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields\";s:6:\"method\";s:4:\"POST\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";s:6:\"schema\";s:81:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/POST.json\";}i:2;a:4:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:51:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:73:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/Response.json\";}}s:12:\"merge_fields\";a:6:{i:0;a:11:{s:8:\"merge_id\";i:0;s:3:\"tag\";s:5:\"EMAIL\";s:4:\"name\";s:13:\"Email Address\";s:4:\"type\";s:5:\"email\";s:8:\"required\";b:1;s:13:\"default_value\";s:0:\"\";s:6:\"public\";b:1;s:13:\"display_order\";i:1;s:7:\"options\";a:1:{s:4:\"size\";i:25;}s:7:\"list_id\";s:10:\"a28fb4dd80\";s:6:\"_links\";a:0:{}}i:1;a:12:{s:8:\"merge_id\";i:3;s:3:\"tag\";s:7:\"ADDRESS\";s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:7:\"address\";s:8:\"required\";b:0;s:13:\"default_value\";s:0:\"\";s:6:\"public\";b:0;s:13:\"display_order\";i:4;s:7:\"options\";a:1:{s:15:\"default_country\";i:164;}s:9:\"help_text\";s:0:\"\";s:7:\"list_id\";s:10:\"a28fb4dd80\";s:6:\"_links\";a:4:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/3\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:95:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:2;a:5:{s:3:\"rel\";s:6:\"update\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/3\";s:6:\"method\";s:5:\"PATCH\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";s:6:\"schema\";s:82:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/PATCH.json\";}i:3;a:3:{s:3:\"rel\";s:6:\"delete\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/3\";s:6:\"method\";s:6:\"DELETE\";}}}i:2;a:12:{s:8:\"merge_id\";i:5;s:3:\"tag\";s:8:\"BIRTHDAY\";s:4:\"name\";s:8:\"Birthday\";s:4:\"type\";s:8:\"birthday\";s:8:\"required\";b:0;s:13:\"default_value\";s:0:\"\";s:6:\"public\";b:1;s:13:\"display_order\";i:6;s:7:\"options\";a:1:{s:11:\"date_format\";s:5:\"MM/DD\";}s:9:\"help_text\";s:0:\"\";s:7:\"list_id\";s:10:\"a28fb4dd80\";s:6:\"_links\";a:4:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/5\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:95:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:2;a:5:{s:3:\"rel\";s:6:\"update\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/5\";s:6:\"method\";s:5:\"PATCH\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";s:6:\"schema\";s:82:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/PATCH.json\";}i:3;a:3:{s:3:\"rel\";s:6:\"delete\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/5\";s:6:\"method\";s:6:\"DELETE\";}}}i:3;a:12:{s:8:\"merge_id\";i:1;s:3:\"tag\";s:5:\"FNAME\";s:4:\"name\";s:10:\"First Name\";s:4:\"type\";s:4:\"text\";s:8:\"required\";b:0;s:13:\"default_value\";s:0:\"\";s:6:\"public\";b:1;s:13:\"display_order\";i:2;s:7:\"options\";a:1:{s:4:\"size\";i:25;}s:9:\"help_text\";s:0:\"\";s:7:\"list_id\";s:10:\"a28fb4dd80\";s:6:\"_links\";a:4:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/1\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:95:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:2;a:5:{s:3:\"rel\";s:6:\"update\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/1\";s:6:\"method\";s:5:\"PATCH\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";s:6:\"schema\";s:82:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/PATCH.json\";}i:3;a:3:{s:3:\"rel\";s:6:\"delete\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/1\";s:6:\"method\";s:6:\"DELETE\";}}}i:4;a:12:{s:8:\"merge_id\";i:2;s:3:\"tag\";s:5:\"LNAME\";s:4:\"name\";s:9:\"Last Name\";s:4:\"type\";s:4:\"text\";s:8:\"required\";b:0;s:13:\"default_value\";s:0:\"\";s:6:\"public\";b:1;s:13:\"display_order\";i:3;s:7:\"options\";a:1:{s:4:\"size\";i:25;}s:9:\"help_text\";s:0:\"\";s:7:\"list_id\";s:10:\"a28fb4dd80\";s:6:\"_links\";a:4:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/2\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:95:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:2;a:5:{s:3:\"rel\";s:6:\"update\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/2\";s:6:\"method\";s:5:\"PATCH\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";s:6:\"schema\";s:82:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/PATCH.json\";}i:3;a:3:{s:3:\"rel\";s:6:\"delete\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/2\";s:6:\"method\";s:6:\"DELETE\";}}}i:5;a:12:{s:8:\"merge_id\";i:4;s:3:\"tag\";s:5:\"PHONE\";s:4:\"name\";s:12:\"Phone Number\";s:4:\"type\";s:5:\"phone\";s:8:\"required\";b:0;s:13:\"default_value\";s:0:\"\";s:6:\"public\";b:0;s:13:\"display_order\";i:5;s:7:\"options\";a:0:{}s:9:\"help_text\";s:0:\"\";s:7:\"list_id\";s:10:\"a28fb4dd80\";s:6:\"_links\";a:4:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/4\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:64:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:95:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us10.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:2;a:5:{s:3:\"rel\";s:6:\"update\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/4\";s:6:\"method\";s:5:\"PATCH\";s:12:\"targetSchema\";s:85:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/Response.json\";s:6:\"schema\";s:82:\"https://us10.api.mailchimp.com/schema/3.0/Definitions/Lists/MergeFields/PATCH.json\";}i:3;a:3:{s:3:\"rel\";s:6:\"delete\";s:4:\"href\";s:66:\"https://us10.api.mailchimp.com/3.0/lists/a28fb4dd80/merge-fields/4\";s:6:\"method\";s:6:\"DELETE\";}}}}}','no'),(5359,'widget_zilla_likes_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5296,'zopimUsername','hello@beetcrm.com','yes'),(5297,'zendeskSubdomain','beetcrm@zendesk.com','yes'),(5298,'zopimSalt','loginsuccess','yes'),(5299,'zopimWidgetOptions','<!-- Start of beetcrm Zendesk Widget script -->\r\n<script id=\\\"ze-snippet\\\" src=\\\"https://static.zdassets.com/ekr/snippet.js?key=32c9ea31-8f3d-4627-830d-913b3a9fb9bd\\\"> </script>\r\n<!-- End of beetcrm Zendesk Widget script -->\r\n','yes'),(5300,'zopimCode','zopim','yes'),(5305,'tawkto-visibility-options','a:13:{s:14:\"always_display\";i:1;s:17:\"excluded_url_list\";s:0:\"\";s:17:\"included_url_list\";s:0:\"\";s:16:\"show_onfrontpage\";i:0;s:15:\"show_oncategory\";i:0;s:14:\"show_ontagpage\";i:0;s:19:\"show_onarticlepages\";i:0;s:11:\"exclude_url\";i:0;s:11:\"include_url\";i:0;s:15:\"display_on_shop\";i:0;s:26:\"display_on_productcategory\";i:0;s:22:\"display_on_productpage\";i:0;s:21:\"display_on_producttag\";i:0;}','yes'),(5306,'tawkto-embed-widget-page-id','5f01db80760b2b560e6fc5e6','yes'),(5307,'tawkto-embed-widget-widget-id','default','yes'),(5310,'_site_transient_timeout_browser_c7918e989e50e2738f8d94e1867a8c77','1594562610','no'),(5311,'_site_transient_browser_c7918e989e50e2738f8d94e1867a8c77','a:10:{s:4:\"name\";s:7:\"unknown\";s:7:\"version\";s:0:\"\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(5314,'updraftplus_version','1.16.26','yes'),(5315,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3a0ce388aa38d4549abfc7ebb144138d\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(5316,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-91dd47b45758e278988e916c6868e89d\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(5317,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-7118b4ec4c2ff54436bcd605598d08f9\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}','yes'),(5318,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e7afe462d658dd7bba6f8892b9fa01b4\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}','yes'),(5319,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1a9b07b77de2b94e6e70712370c51ec5\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}','yes'),(5320,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-cc4f922526d1f0f3cd3003d02714697f\";a:0:{}}}','yes'),(5321,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-830f1f439fdce8d828554ff7211cb180\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}','yes'),(5322,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-da640c7919349ba57d418997d83ad798\";a:0:{}}}','yes'),(5323,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-89d743e45e69c79077180934c8f5f2ff\";a:0:{}}}','yes'),(5324,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0529eeb47e3d3912b4a4e95231571128\";a:0:{}}}','yes'),(5325,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f22ad63188fd462fdb0a304fce95758b\";a:0:{}}}','yes'),(5326,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2cf99dcc395f0d0501e77c28e5ab2f1a\";a:0:{}}}','yes'),(5327,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-7064bb1841bdc54b257b26c936cd389e\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(5328,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-ae380b2ae5cb476748b679f80367478d\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}','yes'),(5329,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-372a390bfc09fdcc8b9aebd3f41f049a\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(5330,'updraftplus-addons_siteid','c90e77aa06e6ce807909d707c28cc08f','no'),(5331,'updraft_lastmessage','Local files deleted: 6. Remote files deleted: 0 (Jul 05 14:21:47)','yes'),(5336,'updraft_jobdata_23d10f45b07f','a:27:{s:15:\"resume_interval\";d:332;s:8:\"job_type\";s:6:\"backup\";s:9:\"jobstatus\";s:13:\"filescreating\";s:11:\"backup_time\";i:1593958413;s:11:\"job_time_ms\";d:1593958413.3637430667877197265625;s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:11:\"split_every\";i:400;s:11:\"maxzipbatch\";d:197029056;s:17:\"job_file_entities\";a:4:{s:7:\"plugins\";a:1:{s:5:\"index\";i:0;}s:6:\"themes\";a:1:{s:5:\"index\";i:0;}s:7:\"uploads\";a:1:{s:5:\"index\";i:0;}s:6:\"others\";a:1:{s:5:\"index\";i:0;}}s:12:\"option_cache\";a:0:{}s:18:\"uploaded_lastreset\";i:9;s:8:\"one_shot\";b:0;s:18:\"followsups_allowed\";b:0;s:15:\"backup_database\";a:1:{s:2:\"wp\";s:5:\"begun\";}s:12:\"backup_files\";s:5:\"begun\";s:12:\"runs_started\";a:1:{i:0;d:1593958413.3739440441131591796875;}s:18:\"current_resumption\";i:0;s:6:\"binzip\";b:0;s:22:\"filecreating_substatus\";a:3:{s:1:\"e\";s:7:\"uploads\";s:1:\"i\";i:3;s:1:\"t\";i:4;}s:19:\"files_enumerated_at\";a:3:{s:7:\"plugins\";i:1593958413;s:6:\"themes\";i:1593958446;s:7:\"uploads\";i:1593958449;}s:8:\"warnings\";a:0:{}s:9:\"run_times\";a:1:{i:0;d:301.4734470844268798828125;}s:14:\"useful_checkin\";i:0;s:13:\"sha1-plugins0\";s:40:\"3db53f4e0da26eb613505a59857c4b005c6c3759\";s:15:\"sha256-plugins0\";s:64:\"e134e6fda74e0d7f54cf766028eea8e2cb826d5cda2e79f7b708a52a50406ece\";s:12:\"sha1-themes0\";s:40:\"6229e05a2c5c7e9a751deedabed76d9b300ff721\";s:14:\"sha256-themes0\";s:64:\"0ff619846ed3286684e22a52baa0f5b1be7160d5865fe447af7a837ac0fe20e5\";}','no'),(5332,'updraftplus_unlocked_fd','1','no'),(5333,'updraftplus_last_lock_time_fd','2020-07-05 14:19:33','no'),(5334,'updraftplus_semaphore_fd','0','no'),(5335,'updraft_last_scheduled_fd','1593958773','yes'),(5347,'updraft_jobdata_b3243630fdd3','a:2:{s:8:\"job_type\";s:6:\"delete\";s:11:\"job_time_ms\";d:1593958907.654325008392333984375;}','no'),(5337,'updraftplus_tour_cancelled_on','backup_now_btn_success','yes'),(5338,'updraft_jobdata_d1e89489d94c','a:27:{s:15:\"resume_interval\";d:332;s:8:\"job_type\";s:6:\"backup\";s:9:\"jobstatus\";s:13:\"filescreating\";s:11:\"backup_time\";i:1593958593;s:11:\"job_time_ms\";d:1593958593.41658306121826171875;s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:11:\"split_every\";i:400;s:11:\"maxzipbatch\";d:165054538;s:17:\"job_file_entities\";a:4:{s:7:\"plugins\";a:1:{s:5:\"index\";i:0;}s:6:\"themes\";a:1:{s:5:\"index\";i:0;}s:7:\"uploads\";a:1:{s:5:\"index\";i:0;}s:6:\"others\";a:1:{s:5:\"index\";i:0;}}s:12:\"option_cache\";a:0:{}s:18:\"uploaded_lastreset\";i:9;s:8:\"one_shot\";b:0;s:18:\"followsups_allowed\";b:0;s:15:\"backup_database\";a:1:{s:2:\"wp\";s:5:\"begun\";}s:12:\"backup_files\";s:5:\"begun\";s:12:\"runs_started\";a:1:{i:0;d:1593958593.42424297332763671875;}s:18:\"current_resumption\";i:0;s:6:\"binzip\";b:0;s:22:\"filecreating_substatus\";a:3:{s:1:\"e\";s:7:\"uploads\";s:1:\"i\";i:3;s:1:\"t\";i:4;}s:19:\"files_enumerated_at\";a:3:{s:7:\"plugins\";i:1593958607;s:6:\"themes\";i:1593958738;s:7:\"uploads\";i:1593958845;}s:8:\"warnings\";a:1:{s:21:\"zipcloseerror-uploads\";s:55:\"A zip error occurred - check your log for more details.\";}s:9:\"run_times\";a:1:{i:0;d:301.05076503753662109375;}s:14:\"useful_checkin\";i:0;s:13:\"sha1-plugins0\";s:40:\"49255cef7743e0e15dc7f747d976898d623b27d4\";s:15:\"sha256-plugins0\";s:64:\"4b3d860626a26ec101bab17f60a4b5518f67306c7318c81b844a628132f71b3a\";s:12:\"sha1-themes0\";s:40:\"315b5ba85388c51ebc3efcfe0c2dfd8a91c2a868\";s:14:\"sha256-themes0\";s:64:\"8a9e82e8136cc5d7c116a2f3ed1811c25b280580f60f985856fd042fddb17aea\";}','no'),(5361,'_site_transient_timeout_php_check_09a2ad9330cccb8a83c2e6443b87150f','1594565504','no'),(5743,'_transient_timeout_feed_mod_e0061ca2fa5b884e483872aa34d3e7eb','1594305920','no'),(5744,'_transient_feed_mod_e0061ca2fa5b884e483872aa34d3e7eb','1594262720','no'),(5745,'_transient_timeout_updraftplus_dashboard_news','1594305920','no'),(5343,'_site_transient_timeout_updraft_initial_resume_interval','1594650094','no'),(5345,'updraft_backup_history','a:0:{}','no'),(5746,'_transient_updraftplus_dashboard_news','<div class=\"rss-widget\"><ul><li class=\"updraftplus_dashboard_news_item\"><a href=\"https://beetcrm.com/wp-admin/\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all UpdraftPlus news\" onClick=\"updraftplus_dismiss_dashboard_news(); return false;\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/UpdraftPlus/~3/UKOKPjJAPcA/\'>UpdraftPlus: UpdraftCentral release new 0.8.13 (free and paid) update</a></li><li class=\"updraftplus_dashboard_news_item\"><a href=\"https://beetcrm.com/wp-admin/\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all UpdraftPlus news\" onClick=\"updraftplus_dismiss_dashboard_news(); return false;\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/UpdraftPlus/~3/chqnBB_gJFE/\'>UpdraftPlus: UpdraftPlus release latest 1.16.25 (free &amp; paid) version</a></li></ul></div>','no'),(5344,'_site_transient_updraft_initial_resume_interval','332','no'),(5741,'_transient_timeout_feed_e0061ca2fa5b884e483872aa34d3e7eb','1594305920','no'),(5742,'_transient_feed_e0061ca2fa5b884e483872aa34d3e7eb','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://updraftplus.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress\'s leading backup plugin - backup, restore and clone WordPress sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2020 08:11:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"UpdraftCentral release new 0.8.13 (free and paid) update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/UKOKPjJAPcA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://updraftplus.com/0-8-13-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2020 14:22:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:14:\"UpdraftCentral\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"UpdraftCental Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"updraftcentral\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:26:\"updraftcentral development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=609297\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:690:\"<p>The latest updates for UpdraftCentral (0.8.13) have now been released. This new release comes loaded with many new features, fixes and tweaks. One of the new features in this update now allows you to upload your plugins and themes while &#8230; <a href=\"https://updraftplus.com/0-8-13-release/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/0-8-13-release/\">UpdraftCentral release new 0.8.13 (free and paid) update</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5056:\"<p><span style=\"font-weight: 400;\">The latest updates for <a href=\"https://en-gb.wordpress.org/plugins/updraftcentral/\">UpdraftCentral</a> (0.8.13) have now been released. This new release comes loaded with many new features, fixes and tweaks.</span></p>\n<p><span style=\"font-weight: 400;\">One of the new features in this update now allows you to upload your plugins and themes while they are still in their zip format. To do this, you first need to install <a href=\"https://updraftplus.com/shop/updraftcentral-dashboard/\">UpdraftCentral Premium</a>. Once this is installed, just press the &#8216;Plugins&#8217; or &#8216;Themes&#8217; menu item, then select &#8216;Install Plugins&#8217; and you will now be able to drag and drop your zip file and upload it directly.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/07/pasted-image-0.png\"><img class=\"size-full wp-image-609341 aligncenter\" src=\"https://updraftplus.com/wp-content/uploads/2020/07/pasted-image-0.png\" alt=\"\" width=\"544\" height=\"274\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/07/pasted-image-0.png 544w, https://updraftplus.com/wp-content/uploads/2020/07/pasted-image-0-480x242.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 544px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Another new feature in this update gives</span><span style=\"font-weight: 400;\"> users even more control over remote storage options. Anytime you create a backup with UpdraftCentral, you can now select which of the remote storage locations you would like to send the backup to. </span><span style=\"font-weight: 400;\">Just open the following dialogue box in UpdraftCentral and you can select or deselect the remote storage options of your choice.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/07/pasted-image-0-1.png\"><img class=\"wp-image-609342 aligncenter\" src=\"https://updraftplus.com/wp-content/uploads/2020/07/pasted-image-0-1.png\" alt=\"\" width=\"367\" height=\"492\" /></a></p>\n<p><span style=\"font-weight: 400;\">In addition to these new updates, we have also made various tweaks and fixes to keep UpdraftCentral running smooth and compatible with future WordPress and PHP releases.</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>FEATURE</strong>: Added the ability to choose the remote storage locations you want to send your backup to in the “Backup Now” modal</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>FIX</strong>: Fix scheduled commands execution through WP cron</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>FIX</strong>: Fix can’t delete backup item without refreshing the list after a successful restore process</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>FIX</strong>: Fix layout/css glitch on the backup settings page</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>FIX</strong>: Fix popper.js related error and warning</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Improve UX and accessibility with better keyboard navigation</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Register updates retrieval to run in the background</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Add editor class for page and post modules</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Add new error message to the rpcerrors collection</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Show upload errors in dialog as well as in browser console if debug level is set</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Improve JavaScript’s compatibility with minification and merging, in particular WP-Optimize</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Add REST controller files for page and post modules</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Add internal capability to install plugin or theme through zip file</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Upgrade Bootstrap and Bootbox libraries to current versions</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"><strong>TWEAK</strong>: Force the connection method ‘via_mothership’ if the command is in the UpdraftClone namespace</span></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/0-8-13-release/\">UpdraftCentral release new 0.8.13 (free and paid) update</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://updraftplus.com/0-8-13-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://updraftplus.com/0-8-13-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"UpdraftPlus release latest 1.16.25 (free &amp; paid) version\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/chqnBB_gJFE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://updraftplus.com/updraftplus-release-latest-1-16-25-free-paid-version/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jun 2020 09:55:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:23:\"UpdraftPlus development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=594176\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:784:\"<p>The latest updates for UpdraftPlus (1.16.24 and 1.16.25) have now been released. These latest releases come with many new features, fixes and tweaks including the newly added ability to choose the remote storage locations that you would like to send &#8230; <a href=\"https://updraftplus.com/updraftplus-release-latest-1-16-25-free-paid-version/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-release-latest-1-16-25-free-paid-version/\">UpdraftPlus release latest 1.16.25 (free &#038; paid) version</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5053:\"<p><span style=\"font-weight: 400;\">The latest updates for UpdraftPlus (1.16.24 and 1.16.25) have now been released. These latest releases come with many new features, fixes and tweaks including the newly added ability to choose the remote storage locations that you would like to send your backups to in the “Backup Now” modal. This new feature gives users the ability to make a quick backup to just one of your backup storage destinations should you need to backup to just one location. </span></p>\n<p><span style=\"font-weight: 400;\">This update also gives users the option to configure a remote backup storage location (that may be disabled in your settings) and select it to upload to this storage location. This can be particularly useful if you are using UpdraftValt for your main scheduled backups, but still want to make a one off backup that could (for example) include temporary theme changes that you do not want to store alongside your regular backups.</span></p>\n<p><span style=\"font-weight: 400;\">As part of this update we are also improving our database backup and restore code so that it will now support migration between different ‘generate columns’ syntaxes of MySQL and MariaDB. This will help with migrations between different servers when users are using different databases. We have also added other useful improvements to the update including; handling binary data during backup and added support for the AWS Miland and Cape Town endpoints. </span></p>\n<p><span style=\"font-weight: 400;\">In addition to these new updates, we have also made various tweaks and fixes to keep UpdraftPlus running smooth and compatible with future WordPress and PHP releases.</span></p>\n<p><b>1.16.25 </b></p>\n<ul>\n<li><span style=\"font-weight: 400;\">FIX: Dropbox since 1.16.24 was only deleting one backup files archive out of the set. i.e. Excess archives remained on Dropbox. These have to be deleted manually.</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Add version to CSS and JS within filenames to prevent old versions being served after update on sites which have customisations to remove the query string</span></li>\n</ul>\n<p><b>1.16.24 </b></p>\n<ul>\n<li><span style=\"font-weight: 400;\">FEATURE: Support migration between different “generate columns” syntaxes of MySQL and MariaDB</span></li>\n<li><span style=\"font-weight: 400;\">FEATURE: Added the ability to choose the remote storage locations you want to send your backup to in the “Backup Now” modal</span></li>\n<li><span style=\"font-weight: 400;\">FIX: If non-WordPress tables are selected in the advanced ‘Backup Now’ options, then back them up (even if the saved setting to back them up is off). i.e. “Backup Now” over-ride options should have been taking priority.</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Failure to restore database ‘view’ in some rare circumstances due to the nonexistent DEFINER account and lack of privileges</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Handle binary data during backup</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Add strack_st to the lists of large logging tables and tables not requiring search/replace</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Make search and replace case insensitive when operating on URLs</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: The incremental backup notice logic</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Update bundled updater class (YahnisElsts/plugin-update-checker) (paid versions) to version 4.9</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Add another tweak to paid versions’ update checking time algorithm</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Add the options_exist() method to backup modules that did not have it</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: During manual backup uploads, check if the last 4 bytes are string “null” (caused by an error in uploading to Dropbox) and if so remove them. Prevents an unnecessary message about unexpected data.</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Show the backup label (if specified) in the UI backup progress indicator</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Added the facility to clear the list of existing migration sites</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Create default instance labels</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Bring list of debugging plugins up to date</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Add support for the AWS Milan and Cape Town endpoints (and correct a couple of existing endpoints that had wrong references)</span></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-release-latest-1-16-25-free-paid-version/\">UpdraftPlus release latest 1.16.25 (free &#038; paid) version</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://updraftplus.com/updraftplus-release-latest-1-16-25-free-paid-version/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://updraftplus.com/updraftplus-release-latest-1-16-25-free-paid-version/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:91:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WP-Optimize updated with new Minify feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/NeWIJ2fr3cQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://updraftplus.com/wp-optimize-updated-with-new-minify-feature/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Jun 2020 12:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"WP Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Minify\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WP-O\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"WP-Optimise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:18:\"WP-Optimise Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:17:\"WP-Optmize update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=590046\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:761:\"<p>WP-Optimize is our popular all-in-one WordPress performance and optimisation plugin that cleans your database, compresses your large images and caches your site. As you may have seen in our recent blog, in addition to these features WP-Optimize have now released &#8230; <a href=\"https://updraftplus.com/wp-optimize-updated-with-new-minify-feature/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wp-optimize-updated-with-new-minify-feature/\">WP-Optimize updated with new Minify feature</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5847:\"<p><iframe title=\"Minify for WP-Optimize\" src=\"https://player.vimeo.com/video/402556749?dnt=1&amp;app_id=122963\" width=\"1080\" height=\"608\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\"><br />\nWP-Optimize is our popular all-in-one WordPress performance and optimisation plugin that cleans your database, compresses your large images and caches your site. As you may have seen in our recent </span><a href=\"https://updraftplus.com/wp-optimize-to-release-new-minify-feature/\"><span style=\"font-weight: 400;\">blog</span></a><span style=\"font-weight: 400;\">, in addition to these features WP-Optimize have now released a new Minify feature that can help make your website run even faster. This new Minify feature is all about increasing the speed of users&#8217; WordPress site.</span></p>\n<p><b>How does Minify work?</b></p>\n<p><span style=\"font-weight: 400;\">Minify works by combining and minifying the static assets of your website, including CSS and JavaScript files. By removing the unnecessary characters in these static assets, Minify deletes characters such as line breaks and white space from your website’s code; the deletion of which can help your site to load faster by further saving space. Minify also ensures that your files are merged into as few files as possible. This reduces the amount of load on your web server and can be quicker to load fewer files.</span></p>\n<p><span style=\"font-weight: 400;\">Users can also defer the loading of any CSS or JavaScript file. This means any large or extraneous CSS or JavaScript file can be loaded independently from the core of your WordPress site; giving users quicker access to your site.</span></p>\n<p><span style=\"font-weight: 400;\">WP-Optimize Minify has been built and designed to work seamlessly with your website and the overall WP-Optimize optimization process. By activating and using Minify, you should find that everything on your site still acts and behaves in exactly the same way that it always has, with the one difference being that it will now hopefully run faster due to the removal of all the unnecessary information.  </span></p>\n<p><b>Is Minify easy to use?</b></p>\n<p><span style=\"font-weight: 400;\">We have designed the Minify feature to be easy to use regardless of a user&#8217;s level of skill and knowledge. For most people, all you have to do is toggle the main switch to “enable minify”. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/06/New-Project-44.jpg\"><img class=\"alignnone wp-image-590051 size-large\" src=\"https://updraftplus.com/wp-content/uploads/2020/06/New-Project-44-1024x420.jpg\" alt=\"\" width=\"1024\" height=\"420\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/06/New-Project-44-980x402.jpg 980w, https://updraftplus.com/wp-content/uploads/2020/06/New-Project-44-480x197.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">WP-Optimize will then automatically take care of all your minification needs. </span></p>\n<p><b>What if I have issues using Minify?</b></p>\n<p><span style=\"font-weight: 400;\">While simply just turning on Minify will get great results and be sufficient for most users, there will be a small number of users that may find that due to their specific website design, the appearance of the site may have altered. While the possibility of this happening will be rare, there is a very small chance it could happen. Should you find yourself in this position, just toggle the “enable minify&#8221; switch again to turn off the feature and your site will revert back to its original state. We then recommend visiting our support forum and ask for help on how to configure Minify to work on your site.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/06/New-Project-45.jpg\"><img class=\"alignnone wp-image-590053 size-large\" src=\"https://updraftplus.com/wp-content/uploads/2020/06/New-Project-45-1024x303.jpg\" alt=\"\" width=\"1024\" height=\"303\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/06/New-Project-45-980x290.jpg 980w, https://updraftplus.com/wp-content/uploads/2020/06/New-Project-45-480x142.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></p>\n<p><b>Individual control</b></p>\n<p><span style=\"font-weight: 400;\">With WP-Optimize Minify, you also have the option of adjusting the settings specifically for your website. To change the settings to best suit you and your site, you can go into the HTML, JavaScript, CSS, Fonts, Settings or Advanced tabs to change the settings, creating specific rules for your site.</span></p>\n<p><span style=\"font-weight: 400;\">Should you wish to undo any of the changes you made, we designed Minify so that any changes you may make will not be permanent and can be rolled back by just removing your changes. </span></p>\n<p><span style=\"font-weight: 400;\">Using the Minify feature is completely risk free and is another important and proven way to speed up your page loading times.</span></p>\n<p><span style=\"font-weight: 400;\">We designed the Minify feature to be simple to use and intuitive. Just install </span><a href=\"https://getwpo.com/\"><span style=\"font-weight: 400;\">WP-Optimize</span></a><span style=\"font-weight: 400;\"> and start using it today.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wp-optimize-updated-with-new-minify-feature/\">WP-Optimize updated with new Minify feature</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://updraftplus.com/wp-optimize-updated-with-new-minify-feature/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://updraftplus.com/wp-optimize-updated-with-new-minify-feature/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:88:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"How to restore your WordPress site to a previous date\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/46LtfRAV2Lc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://updraftplus.com/how-to-restore-your-wordpress-site-to-a-previous-date/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 May 2020 14:10:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:22:\"UpdraftPlus advantages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:32:\"how to restore my wordpress site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:22:\"How to use UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:26:\"restore site previous date\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:22:\"restore wordpress site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"updraftplus restore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=582659\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:784:\"<p>There’s nothing more distressing for a site manager then having something go wrong with your WordPress site. Whether it’s unexpected file changes, malware, errors, plugin updates, or something else entirely, the fix sadly may not be simple. Due to all &#8230; <a href=\"https://updraftplus.com/how-to-restore-your-wordpress-site-to-a-previous-date/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-restore-your-wordpress-site-to-a-previous-date/\">How to restore your WordPress site to a previous date</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Gina Lucia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14649:\"<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/05/restore-wordpress-updraft.jpg\"><img class=\"alignnone size-full wp-image-582667\" src=\"https://updraftplus.com/wp-content/uploads/2020/05/restore-wordpress-updraft.jpg\" alt=\"\" width=\"1580\" height=\"660\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/05/restore-wordpress-updraft.jpg 1580w, https://updraftplus.com/wp-content/uploads/2020/05/restore-wordpress-updraft-1280x535.jpg 1280w, https://updraftplus.com/wp-content/uploads/2020/05/restore-wordpress-updraft-980x409.jpg 980w, https://updraftplus.com/wp-content/uploads/2020/05/restore-wordpress-updraft-480x201.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1580px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">There’s nothing more distressing for a site manager then having something go wrong with your WordPress site. Whether it’s unexpected file changes, malware, errors, plugin updates, or something else entirely, the fix sadly may not be simple. Due to all the potential issues a WordPress site faces, it can be a valuable lifeline to easily and quickly restore your site to a healthier point in time by using UpdraftPlus. It’s for this reason you might need to restore your WordPress site to a previous date and reset your site back to a healthier point in time.</span></p>\n<p><span style=\"font-weight: 400;\">In this guide, we’ll be providing you with step-by-step instructions detailing how you can restore your WordPress site to a previous date using the UpdraftPlus WordPress backup plugin. As a bonus, we’ll outline why you might need to restore your WordPress site with a few examples you might find familiar. </span></p>\n<p><b>The plugin mentioned in this guide:</b></p>\n<ul>\n<li style=\"font-weight: 400;\"><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\"> – Schedule regular backups of your WordPress site and restore it from those backups in your WordPress control panel.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Want to head straight to the tutorial? <a href=\"https://updraftplus.com/faqs/restore-site-updraftplus/\">Click here</a>.</span></p>\n<h3><span style=\"font-weight: 400;\">Why you might need to restore your WordPress site</span></h3>\n<p><span style=\"font-weight: 400;\">Before we outline how you can restore your site, it’s worth looking into some of the reasons why you might need to do it. Restoring your WordPress site to a previous date isn’t something that should be done lightly, but there are a few very valid and common reasons why you might need to. Here are a few you might recognise:</span></p>\n<h3><span style=\"font-weight: 400;\">Your site has been hacked or compromised</span></h3>\n<p><span style=\"font-weight: 400;\">WordPress itself is a secure content management system on which you can build your website. However, without proper management, it can be prone to attacks by bots and/or hackers. </span></p>\n<p><span style=\"font-weight: 400;\">Any of the following could give these bots or hackers an easy way into your website to spread malware, change access, steal user data or change files:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><b>WordPress, plugins or themes have not been updated</b><span style=\"font-weight: 400;\"> &#8211; Most plugins need to be kept up to date to remain secure and free from the latest vulnerabilities. By not updating plugins, website owners can leave their site unintentionally vulnerable.</span></li>\n<li style=\"font-weight: 400;\"><b>Weak passwords and usernames are still being used</b><span style=\"font-weight: 400;\"> &#8211; a weak or common username or password combination is enough for bots to gain access to your site. Even keeping the </span><a href=\"https://hackertarget.com/attacking-wordpress/\"><span style=\"font-weight: 400;\">username ‘admin’ on your site</span></a><span style=\"font-weight: 400;\"> can leave you open to easy access.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Should you site become compromised in this way, then a backup and restore plugin like </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\"> can restore your sites content. With an </span><a href=\"https://updraftplus.com/shop/more-files/\"><span style=\"font-weight: 400;\">additional add-on</span></a><span style=\"font-weight: 400;\">, UpdraftPlus can also restore your WordPress core and non-standard files too.</span></p>\n<h3><span style=\"font-weight: 400;\">Major changes were made and files are overwritten</span></h3>\n<p><span style=\"font-weight: 400;\">In the management of your WordPress site, sometimes things can get out of hand and mistakes can be made. For example, you have a developer or member of your team working on making improvements to your site but they forget to save an older version of the file they’re working on, just in case they make a mistake. </span></p>\n<p><span style=\"font-weight: 400;\">By making the wrong kind of changes, your developer has created an error on a major file, with you site now inaccessible to visitors. By using a </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">backup and restore plugin</span></a><span style=\"font-weight: 400;\"> though, you’re able to restore your WordPress site to a previous date, before the error was created and the file was changed.</span></p>\n<p><b>Pro tip:</b><span style=\"font-weight: 400;\"> When either making changes to your website yourself or having a developer help you, we always recommend creating a clone/staging environment for your site. This way any changes you make won’t affect your live site. You can do this easily with </span><a href=\"https://updraftplus.com/updraftclone/\"><span style=\"font-weight: 400;\">UpdraftClone</span></a><span style=\"font-weight: 400;\">.</span></p>\n<p><span style=\"font-weight: 400;\">As a bonus, UpdraftPlus can be set up to perform automatic backups when plugins, themes and WordPress core updates run. This means that keeping your site up to date and secure has never been easier.</span></p>\n<h2><span style=\"font-weight: 400;\">How to restore your WordPress site to a previous date</span></h2>\n<p><span style=\"font-weight: 400;\">If you recognise any of the above situations and need to restore your WordPress site to a previous date, then the following step-by-step instructions will help.</span></p>\n<p><b>Note: </b><span style=\"font-weight: 400;\">UpdraftPlus can only restore your site to a previous date if you already had UpdraftPlus installed and performing scheduled backups. If you do not have UpdraftPlus installed, it is recommend that you contact your hosting provider, who can hopefully help you.</span></p>\n<p><span style=\"font-weight: 400;\">To save your future-self time, money and a serious headache, </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">get UpdraftPlus installed</span></a><span style=\"font-weight: 400;\"> (it’s free) on your site to give you peace of mind.</span></p>\n<p><b>UpdraftPlus not only restores your WordPress site to a previous date, but it also:</b></p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Performs backups of all your WordPress files, databases, plugins and themes.</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Implements scheduled backups every 4, 8 or 12 hours, daily, weekly, fortnightly or monthly (set by you).</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Restores backups directly from your WordPress control panel.</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Lets you store your backups remotely on Google Drive, Dropbox, OneDrive and more.</span></li>\n</ul>\n<h3><span style=\"font-weight: 400;\">Installing UpdraftPlus</span></h3>\n<p><span style=\"font-weight: 400;\">Installing UpdraftPlus takes just a minute or two and is as simple as adding any other plugin to your site. To install, follow these steps:</span></p>\n<p>1.In your WordPress dashboard go to <b>Plugins</b> &gt; <b>Add New</b>.</p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.17.30.jpg\"><img class=\"alignnone size-full wp-image-582672\" src=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.17.30.jpg\" alt=\"\" width=\"675\" height=\"150\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.17.30.jpg 675w, https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.17.30-480x107.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 675px, 100vw\" /></a></p>\n<p>2. Type <b>UpdraftPlus</b> into the search bar.</p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.18.39.png\"><img class=\"alignnone size-full wp-image-582673\" src=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.18.39.png\" alt=\"\" width=\"1017\" height=\"126\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.18.39.png 1017w, https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.18.39-980x121.png 980w, https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.18.39-480x59.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1017px, 100vw\" /></a></p>\n<p>3. Find the <b>UpdraftPlus WordPress Backup Plugin</b> and press <b>Install Now</b> and then <b>Activate</b>.</p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.19.53.png\"><img class=\"alignnone size-full wp-image-582674\" src=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.19.53.png\" alt=\"\" width=\"514\" height=\"350\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.19.53.png 514w, https://updraftplus.com/wp-content/uploads/2020/05/Screenshot-2020-02-24-at-13.19.53-480x327.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 514px, 100vw\" /></a></p>\n<h3><span style=\"font-weight: 400;\">How to use UpdraftPlus to restore your WordPress site</span></h3>\n<p><span style=\"font-weight: 400;\">In this example, we have UpdraftPlus installed, set up and running and have already backed up our site in Google Drive (our storage of choice). If you need a little more help, read this guide to understand </span><a href=\"https://updraftplus.com/how-to-backup-a-wordpress-site-step-by-step-guide/\"><span style=\"font-weight: 400;\">how to get UpdraftPlus up and running</span></a><span style=\"font-weight: 400;\"> and backing up your site.</span></p>\n<p><b>To restore your site, do the following:</b></p>\n<p>1. Go to <b>Settings</b> &gt; <b>UpdraftPlus Backups</b> in your WordPress menu. This will open your UpdraftPlus settings page.</p>\n<p>2. Scroll down the page until you reach the <b>Existing Backups</b> section.</p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/05/01-udp-dashboard-1.png\"><img class=\"alignnone size-full wp-image-582675\" src=\"https://updraftplus.com/wp-content/uploads/2020/05/01-udp-dashboard-1.png\" alt=\"\" width=\"1033\" height=\"846\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/05/01-udp-dashboard-1.png 1033w, https://updraftplus.com/wp-content/uploads/2020/05/01-udp-dashboard-1-980x803.png 980w, https://updraftplus.com/wp-content/uploads/2020/05/01-udp-dashboard-1-480x393.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1033px, 100vw\" /></a></p>\n<p>3. Find the backup from the date you want to restore and press the blue <b>Restore</b> button.</p>\n<p>4. You will then be shown a popup which will ask you which elements of your database you want to restore. Select the ones that apply and press <b>Restore.</b></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/05/restore2.png\"><img class=\"alignnone size-full wp-image-582679\" src=\"https://updraftplus.com/wp-content/uploads/2020/05/restore2.png\" alt=\"\" width=\"601\" height=\"488\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/05/restore2.png 601w, https://updraftplus.com/wp-content/uploads/2020/05/restore2-480x390.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 601px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">When your restore is complete, a message will pop up telling you the “Restore has been successful”.</span></p>\n<p><span style=\"font-weight: 400;\">That’s it!, Restoring your WordPress site with UpdraftPlus is easy and hassle-free. Plus, you can configure how often you would like your backups to take place. This is handy if you have a very active site that’s updated regularly, allowing you to create daily updates to help give you peace of mind.</span></p>\n<h2><span style=\"font-weight: 400;\">Summary: Restoring your WordPress site to a previous date </span></h2>\n<p><span style=\"font-weight: 400;\">In this guide, you’ve learned why having the ability to restore your WordPress site is important and how to get it done quickly and easily using UpdraftPlus.</span></p>\n<p><span style=\"font-weight: 400;\">The investment you make in backing up your website so you can restore it to a previous date should you ever need to, will not only save you time but money also. </span></p>\n<p><span style=\"font-weight: 400;\">Having the ability to restore your WordPress site will help you avoid costly developer fees and website downtime. </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\"> makes this process simple and easy to do.</span></p>\n<p><b>The plugin featured in this guide:</b></p>\n<p><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">Get UpdraftPlus for free</span></a><span style=\"font-weight: 400;\"> – Schedule regular backups of your WordPress site and restore it from those backups in your WordPress control panel.</span></p>\n<p>&nbsp;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-restore-your-wordpress-site-to-a-previous-date/\">How to restore your WordPress site to a previous date</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://updraftplus.com/how-to-restore-your-wordpress-site-to-a-previous-date/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://updraftplus.com/how-to-restore-your-wordpress-site-to-a-previous-date/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:78:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"How millions working from home has slowed the internet and how WP-Optimize is working hard to help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/_v19JdJPn08/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 May 2020 10:46:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:11:\"WP Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"covid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"slow internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"working from home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"WP-O\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WP-Optimise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=572025\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:868:\"<p>The current enforced working from home guidelines in place are in place in an attempt to slow the spread of Covid-19. They have now become a way of life for many, with a growing number of people in the UK &#8230; <a href=\"https://updraftplus.com/how-millions-working-from-home-has-slowed-the-internet-and-how-wp-optimize-is-working-hard-to-help/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-millions-working-from-home-has-slowed-the-internet-and-how-wp-optimize-is-working-hard-to-help/\">How millions working from home has slowed the internet and how WP-Optimize is working hard to help</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5962:\"<p><span style=\"font-weight: 400;\">The current enforced working from home guidelines in place are in place in an attempt to slow the spread of Covid-19. They have now become a way of life for many, with a growing number of people in the UK and around the world now using the internet to provide not just entertainment, but work and education also. This extra demand on bandwidth and associated infrastructure has caused problems for many and include the recent </span><a href=\"https://www.express.co.uk/life-style/science-technology/1274821/Virgin-Media-Offline-Outage-Internet-Down-Refund-Money-Back-Compensation\"><span style=\"font-weight: 400;\">Virgin internet outage</span></a><span style=\"font-weight: 400;\">, which left 43,00 users in the UK without an internet connection. Along with these outages, many internet users have also complained about the reduction in internet speeds that have seemed to have been put into effect to combat overuse. </span></p>\n<p><b>Why do you have a slow internet connection?</b></p>\n<p><span style=\"font-weight: 400;\">While the increase in the use of the internet by those homeschooling or binge watching Netflix accounts for the increase in demand, there may be some tips and tricks you can employ to help improve and hopefully speed up your internet connection. </span></p>\n<p><span style=\"font-weight: 400;\">The first thing to consider is the physical location of your internet server. If it is located too far away from your primary device, your home network connection could suffer due to potentially passing through many different devices before reaching your primary device. Also try to ensure that your router is as far away as possible from other devices, such as mobile phones, baby monitors, stereos, smart TVs and speakers, as these devices could interfere with the signal. </span></p>\n<p><span style=\"font-weight: 400;\">If it is not practical to move the router or bring your device closer, one way to help fix this would be to use a WiFi signal booster. A WiFi signal booster will extend your home network coverage by boosting or amplifying your router&#8217;s wireless internet signal. A WiFi signal booster can help to efficiently extend your wireless network, which will be of particular use if you have set-up a temporary office, such as in an attic or garden shed.</span></p>\n<p><b>Other options you can also try</b></p>\n<p><span style=\"font-weight: 400;\">It is also worth remembering that you should try rebooting your router occasionally as it can help clear specific malware (malicious software that has been designed to cause damage to your device or server) or use a wired ethernet connection directly with the router. </span></p>\n<p><span style=\"font-weight: 400;\">Also ensure that you regularly check your computer is updated with the latest antivirus software. While most antivirus protection programmes will carry out this task automatically, it is essential that you keep your computer’s protection up to date, which will help stop new threats slipping past your defences and potentially slowing your computer down.</span></p>\n<p><span style=\"font-weight: 400;\">In the UK, OFCOM have released a 7 point ‘</span><a href=\"https://www.ofcom.org.uk/phones-telecoms-and-internet/advice-for-consumers/stay-connected\"><span style=\"font-weight: 400;\">Stay connected during the coronavirus</span></a><span style=\"font-weight: 400;\">’ guide that further details everything you can do to help limit the strain on your internet. As well as moving your router clear of other devices, OFCOM also recommend that you use a landline when making calls if possible, turn off devices such as tablets and smartphones that you are not using (as they will often use WiFi in the background), try a wired ethernet cable to get better speeds, plug your router directly into your main phone socket and get advice from your broadband provider.   </span></p>\n<p><b>Making your site faster</b></p>\n<p><span style=\"font-weight: 400;\">With millions of extra people using and putting a strain on the internet every day, a scenario could arise where it is possible that your website’s users will experience periods where your site will be slow and unresponsive.</span></p>\n<p><span style=\"font-weight: 400;\">While we are unable to make the internet run faster, </span><a href=\"https://getwpo.com/\"><span style=\"font-weight: 400;\">WP-Optimize</span></a><span style=\"font-weight: 400;\"> has put in a lot of time and effort trying to do the next best thing. If you want your website to run faster and remain usable, installing WP-Optimize on your WordPress site is a great place to start. WP-Optimize is a revolutionary, all in one plugin that cleans your website’s database, compresses images (which slow loading speed) and caches your site. By improving your website’s performance, WP-Optimize can also help boost SEO, reduce visitor bounce rate and reduce server resources.</span></p>\n<p><span style=\"font-weight: 400;\">For further details on how to improve your website’s speed using WP-Optimize, be sure to check out </span><a href=\"https://updraftplus.com/how-to-increase-website-speed-with-wp-optimize-plugin/\"><span style=\"font-weight: 400;\">this blog</span></a><span style=\"font-weight: 400;\">. In this blog you will discover the best way to set-up and optimize the plugin. </span></p>\n<p><span style=\"font-weight: 400;\">If you have any questions or comments regarding WP-Optimize, please leave a message in the comment section below. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-millions-working-from-home-has-slowed-the-internet-and-how-wp-optimize-is-working-hard-to-help/\">How millions working from home has slowed the internet and how WP-Optimize is working hard to help</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://updraftplus.com/how-millions-working-from-home-has-slowed-the-internet-and-how-wp-optimize-is-working-hard-to-help/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Clones have just got bigger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/DfFpcV2YQU0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Apr 2020 14:07:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:12:\"UpdraftClone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"clones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"WordPress Clone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"WordPress Clone database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=560511\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:724:\"<p>Since its launch in September 2018, UpdraftClone has been helping to revolutionise how people &#8216;copy and paste&#8217; WordPress sites. While this clone feature was launched to allow users to create a ready-hosted cloned site instantly from UpdraftPlus, there have been &#8230; <a href=\"https://updraftplus.com/clones-have-just-got-bigger/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/clones-have-just-got-bigger/\">Clones have just got bigger</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1849:\"<p><span style=\"font-weight: 400;\">Since its launch in September 2018, <a href=\"https://updraftplus.com/updraftclone/\">UpdraftClone</a> has been helping to revolutionise how people &#8216;copy and paste&#8217; WordPress sites. While this clone feature was launched to allow users to create a ready-hosted cloned site instantly from UpdraftPlus, there have been some users that have requested the ability to generate larger clones. </span></p>\n<p><span style=\"font-weight: 400;\">Following these requests, many people will be pleased to hear that launching soon, users of UpdraftClone will now be able to boot larger clones should they need to. This new feature will be of particular use to users that have a site larger than 25GB (the smallest clone size). UpdraftClone will also automatically choose the correct size of the clone should the user select an existing backup. As the larger clones take up more server space, they will cost a little extra in tokens to run and renew. </span></p>\n<p><span style=\"font-weight: 400;\">We have also extended the larger clone option to existing clones. To increase the size of your existing clones, just go to your UpdraftPlus account “My-Clones” page and click on “Manage Clone” for the clone that you wish to resize. An option will then appear allowing the user to increase the size of the existing clone, should you require more space. </span></p>\n<p><span style=\"font-weight: 400;\">If you have any questions, be sure to share them with us in the comment section below. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/clones-have-just-got-bigger/\">Clones have just got bigger</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://updraftplus.com/clones-have-just-got-bigger/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Working from home: What we can learn from WordPress bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/nZB5EjX_sjQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Apr 2020 14:29:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:9:\"Off Topic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"covid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:17:\"working from home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=556837\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:815:\"<p>With the current world-wide situation regarding the Covid-19 virus necessitating many people to either start or exclusively work from home for the first time in their careers, the traditional 9-5 working day is constantly being rewritten and re-evaluated by companies &#8230; <a href=\"https://updraftplus.com/working-from-home-what-we-can-learn-from-wordpress-bloggers/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/working-from-home-what-we-can-learn-from-wordpress-bloggers/\">Working from home: What we can learn from WordPress bloggers</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8728:\"<p><span style=\"font-weight: 400;\">With the current world-wide situation regarding the Covid-19 virus necessitating many people to either start or exclusively work from home for the first time in their careers, the traditional 9-5 working day is constantly being rewritten and re-evaluated by companies being forced to change the way their staff work. </span></p>\n<p><span style=\"font-weight: 400;\">Due to the current crisis, many companies are now being forced to update their working practices for the first time in generations or risk going out of business and potentially contributing to the spread of the virus to vulnerable parties. With the changing of these traditional working attitudes, companies all over the world are having to find new ways to adapt in order to remain active, relevant and accommodating to workers affected by the current situation</span></p>\n<p><b>Why have some companies resisted the working from home movement?</b></p>\n<p><span style=\"font-weight: 400;\">Before the Covid-19 outbreak, it was estimated that </span><a href=\"https://www.avocor.com/blog/business-blog/remote-working-statistics/\"><span style=\"font-weight: 400;\">70% of people</span></a><span style=\"font-weight: 400;\"> worldwide work remotely at least once per week. Even before the virus forced a fundamental shift in working patterns, statistics have shown that working from home has been gaining in popularity all over the world due to the increase in high speed internet and changing demands and expectations of a younger workforce to have a better work/life balance. However many old school companies have been </span><a href=\"https://www.ft.com/content/5dc60b96-669c-11ea-800d-da70cff6e4d3\"><span style=\"font-weight: 400;\">resistant to change</span></a><span style=\"font-weight: 400;\"> and have clung to the traditional 9-5 model due to lack of trust in staff, poor infrastructure and the inability or desire to evolve. In the UK the </span><a href=\"https://workplaceinsight.net/homeworking-up-more-than-a-quarter-in-last-decade-analysis-shows/\"><span style=\"font-weight: 400;\">TUC estimates</span></a><span style=\"font-weight: 400;\"> that around 4 million UK workers would like to be given the chance to work from home at least some time during the week, but have never been given the opportunity.</span></p>\n<p><span style=\"font-weight: 400;\">It is not just the improved work/life balance that attracts many workers to the idea of working from home. Nearly 10% of commuters spend 90 minutes or more travelling each way to get to work, with “extreme commuters” now hitting 2 </span><a href=\"https://www.randstad.co.uk/about-us/press-releases/randstad-news/savvy-super-commuters-spend-time-wisely/\"><span style=\"font-weight: 400;\">million in the UK</span></a><span style=\"font-weight: 400;\">. The environmental impact of having millions of people travelling such great distances for work (that we are now seeing can largely be done from home) is another major factor in the desire to commute less for many workers. </span></p>\n<p><span style=\"font-weight: 400;\">While it may be an extreme example given the overall quarantine guidelines enacted during the early stages of the outbreak, the Nitrogen dioxide levels from China </span><a href=\"https://www.nbcnews.com/science/environment/coronavirus-shutdowns-have-unintended-climate-benefits-n1161921\"><span style=\"font-weight: 400;\">dropped massively</span></a><span style=\"font-weight: 400;\"> during the lockdown period of February and March, showing what can be done to limit climate change and improve air quality just by eliminating the </span><a href=\"https://pollybarks.com/zero-waste-commute/\"><span style=\"font-weight: 400;\">commute to a job</span></a><span style=\"font-weight: 400;\">.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/04/China1.png\"><img class=\"alignnone size-full wp-image-556840\" src=\"https://updraftplus.com/wp-content/uploads/2020/04/China1.png\" alt=\"\" width=\"720\" height=\"545\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/04/China1.png 720w, https://updraftplus.com/wp-content/uploads/2020/04/China1-480x363.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 720px, 100vw\" /></a></p>\n<p><b>What can we learn from WordPress bloggers?</b></p>\n<p><span style=\"font-weight: 400;\">A big share of WordPress users are those who use the platform for blogging. For this army of WordPress users very little will change during this time, but there are valuable lessons about how to successfully remote working we can learn from our blogging colleagues. </span></p>\n<p><span style=\"font-weight: 400;\">There are many guides on the best methods and rules to follow when working from home. As we discussed in our previous </span><a href=\"https://updraftplus.com/top-5-tips-to-keep-active-and-healthy-during-lock-down/\"><span style=\"font-weight: 400;\">blog</span></a><span style=\"font-weight: 400;\">, there are several basic rules you can follow during your enforced ‘work from home’ period if you hope to achieve the same kind of work ethic as a successful WordPress blogger.</span></p>\n<ul>\n<li><b>A designated work space</b><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">While you may not be able to dedicate an entire room to your new ‘home office’, there are still things you can do to help create a more work-like environment. Sitting in front of the TV on your laptop isn’t going to result in much work getting done, so if you are working from a dining table or the desk in your bedroom, make sure that it is free from clutter, obvious distractions and you have enough room to work comfortably. </span></li>\n<li><b>Plan your work day<br />\n<span style=\"font-weight: 400;\">If you make a list in the morning of what jobs you want to get done and by when, it can help keep you motivated and give you clear goals and targets for the day ahead. Working to a pre-set plan can help create the traditional ‘deadline’ mindset that can help improve your output and performance.</span></b></li>\n<li><b>Limit your hours<br />\n<span style=\"font-weight: 400;\">While working from home can save hours everyday as you no longer need to commute, it might be tempting to put those hours towards your work instead, This can result in someone potentially facing burn-out from working too long and not taking enough breaks.</span></b></li>\n<li><strong>Remember to exercise</strong><br />\n<span style=\"font-weight: 400;\">From getting up in the morning, to sitting at your desk: The whole process could take less than 10 steps. Sitting at your computer all day in the comfort of your own home could potentially cause you to neglect the need to get up, move around and step away from the screen for a break. By spending too much time at your computer, you can risk eye strain, repetitive stress injuries and fatigue. By taking regular breaks and exercising, you can re-energise your mind, re-focus your concentration and increase your productivity. </span></li>\n<li><strong>Limit distractions</strong><br />\n<span style=\"font-weight: 400;\">With smartphones, the internet and streaming services, there is literally an unending amount of content and services to distract you when you are trying to work. As WordPress bloggers know only too well, it is necessary to limit these distractions if you ever want to get anything done. The easiest way to do this is by making sure your new home working area is free of these distractions. While it may not be possible to remove every attention g rabbing app or website, you can still limit their impact on your focus. For example, try setting your mobile phone to silent so you are not distracted every time you have a notification</span></li>\n</ul>\n<p><b>In summary</b></p>\n<p><span style=\"font-weight: 400;\">While we do not know how many weeks, months or even years the current situation will continue for, we do know that when it comes to remote working, WordPress bloggers around the world have shown that we can still have a rich and fulfilling work life environment. By following the above steps when setting up your home office and work environment, it is important to remember that it is going to take a fair bit of time, effort and focus in order to establish what does and doesn’t work for you personally. </span></p>\n<p>&nbsp;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/working-from-home-what-we-can-learn-from-wordpress-bloggers/\">Working from home: What we can learn from WordPress bloggers</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://updraftplus.com/working-from-home-what-we-can-learn-from-wordpress-bloggers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"How has your business and WordPress site been affected by the Covid-19 crisis?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/i9RYhj9bdZI/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 11:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:9:\"Off Topic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"covid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"virus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=550725\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:812:\"<p>It feels like the whole world is turned upside down.  Everybody and everything has been affected by the global pandemic. Even those who avoid exposure to the dreaded virus have their businesses exposed to a new, unknown environment of economic &#8230; <a href=\"https://updraftplus.com/business-wordpress-site-been-affected-by-the-covid-19-crisis/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/business-wordpress-site-been-affected-by-the-covid-19-crisis/\">How has your business and WordPress site been affected by the Covid-19 crisis?</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Naomi Miles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"<p><span style=\"font-weight: 400;\">It feels like the whole world is turned upside down. </span></p>\n<p><span style=\"font-weight: 400;\">Everybody and everything has been affected by the global pandemic. Even those who avoid exposure to the dreaded virus have their businesses exposed to a new, unknown environment of economic uncertainty. This is an unprecedented time and for many, it’s deeply unsettling. </span></p>\n<p><span style=\"font-weight: 400;\">At a time when so many of us are shut in, the internet provides us with some consolation: it is, for many, a vital lifeline to the outside world providing news and advice, a way of us getting hold of groceries, medication and other necessities, and of getting e-learning resources for our children.</span></p>\n<p><span style=\"font-weight: 400;\">This time of crisis makes us more aware than ever of our frailty- both as individuals and as a society. It makes us conscious of just how interconnected our world is, and there’s strength in that fact too. We can all do our bit and stand shoulder to shoulder with others.</span></p>\n<p><span style=\"font-weight: 400;\">We want you to know that at UpdraftPlus, we’re here for you. With so much else going on, the last thing you want to worry about is your WordPress site&#8217;s basic functioning, so rest assured that we&#8217;re here to provide expert support 6 days a week, around the clock.  We&#8217;re a team of 15, distributed across 9 different countries and 4 continents and as of the last few weeks, we&#8217;re all working from home. Whatever happens over the coming weeks and months, someone will be on hand to help with your backup queries. </span></p>\n<p><span style=\"font-weight: 400;\">In the midst of</span><a href=\"https://www.telegraph.co.uk/news/2020/03/09/uk-broadband-wont-cope-millions-working-home-coronavirus-outbreak/\"> <span style=\"font-weight: 400;\">reports</span></a><span style=\"font-weight: 400;\"> of the internet becoming slower from all the people working from home, we&#8217;re also working hard to process all your support requests at Updraft&#8217;s</span><a href=\"https://getwpo.com/\"> <span style=\"font-weight: 400;\">WP-Optimize Cache</span></a><span style=\"font-weight: 400;\"> to ensure your website runs as fast and efficiently as possible.</span></p>\n<p><span style=\"font-weight: 400;\">Finally, the team here at UpdraftPlus want to hear about how your WordPress business is being affected by this crisis. What’s your experience? How have you adapted? Has your business been hit or your online presence providing a crucial service? And what advice would you pass on to other businesses?</span></p>\n<p><b><i>Please share below how your WordPress business has been affected for the worse or better at this time.</i></b></p>\n<p><span style=\"font-weight: 400;\">The UpdraftPlus Team</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/business-wordpress-site-been-affected-by-the-covid-19-crisis/\">How has your business and WordPress site been affected by the Covid-19 crisis?</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://updraftplus.com/business-wordpress-site-been-affected-by-the-covid-19-crisis/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:87:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Top 5 tips to keep active and healthy during lock-down\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/PE4nuL42HaU/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2020 13:54:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:9:\"Off Topic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"covid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"exercise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"healthy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:21:\"how to work from home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"lock-down\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:5:\"top 5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:5:\"virus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:17:\"working from home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=549255\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:773:\"<p>Trying to keep active and healthy during lock-down is proving to be challenging as the spread of the novel Coronavirus has now reached every corner of the globe, including Asia, Europe, Africa and the Americas resulting in many people across &#8230; <a href=\"https://updraftplus.com/top-5-tips-to-keep-active-and-healthy-during-lock-down/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/top-5-tips-to-keep-active-and-healthy-during-lock-down/\">Top 5 tips to keep active and healthy during lock-down</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9652:\"<p><span style=\"font-weight: 400;\">Trying to keep active and healthy during lock-down is proving to be challenging as the spread of the novel Coronavirus has now reached every corner of the globe, including Asia, Europe, Africa and the Americas resulting in many people across the world being directed to begin working from home in the largest mandatory change in work direction since the second world war. </span></p>\n<p><span style=\"font-weight: 400;\">If you had asked most businesses if it was possible for them to switch to a work from home platform, the majority would have no doubt told you such a change was impossible and would result in mass firings and countless businesses going under due to lack of constant management oversight and inadequate infrastructure. Yet here we are just a month or two later and countless millions across the world have joined the existing </span><a href=\"https://www.bbc.co.uk/news/business-51868894\"><span style=\"font-weight: 400;\">1.5 million</span></a><span style=\"font-weight: 400;\"> that currently work from home in the UK. </span></p>\n<p><span style=\"font-weight: 400;\">Of the millions of new employees that are now remotely working, only a small fraction of those have the experience and knowledge of how to successfully balance your home based work demands and the need for an active and healthy lifestyle. Those of us at UpdraftPlus have also had to adapt to the full-time ‘at-home’ working experience currently recommended, with our Monday morning video conference chats becoming an important factor in maintaining important working relationships and giving everyone a chance to catch up with colleagues, while sharing their latest work and developments. </span></p>\n<p><span style=\"font-weight: 400;\">While maintaining social interaction with colleagues during the lock-down is important, the challenge to keep active and healthy (both mentally and physically) while balancing the demands of our new work/life schedule during this time is something we all need to address, especially given the restrictions imposed on going outside unless absolutely necessary. </span></p>\n<p><span style=\"font-weight: 400;\">Following on from our recent blog: <a href=\"https://updraftplus.com/wordpress-community-helping-to-provide-services-online-for-people-in-isolation/\">WordPress community: Helping to provide services online for people in isolation</a>, there are a few simple ways to make the best of a bad situation and we are happy to share with you some of the tips and tricks we have been following in order to make the best of this difficult and challenging time.</span></p>\n<ol>\n<li><b> Keep work separate</b></li>\n</ol>\n<p><span style=\"font-weight: 400;\">While this may not seem like an obvious ‘health-tip’, it is important to identify when you are actually at work, even when at home. This will play a massive part in your overall health and well-being (not to mention quality of work) while stuck in the house. It can be tempting to blur the lines between personal and work life when they occur in the same building, so it is important to try and follow something broadly familiar to your normal working patterns and routine. Stick to a regular start and finish time, wear appropriate work clothes (no pajamas!), follow the same hygiene pattern you would as if you were going to your office (shower, shave etc) and create a suitable home office environment so you are not distracted by family, pets or the TV. </span></p>\n<ol start=\"2\">\n<li><b> Have a proper home office set-up</b></li>\n</ol>\n<p><span style=\"font-weight: 400;\">The thought of working from home probably brings up images of slouching on the sofa in front of the TV with a lap-top, and while this may sound appealing, it could cause some serious problems with your health. The lack of proper lumbar support, constantly slouching and looking down at your screen can cause serious neck and back problems if you are not careful. This is why it is </span><a href=\"https://www.nhs.uk/live-well/healthy-body/how-to-sit-correctly/\"><span style=\"font-weight: 400;\">highly recommended</span></a><span style=\"font-weight: 400;\"> that you have a dedicated home office space from which to work, an office chair with lumbar support, a monitor properly adjusted to your eye level and a traditional separate mouse/keyboard (not a track-pad) to use. </span></p>\n<ol start=\"3\">\n<li><b> Try to avoid being too isolated</b></li>\n</ol>\n<p><span style=\"font-weight: 400;\">While governments all over the world are recommending </span><a href=\"https://www.gov.uk/government/publications/covid-19-guidance-on-social-distancing-and-for-vulnerable-people/guidance-on-social-distancing-for-everyone-in-the-uk-and-protecting-older-people-and-vulnerable-adults\"><span style=\"font-weight: 400;\">social distancing</span></a><span style=\"font-weight: 400;\"> as a way to slow down the spread of the virus, for people who are used to the hustle and bustle of a busy office in which they interact with people all day, this can be very challenging. To counteract the enforced isolation, try to physically talk to someone on the phone or via video conferencing at least once a day if possible. You can also undertake personal social interactions remotely by having a group Netflix viewing party with your friends. </span><a href=\"https://chrome.google.com/webstore/detail/netflix-party/oocalimimngaihdkbihfgmpkcpnmlaoa?hl=en\"><span style=\"font-weight: 400;\">Netflix Party</span></a><span style=\"font-weight: 400;\"> is a Google Chrome extension that allows a single person to share a video with friends, allowing you and all your invited friends to binge watch Tiger King together. </span></p>\n<ol start=\"4\">\n<li><b> Watch what you eat and drink</b></li>\n</ol>\n<p><span style=\"font-weight: 400;\">With the confines of a traditional office, you are somewhat limited to what you can eat or drink during a working day. The fact that the canteen is at the other end of the building or a neighbouring office has stolen your milk again probably limits what you consumed while in work. When working from home however, these issues are out the window. Unlimited cups of tea, toast, sandwiches and snacks and just a walk to the kitchen away. To limit your excess consumption, make a list of what you would normally consume during a regular working day and try to stick to the same pattern when working from home. With all the extra food available combined with an increased sedentary lifestyle, the risk of putting on weight (which could lead to health problems) is very real. If you do find yourself consuming more, try purchasing fat free or diet options the next time you go shopping.</span></p>\n<ol start=\"5\">\n<li><b> Get as much exercise as you can</b></li>\n</ol>\n<p><span style=\"font-weight: 400;\">This may sound like the most obvious advice, but with an effective lock-down essentially in place, the options and opportunities to stretch your legs and go outside have become incredibly limited. With all the gyms closed and Police being somewhat overzealous with what constitutes an acceptable reason to go out and exercise, home workers are having to look elsewhere for their daily fix of endorphins. </span></p>\n<p><span style=\"font-weight: 400;\">All is not lost however. With just a yoga mat and a YouTube link, a whole world of possibilities can open up for those stuck inside. Consider trying a high intensity work-out from professional exercise instructors such as </span><a href=\"https://www.youtube.com/channel/UCAxW1XT0iEJo0TYlRfn6rYQ\"><span style=\"font-weight: 400;\">The Body Coach</span></a><span style=\"font-weight: 400;\">, who have generously put videos online for free. </span></p>\n<p><span style=\"font-weight: 400;\">If that is not your speed, you could take a leaf out of a book from people who have no choice but to exercise with limited space and follow the tried and tested ‘</span><a href=\"https://www.bodybuilding.com/content/prison-workout-the-jailhouse-strong-routine.html\"><span style=\"font-weight: 400;\">jail-house’ exercise regime</span></a><span style=\"font-weight: 400;\"> of push-ups, sit-ups, squats and planks. Remember to start slow and slowly build you way up though as t</span><span style=\"font-weight: 400;\">he last thing you want to do right now is to go to hospital due to a pulled muscle or a head injury from over enthusiastic jumping jacks. If you are not able to undertake these kinds of exercises, at the very least remember to get up and walk around for at least 5 minutes every hour.  </span></p>\n<p><b>In summary</b></p>\n<p><span style=\"font-weight: 400;\">While the dangers presented by the COVID-19 virus have rightly confined us to our homes and out of our offices for the foreseeable future, it is important to remember that the dangers to our health come not just from this virus, but from the new (for many) and unfamiliar working environment most of us now find ourselves in. </span></p>\n<p><span style=\"font-weight: 400;\">Without proper consideration of our health and well-being (both body and mind), we could risk becoming overweight, depressed and anxious. Be sure to create and set up a work schedule and exercise plan to see you through the lock-down in order to give you a better and happier work from home experience. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/top-5-tips-to-keep-active-and-healthy-during-lock-down/\">Top 5 tips to keep active and healthy during lock-down</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://updraftplus.com/top-5-tips-to-keep-active-and-healthy-during-lock-down/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:81:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WordPress community: Helping to provide services online for people in isolation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/lwd_wxUdwqE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Mar 2020 16:29:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"anxiety\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"depression\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"isolation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"stress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:5:\"virus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:17:\"working from home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=538761\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:838:\"<p>With most Governments all over the world implementing further isolation practices in order to limit the spread of the COVID-19 virus, many of us have found that the internet has become an even more essential and important tool in our &#8230; <a href=\"https://updraftplus.com/wordpress-community-helping-to-provide-services-online-for-people-in-isolation/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wordpress-community-helping-to-provide-services-online-for-people-in-isolation/\">WordPress community: Helping to provide services online for people in isolation</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8950:\"<p><span style=\"font-weight: 400;\">With most Governments all over the world implementing further isolation practices in order to limit the spread of the COVID-19 virus, many of us have found that the internet has become an even more essential and important tool in our everyday lives. It has allowed people to stay connected to loved ones, has reduced the risk of spreading the virus by letting those most vulnerable stay home and order essential products online and gave businesses the option of continuing to operate in some capacity through work at home programmes. </span></p>\n<p><span style=\"font-weight: 400;\">With WordPress underpinning </span><a href=\"https://expandedramblings.com/index.php/wordpress-statistics/\"><span style=\"font-weight: 400;\">27.5%</span></a><span style=\"font-weight: 400;\"> of the World’s websites (with 50,000 new websites being added daily) and with many businesses now moving exclusively to an online ‘work from home’ model, the platform is at the forefront of keeping these services open and running smoothly. With continued business operations such a necessity, WordPress is having to quickly adapt to meet these new demands in order to meet the rapidly changing needs of it’s massive user base.</span></p>\n<p><span style=\"font-weight: 400;\">From a more practical perspective, WordPress </span><a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\"><span style=\"font-weight: 400;\">cancelled</span></a><span style=\"font-weight: 400;\"> WordCamp Asia back in February in response to the outbreak, while developers have built and launched a variety of plugins that are helping websites to share important information with their users. One new plugin that is helping is the </span><a href=\"https://wordpress.org/plugins/corona-virus-covid-19-banner/\"><span style=\"font-weight: 400;\">CoronaVirus (COVID-19) Banner</span></a><span style=\"font-weight: 400;\">. This simple plugin allows website owners to add a banner notice to their website informing users of any COVID-19 related updates that they need to share.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0.png\"><img class=\"alignnone wp-image-538771\" src=\"https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0.png\" alt=\"Covid Banner in WordPress\" width=\"732\" height=\"639\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0.png 956w, https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-300x262.png 300w, https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-768x670.png 768w, https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-510x445.png 510w\" sizes=\"(max-width: 732px) 100vw, 732px\" /></a></p>\n<h3>The potential difficulties of working from home</h3>\n<p><span style=\"font-weight: 400;\">While practical applications are indeed useful and can help spread awareness and up to date developments, more personal issues such as depression and loneliness will become an emerging factor for those who are experiencing working from home in isolation for the first time.</span></p>\n<p><span style=\"font-weight: 400;\">As many freelancers and self-employed small business owners already know, working by yourself from home can be both a blessing and a curse with freelancers reported to be </span><a href=\"https://www.fenews.co.uk/press-releases/40757-freelancers-almost-2x-as-likely-to-be-depressed-compared-to-office-workers-survey-finds\"><span style=\"font-weight: 400;\">twice as likely</span></a><span style=\"font-weight: 400;\"> to be depressed compared to office workers. The effects of spending long days working alone has resulted in 56% of freelancers reporting to suffer from depression as a result of their job, with a further 62% saying they feel stressed due to the lonely nature of the work. This is compared to office-based workers, where less than 30% say they suffer from depression and 55% reported feelings of stress.</span></p>\n<div id=\"attachment_538773\" style=\"width: 886px\" class=\"wp-caption alignnone\"><a href=\"https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-1.png\"><img aria-describedby=\"caption-attachment-538773\" class=\"wp-image-538773\" src=\"https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-1.png\" alt=\"Stressed\" width=\"876\" height=\"568\" srcset=\"https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-1.png 1372w, https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-1-300x194.png 300w, https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-1-1024x664.png 1024w, https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-1-768x498.png 768w, https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-1-1080x700.png 1080w, https://updraftplus.com/wp-content/uploads/2020/03/pasted-image-0-1-510x330.png 510w\" sizes=\"(max-width: 876px) 100vw, 876px\" /></a><p id=\"caption-attachment-538773\" class=\"wp-caption-text\">Stressed while working from home</p></div>\n<p>While working from home may be the dream of many who harbour thoughts of creating their own work hours and operating in a much more comfortable and familiar environment, there is also the downside of being starved of important emotional factors such as social human interaction (something we are <a href=\"https://www.psychologytoday.com/gb/blog/emotional-nourishment/201612/why-we-need-each-other\">biologically hardwired</a> to seek out), personal contact and suffering from increased feelings of isolation and lack of community. This of course is on top of the extra anxiety and stress that has been created from the extra child care issues many parents are now facing, as well as having to ensure the safety and well-being of older relatives and loved ones.</p>\n<p><span style=\"font-weight: 400;\">In an effort to stem these negative emotions, organisations such as </span><a href=\"https://wphugs.org/\"><span style=\"font-weight: 400;\">WPHugs</span></a><span style=\"font-weight: 400;\"> have been established to provide a community for like-minded people to discuss these difficult topics in real-time. The </span><a href=\"https://wphugs.org/wp-login.php?action=slack-invitation\"><span style=\"font-weight: 400;\">WPHugs Slack channel</span></a><span style=\"font-weight: 400;\"> is free to join via an invitation by registering at the WPHugs website and has the goal of providing community support to those who need help during these difficult times. While not a professional therapy channel, it’s founder Leo Gopal hopes that by crowd-sourcing tips, tricks and conversations, they can help to maintain good mental health amongst the WordPress community. </span></p>\n<h3>Keeping the world running</h3>\n<p><span style=\"font-weight: 400;\">With the majority of people being told to stay home and if possible do their shopping online, websites are seeing unprecedented levels of visitors and demand. With the </span><a href=\"https://www.dailymail.co.uk/news/article-8129629/Ocado-sales-soar-stay-home-shoppers-plump-deliveries-amid-pandemic.html\"><span style=\"font-weight: 400;\">extra millions</span></a><span style=\"font-weight: 400;\"> of customers now ordering through online shopping channels for large stores such as Tesco, Sainsbury’s and Morrions, customers are facing a 3 week wait for their deliveries to be filled. While WordPress cannot do much about this massive surge in demand for groceries and delivery drivers, it has helped keep </span><a href=\"https://www.codeinwp.com/blog/wordpress-statistics/\"><span style=\"font-weight: 400;\">numerous big sites such</span></a><span style=\"font-weight: 400;\"> as Microsoft News, Facebook Newsroom, New York Observer, TED, CNN, Time.com, The White House and the New York Post online and accessible to people looking for the latest news and information regarding the virus from local and national agencies. For people in isolation, these outlets are providing essential important information and news regarding the constantly evolving Government guides and plans for dealing with the virus outbreak. </span></p>\n<p><span style=\"font-weight: 400;\">While many people are naturally adjusting to the massive change in their lives following the spread of the COVID-19 virus, WordPress has proved to be an amazing platform for evolving to the needs of its users and building a shared community. If you would like to share with us any of your stories regarding work isolation and stress and how you have managed to cope during tough times, please do so in the comment section below. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wordpress-community-helping-to-provide-services-online-for-people-in-isolation/\">WordPress community: Helping to provide services online for people in isolation</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://updraftplus.com/wordpress-community-helping-to-provide-services-online-for-people-in-isolation/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:39:\"http://feeds.feedburner.com/UpdraftPlus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:11:\"updraftplus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"igsIoAAtGXCv/HWZp+37FGpUBmg\";s:13:\"last-modified\";s:29:\"Thu, 09 Jul 2020 02:25:26 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Thu, 09 Jul 2020 02:45:20 GMT\";s:7:\"expires\";s:29:\"Thu, 09 Jul 2020 02:45:20 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:7:\"alt-svc\";s:217:\"h3-29=\":443\"; ma=2592000,h3-27=\":443\"; ma=2592000,h3-25=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"\";}}s:5:\"build\";s:14:\"20200703100014\";}','no'),(5346,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1593958773;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:55:\"backup_2020-07-05-1419_BeetPos_65e81f4de6bd-plugins.zip\";}s:12:\"plugins-size\";i:1961984;s:6:\"themes\";a:1:{i:0;s:54:\"backup_2020-07-05-1419_BeetPos_65e81f4de6bd-themes.zip\";}s:11:\"themes-size\";i:3661824;s:7:\"uploads\";a:1:{i:0;s:55:\"backup_2020-07-05-1419_BeetPos_65e81f4de6bd-uploads.zip\";}s:12:\"uploads-size\";i:1605632;s:6:\"others\";a:1:{i:0;s:54:\"backup_2020-07-05-1419_BeetPos_65e81f4de6bd-others.zip\";}s:11:\"others-size\";i:144;s:2:\"db\";s:49:\"backup_2020-07-05-1419_BeetPos_65e81f4de6bd-db.gz\";s:7:\"db-size\";i:443630;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"c5d9222aa5d96479e10e4e28fc8193e6e8dc7449\";s:7:\"themes0\";s:40:\"b4c715f2faa35457a2493ed3b779f61024dbbe21\";s:8:\"uploads0\";s:40:\"d629b878294b7a4fa0afe60b97402a90dc5513f7\";s:7:\"others0\";s:40:\"ea41483ac16fb940a3c30dfd4fbb11001f59d8be\";s:3:\"db0\";s:40:\"626f77e0577ce0144c5d906052a11461fab52161\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"d553153687ff3cf3fdc47eb5de4f6561de7e88795e97173c056ee6c14a8ac0b7\";s:7:\"themes0\";s:64:\"6a841191dda9b99dc818dbf595a055f99a18e6907e4a14e0160b91aa2b5431db\";s:8:\"uploads0\";s:64:\"fc33be8fa847e52e18bfddd9645f2c2dc8b0ac4820e28c302572b10d8926b624\";s:7:\"others0\";s:64:\"600f3947cdc898220fd746e01c08a35de758c3713507946ae9ee6cbdee03bfc5\";s:3:\"db0\";s:64:\"3a747594abf17f8201033a6a8b6d2ce51a5b95a8d2409b26d492eca41dcb6c42\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:3:{s:21:\"zipcloseerror-plugins\";a:2:{s:5:\"level\";s:7:\"warning\";s:7:\"message\";s:55:\"A zip error occurred - check your log for more details.\";}s:20:\"zipcloseerror-themes\";a:2:{s:5:\"level\";s:7:\"warning\";s:7:\"message\";s:55:\"A zip error occurred - check your log for more details.\";}s:21:\"zipcloseerror-uploads\";a:2:{s:5:\"level\";s:7:\"warning\";s:7:\"message\";s:55:\"A zip error occurred - check your log for more details.\";}}s:12:\"backup_nonce\";s:12:\"65e81f4de6bd\";}','yes'),(5362,'_site_transient_php_check_09a2ad9330cccb8a83c2e6443b87150f','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(5363,'WPLANG','','yes'),(5364,'new_admin_email','hello@beetpos.com','yes'),(5381,'yikes-easy-mc-active-addons','a:0:{}','yes'),(5379,'mc4wp','a:6:{s:19:\"grecaptcha_site_key\";s:0:\"\";s:21:\"grecaptcha_secret_key\";s:0:\"\";s:7:\"api_key\";s:37:\"a55f4fe04f48fc2411dce56a5213d048-us10\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1593969971;}','yes'),(5670,'thegem_image_cache_09fe072f45360396f20be37448ef0e341608c88a','a:1:{i:23;a:2:{s:26:\"thegem-blog-timeline-large\";a:4:{i:0;s:46:\"/2016/04/4-30-1-thegem-blog-timeline-large.jpg\";i:1;i:720;i:2;i:405;s:4:\"time\";i:1594199382;}s:19:\"thegem-blog-default\";a:4:{i:0;s:39:\"/2016/04/4-30-1-thegem-blog-default.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1594199382;}}}','no'),(5434,'polylang','a:14:{s:7:\"browser\";i:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";i:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"2.7.4\";s:16:\"first_activation\";i:1594000426;s:12:\"default_lang\";s:2:\"en\";}','yes'),(5435,'polylang_wpml_strings','a:0:{}','yes'),(5644,'_site_transient_timeout_browser_11b485e5664b0e5cfb89efb017b357a8','1594780612','no'),(5645,'_site_transient_browser_11b485e5664b0e5cfb89efb017b357a8','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"83.0.4103.116\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(5651,'wpb_js_templates','a:1:{s:14:\"home_807910638\";a:2:{s:4:\"name\";s:4:\"home\";s:8:\"template\";s:10096:\"[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\r\n\nmenghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</div>\n</div>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\r\n\nrekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</div>\n</div>\n</div>\n</div>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>[/vc_column_text][vc_column_text]<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>[/vc_column_text][vc_column_text]<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>[/vc_column_text][vc_column_text]<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>[/vc_column_text][vc_column_text]<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]<p style=\"text-align: center;\">© BeetCRM 2020</p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]\";}}','no'),(5464,'googlelanguagetranslator_active','1','yes'),(5465,'googlelanguagetranslator_language','en','yes'),(5466,'googlelanguagetranslator_flags','1','yes'),(5467,'language_display_settings','a:1:{s:2:\"en\";i:1;}','yes'),(5468,'googlelanguagetranslator_translatebox','yes','yes'),(5469,'googlelanguagetranslator_display','Vertical','yes'),(5470,'googlelanguagetranslator_toolbar','Yes','yes'),(5471,'googlelanguagetranslator_showbranding','Yes','yes'),(5472,'googlelanguagetranslator_flags_alignment','flags_left','yes'),(5473,'googlelanguagetranslator_analytics','0','yes'),(5474,'googlelanguagetranslator_analytics_id','','yes'),(5475,'googlelanguagetranslator_css','','yes'),(5476,'googlelanguagetranslator_multilanguage','0','yes'),(5453,'lingotek_profiles','a:3:{s:9:\"automatic\";a:4:{s:7:\"profile\";s:9:\"automatic\";s:4:\"name\";s:9:\"Automatic\";s:6:\"upload\";s:9:\"automatic\";s:8:\"download\";s:9:\"automatic\";}s:6:\"manual\";a:4:{s:7:\"profile\";s:6:\"manual\";s:4:\"name\";s:6:\"Manual\";s:6:\"upload\";s:6:\"manual\";s:8:\"download\";s:6:\"manual\";}s:8:\"disabled\";a:2:{s:7:\"profile\";s:8:\"disabled\";s:4:\"name\";s:8:\"Disabled\";}}','yes'),(5456,'pll_dismissed_notices','a:1:{i:0;s:8:\"lingotek\";}','yes'),(5520,'_transient_pll_languages_list','a:2:{i:0;a:26:{s:7:\"term_id\";i:92;s:4:\"name\";s:7:\"English\";s:4:\"slug\";s:2:\"en\";s:10:\"term_group\";i:1;s:16:\"term_taxonomy_id\";i:92;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"en_US\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:10:\"tl_term_id\";i:93;s:19:\"tl_term_taxonomy_id\";i:93;s:8:\"tl_count\";i:1;s:6:\"locale\";R:9;s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"en-US\";s:8:\"facebook\";s:5:\"en_US\";s:8:\"flag_url\";s:60:\"https://beetcrm.com/wp-content/plugins/polylang/flags/us.png\";s:4:\"flag\";s:901:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHzSURBVHjaYkxOP8IAB//+Mfz7w8Dwi4HhP5CcJb/n/7evb16/APL/gRFQDiAAw3JuAgAIBEDQ/iswEERjGzBQLEru97ll0g0+3HvqMn1SpqlqGsZMsZsIe0SICA5gt5a/AGIEarCPtFh+6N/ffwxA9OvP/7//QYwff/6fZahmePeB4dNHhi+fGb59Y4zyvHHmCEAAAW3YDzQYaJJ93a+vX79aVf58//69fvEPlpIfnz59+vDhw7t37968efP3b/SXL59OnjwIEEAsDP+YgY53b2b89++/awvLn98MDi2cVxl+/vl6mituCtBghi9f/v/48e/XL86krj9XzwEEEENy8g6gu22rfn78+NGs5Ofr16+ZC58+fvyYwX8rxOxXr169fPny+fPn1//93bJlBUAAsQADZMEBxj9/GBxb2P/9+S/R8u3vzxuyaX8ZHv3j8/YGms3w8ycQARmi2eE37t4ACCDGR4/uSkrKAS35B3TT////wADOgLOBIaXIyjBlwxKAAGKRXjCB0SOEaeu+/y9fMnz4AHQxCP348R/o+l+//sMZQBNLEvif3AcIIMZbty7Ly6t9ZmXl+fXj/38GoHH/UcGfP79//BBiYHjy9+8/oUkNAAHEwt1V/vI/KBY/QSISFqM/GBg+MzB8A6PfYC5EFiDAABqgW776MP0rAAAAAElFTkSuQmCC\" title=\"English\" alt=\"English\" width=\"16\" height=\"11\" />\";s:8:\"home_url\";s:20:\"https://beetcrm.com/\";s:10:\"search_url\";s:20:\"https://beetcrm.com/\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"6269\";s:13:\"page_on_front\";b:0;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"us\";}i:1;a:26:{s:7:\"term_id\";i:89;s:4:\"name\";s:16:\"Bahasa Indonesia\";s:4:\"slug\";s:2:\"id\";s:10:\"term_group\";i:2;s:16:\"term_taxonomy_id\";i:89;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"id_ID\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:10:\"tl_term_id\";i:90;s:19:\"tl_term_taxonomy_id\";i:90;s:8:\"tl_count\";i:1;s:6:\"locale\";R:35;s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"id-ID\";s:8:\"facebook\";s:5:\"id_ID\";s:8:\"flag_url\";s:60:\"https://beetcrm.com/wp-content/plugins/polylang/flags/id.png\";s:4:\"flag\";s:683:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFASURBVHjaYrwvyMzw6S8DGPwD0//ACAj+wNj/kNgAAcTC8P6vUF87UPr/v38M//79//v3/18g+Yfh35//v//++/vn/x8g+v3/N4hxe9YigABiYWAGG/biOQNI6V+wNBj9/f0PqOj3738g1b////rFLCUNtAEggFgY/jIAjYSo/gdWygBU8ec3iP37z7/fv0DsXyARxj9AOQaAAGIBOe7b179fPv3/85cBah5Q6a9/v8HafoOM//frF1CckYf3FwMDQACxCOSmctjY//34EeSef2AEchiY8QfsB4jlf/8yCwiKnT8LEECMf/+CguY/EDCAIW7AxMT0/v17gABi+ffvHyMjI0g9Az7VEFmgLwACiAmoAb9SNG0AAQSyAWgXRA8DDADtZEABQC5IFqgYIIBAGn78+PEPAhjAEAeAaAUIMAD/YnbumkL3sQAAAABJRU5ErkJggg==\" title=\"Bahasa Indonesia\" alt=\"Bahasa Indonesia\" width=\"16\" height=\"11\" />\";s:8:\"home_url\";s:23:\"https://beetcrm.com/id/\";s:10:\"search_url\";s:23:\"https://beetcrm.com/id/\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"6268\";s:13:\"page_on_front\";b:0;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"id\";}}','yes'),(5458,'lingotek_base_url','https://myaccount.lingotek.com','yes'),(5823,'_transient_timeout_yikes_eme_lists','1594280939','no'),(5531,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.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-5.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.2\";s:7:\"version\";s:5:\"5.4.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1594244819;s:15:\"version_checked\";s:5:\"5.4.2\";s:12:\"translations\";a:0:{}}','no'),(5550,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1594244834;s:7:\"checked\";a:1:{s:6:\"thegem\";s:5:\"4.4.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(5455,'lingotek_plugin_version','1.4.7','yes'),(5677,'_transient_timeout_qlwapp-first-rating','1596792361','no'),(5678,'_transient_qlwapp-first-rating','1','no'),(5679,'qlwapp','a:7:{s:3:\"box\";a:0:{}s:6:\"button\";a:0:{}s:4:\"chat\";a:0:{}s:8:\"contacts\";a:1:{i:0;a:15:{s:2:\"id\";s:1:\"0\";s:5:\"order\";i:1;s:6:\"active\";i:1;s:4:\"chat\";b:1;s:6:\"avatar\";s:64:\"https://www.gravatar.com/avatar/00000000000000000000000000000000\";s:5:\"phone\";s:12:\"082213063399\";s:9:\"firstname\";s:8:\"Customer\";s:8:\"lastname\";s:4:\"Care\";s:5:\"label\";s:7:\"Support\";s:7:\"message\";s:38:\"Hello! I\'m John from the support team.\";s:8:\"timefrom\";s:5:\"09:00\";s:6:\"timeto\";s:5:\"18:00\";s:8:\"timezone\";s:12:\"Asia/Jakarta\";s:7:\"timeout\";s:8:\"readonly\";s:7:\"display\";a:4:{s:7:\"devices\";s:3:\"all\";s:6:\"target\";a:1:{s:7:\"include\";s:1:\"1\";}s:7:\"entries\";a:5:{s:4:\"post\";a:1:{s:7:\"include\";s:1:\"1\";}s:4:\"page\";a:1:{s:7:\"include\";s:1:\"1\";}s:14:\"thegem_pf_item\";a:1:{s:7:\"include\";s:1:\"1\";}s:12:\"thegem_title\";a:1:{s:7:\"include\";s:1:\"1\";}s:13:\"thegem_footer\";a:1:{s:7:\"include\";s:1:\"1\";}}s:10:\"taxonomies\";a:2:{s:8:\"category\";a:1:{s:7:\"include\";s:1:\"1\";}s:8:\"post_tag\";a:1:{s:7:\"include\";s:1:\"1\";}}}}}s:7:\"display\";a:0:{}s:6:\"scheme\";a:0:{}s:7:\"license\";a:0:{}}','yes'),(5680,'_transient_timeout_qlwapp_suggestions_plugins','1594286985','no'),(5681,'_transient_qlwapp_suggestions_plugins','a:6:{i:0;a:26:{s:4:\"name\";s:22:\"QuadLayers TikTok Feed\";s:4:\"slug\";s:14:\"wp-tiktok-feed\";s:7:\"version\";s:5:\"1.0.6\";s:6:\"author\";s:47:\"<a href=\"https://quadlayers.com\">QuadLayers</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/quadlayers\";s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:100;s:7:\"ratings\";a:5:{i:5;i:3;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:3;s:15:\"support_threads\";i:2;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:700;s:10:\"downloaded\";i:2435;s:12:\"last_updated\";s:21:\"2020-06-16 5:33pm GMT\";s:5:\"added\";s:10:\"2020-04-07\";s:8:\"homepage\";s:49:\"https://quadlayers.com/documentation/tiktok-feed/\";s:11:\"description\";s:3012:\"<p>WP TikTok Feed is the most  user-friendly TikTok plugin for WordPress . It was built to simplify the integration, to reduce time to have sites updated and to be on track with social media that shows best growing indicators.</p>\n<h3>Presentation</h3>\n<p><a href=\"https://quadlayers.com/tiktok-feed/\" rel=\"nofollow ugc\">Demo</a> | <a href=\"https://quadlayers.com/documentation/tiktok-feed/\" rel=\"nofollow ugc\">Documentation</a> | <a href=\"https://www.facebook.com/groups/quadlayers/\" rel=\"nofollow ugc\">Community</a></p>\n<p>Nowday&#8217;s life is totally connected to new social media apps that shown up constantly. During last months the quantity of TikTok user growed exponentially, and if you want to keep moving as your users do, you have to include the new feeds.<br />\nWe are glad to present a plugin that helps you to integrate  TikTok feed  from @ids or #tags inside your WordPress site. Giving the possibility to  customize the layout of the display , choosing from gallery or carousel for free version. Adding masonry or highlight alternatives for premium version.<br />\nWhile allowing to set the appearance of display&#8217;s boxes, images &amp; backgrounds, masks and buttons.</p>\n<h3>Highlights</h3>\n<ul>\n<li>Simplicity: Easy to sync up and configure how to display videos from TikTok.</li>\n<li>Keep on track: site update is automated. Caching Videos and related data from TikTok.</li>\n<li>API use optimized: include features to cache data, to minimize the requests and reduce loading time.</li>\n<li>Pop-up box: customizable lightbox to allow users to see your content at your own site.</li>\n<li>Customization options: alternatives to change appearance, positioning and layout of TikTok&#8217;s videos feed.</li>\n</ul>\n<h3>WP TikTok Feed Features</h3>\n<p>1: Simplifies video upload.</p>\n<p>2: Recovers Video&#8217;s data from your feed, as likes and comments.</p>\n<p>3: Helps to keep updated your site, getting new feeds from TikTok.</p>\n<p>4: Is compatible with any theme.</p>\n<p>5: Is responsive and mobile optimized.</p>\n<p>6: Allows Multiple TikTok feeds with no limitations.</p>\n<p>7: Has reliable data caching.</p>\n<p>8: Has different layout alternatives to display the feeds. Available layout options; masonry and gallerry, to allow you to showcase your content in any way you want.</p>\n<p>9: Has Pop-up media lightbox: that helps to view the videos from your feed in a beautiful pop-up lightbox which allows users to experience your content without leaving your site.</p>\n<p>10: Allows to built-in customization options that allow you to tweak your TikTok feed so that it looks just right.</p>\n<h3>TikTok setup</h3>\n<p>WP TikTok Feed plugin offers you a one-click setup. Discarding the requirement to create any app to do this link, like other plugins do.</p>\n<p>All you need is to do is to follow predictive steps inside admin panel to select the feed you want to display as a shortcode in any page selecting TikTok @id or #tags videos, by clicking on new feed, customize and saved.</p>\n\";s:17:\"short_description\";s:89:\"Display beautiful and responsive galleries on your website from your TikTok feed account.\";s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/wp-tiktok-feed.1.0.6.zip\";s:4:\"tags\";a:5:{s:6:\"tiktok\";s:6:\"Tiktok\";s:11:\"tiktok-feed\";s:11:\"tiktok feed\";s:14:\"tiktok-gallery\";s:14:\"tiktok gallery\";s:12:\"tiktok-video\";s:12:\"tiktok video\";s:13:\"tiktok-widget\";s:13:\"tiktok widget\";}s:11:\"donate_link\";s:23:\"https://quadlayers.com/\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-tiktok-feed/assets/icon-128x128.gif?rev=2335321\";s:2:\"2x\";s:67:\"https://ps.w.org/wp-tiktok-feed/assets/icon-256x256.gif?rev=2335321\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:100;}i:1;a:26:{s:4:\"name\";s:19:\"Social Feed Gallery\";s:4:\"slug\";s:13:\"insta-gallery\";s:7:\"version\";s:5:\"2.9.6\";s:6:\"author\";s:47:\"<a href=\"https://quadlayers.com\">QuadLayers</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/quadlayers\";s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:94;s:7:\"ratings\";a:5:{i:5;i:129;i:4;i:6;i:3;i:2;i:2;i:1;i:1;i:9;}s:11:\"num_ratings\";i:147;s:15:\"support_threads\";i:17;s:24:\"support_threads_resolved\";i:14;s:15:\"active_installs\";i:60000;s:10:\"downloaded\";i:855229;s:12:\"last_updated\";s:21:\"2020-06-29 5:14pm GMT\";s:5:\"added\";s:10:\"2016-12-15\";s:8:\"homepage\";s:56:\"https://quadlayers.com/portfolio/instagram-feed-gallery/\";s:11:\"description\";s:3618:\"<p>Instagram Feed Gallery is the most  user-friendly Instagram plugin for WordPress . It was built to simplify the integration, to reduce time to have sites updated and to be on track with social media that shows best growing indicators.</p>\n<h3>Presentation</h3>\n<p><a href=\"https://quadlayers.com/portfolio/instagram-feed-gallery/\" rel=\"nofollow ugc\">Premium</a> | <a href=\"https://quadlayers.com/instagram-feed/\" rel=\"nofollow ugc\">Demo</a> | <a href=\"https://quadlayers.com/documentation/instagram-feed-gallery/\" rel=\"nofollow ugc\">Documentation</a> | <a href=\"https://www.facebook.com/groups/quadlayers/\" rel=\"nofollow ugc\">Community</a></p>\n<p>We are glad to present a plugin that helps to integrate  Instagram feed  from @ids or #tags inside your WordPress site. Giving the possibility to  customize the layout of the display , choosing from gallery or carousel for free version. Adding masonry or highlight alternatives for premium version.<br />\nWhile allowing to set the appearance of display&#8217;s boxes, images &amp; backgrounds, masks and buttons.</p>\n<h3>Highlights</h3>\n<ul>\n<li>Simplicity: Easy to sync up and configure how to display images from your Instagram account.</li>\n<li>Keep on track: site update is automated. Caching Images and testimonial data from Instagram.</li>\n<li>API use optimized: include features to cache data, to minimize the requests and reduce loading time.</li>\n<li>Pop-up box: customizable lightbox to allow users to see your content at your own site.</li>\n<li>Customization options: alternatives to change appearance, positioning and layout of your Instagram feed.</li>\n</ul>\n<h3>Formerly Instagram Feed Gallery</h3>\n<p>This plugin was formerly known as &#8220;Instagram Feed Gallery&#8221;. WordPress forced us on August 8, 2019 to change the name of the plugin due to use of the &#8220;Instagram&#8221; as part of the name. We apologize for the problems that could be caused to you, due the downtime.</p>\n<h3>Instagram Token setup</h3>\n<p>Instagram Feed plugin offers you a one-click setup. Discarding the requirement to create any app to do this link, like other plugins do.</p>\n<p>All you need is to do is add your credentials, and then select an Instagram @id or #tags pictures, by clicking on the &#8220;Add New Account&#8221; button and your Instagram access token will be automatically generated and saved.</p>\n<h3>Instagram feed gallery Premium</h3>\n<p>Instagram Feed Gallery is a freemium plugin which allows you to include an unlimited number of user accounts and then create a separate feed for each one.</p>\n<p>It also includes two extra layouts and offers a lot of customization options like a â€˜Load Moreâ€™ button, a box mode for the feed with colors and borders, the option to display the user profile avatar image, username and custom description and many more.</p>\n<h4>Pro Features:</h4>\n<blockquote>\n<ul>\n<li>Multiple Instagram User Accounts</li>\n<li>Masonry Instagram Gallery layout</li>\n<li>Highlight Instagram Gallery layout</li>\n<li>Boxed mode for your Instagram Gallery</li>\n<li>Display user profile in your Instagram Gallery</li>\n<li>Display Instagram Pictures in a card</li>\n<li>Display user info inside Instagram Pictures popup</li>\n<li>Display image caption inside Instagram Pictures popup</li>\n<li>Display image likes inside Instagram Pictures popup</li>\n<li>Change Instagram Pictures popup description position</li>\n<li>Load more button</li>\n</ul>\n</blockquote>\n<p>Further information of configuration possibilities at <a href=\"https://quadlayers.com/documentation/instagram-feed-gallery/\" rel=\"nofollow ugc\">Documentation</a></p>\n\";s:17:\"short_description\";s:117:\"Formerly &quot;Instagram Feed Gallery&quot;. The easiest way to display your Instagram feed pictures in your website.\";s:13:\"download_link\";s:62:\"https://downloads.wordpress.org/plugin/insta-gallery.2.9.6.zip\";s:4:\"tags\";a:5:{s:9:\"instagram\";s:9:\"Instagram\";s:14:\"instagram-feed\";s:14:\"instagram feed\";s:17:\"instagram-gallery\";s:17:\"instagram gallery\";s:16:\"instagram-photos\";s:16:\"instagram photos\";s:16:\"instagram-widget\";s:16:\"Instagram widget\";}s:11:\"donate_link\";s:51:\"https://quadlayers.com/portfolio/instagram-gallery/\";s:5:\"icons\";a:2:{s:2:\"1x\";s:66:\"https://ps.w.org/insta-gallery/assets/icon-128x128.gif?rev=2335276\";s:2:\"2x\";s:66:\"https://ps.w.org/insta-gallery/assets/icon-256x256.gif?rev=2335276\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:94;}i:2;a:26:{s:4:\"name\";s:13:\"WP Menu Icons\";s:4:\"slug\";s:13:\"wp-menu-icons\";s:7:\"version\";s:5:\"2.0.4\";s:6:\"author\";s:47:\"<a href=\"https://quadlayers.com\">QuadLayers</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/quadlayers\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:100;s:7:\"ratings\";a:5:{i:5;i:40;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:40;s:15:\"support_threads\";i:5;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:9000;s:10:\"downloaded\";i:35481;s:12:\"last_updated\";s:21:\"2020-06-19 5:27pm GMT\";s:5:\"added\";s:10:\"2018-05-10\";s:8:\"homepage\";s:47:\"https://quadlayers.com/portfolio/wp-menu-icons/\";s:11:\"description\";s:855:\"<p><a href=\"https://quadlayers.com/portfolio/wp-menu-icons/\" rel=\"nofollow ugc\">Documentation</a> | <a href=\"https://wordpress.org/plugins/quadmenu\">QuadMenu</a> | <a href=\"https://www.facebook.com/groups/quadlayers/\" rel=\"nofollow ugc\">Community</a></p>\n<p>The menu of the site can be so simplest as a list of links without indentation or the complex place in a site.</p>\n<p>But most developers fight to provide more complex and more features in their mega menu plugins and forgot about the users that only need a very simple function that doesn&#8217;t come in the default WordPress menu.</p>\n<p>That&#8217;s the reason why we&#8217;ve created WP Menu Icons, a plugin that doesn&#8217;t presume to be the best WordPress Mega Menu plugin, but does what it has to do: gives you the ability to include icons into your WordPress menu.</p>\n<h3>Icons</h3>\n\";s:17:\"short_description\";s:67:\"WP Menu Icons allows you to add icons to your items WordPress menu.\";s:13:\"download_link\";s:62:\"https://downloads.wordpress.org/plugin/wp-menu-icons.2.0.4.zip\";s:4:\"tags\";a:5:{s:10:\"menu-icons\";s:10:\"menu icons\";s:14:\"wordpress-menu\";s:14:\"wordpress menu\";s:20:\"wordpress-menu-icons\";s:20:\"wordpress menu icons\";s:7:\"wp-menu\";s:7:\"wp menu\";s:13:\"wp-menu-icons\";s:13:\"wp menu icons\";}s:11:\"donate_link\";s:47:\"https://quadlayers.com/portfolio/wp-menu-icons/\";s:5:\"icons\";a:2:{s:2:\"1x\";s:66:\"https://ps.w.org/wp-menu-icons/assets/icon-128x128.jpg?rev=2335287\";s:2:\"2x\";s:66:\"https://ps.w.org/wp-menu-icons/assets/icon-256x256.jpg?rev=2335287\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:100;}i:3;a:26:{s:4:\"name\";s:36:\"WordPress Mega Menu &#8211; QuadMenu\";s:4:\"slug\";s:8:\"quadmenu\";s:7:\"version\";s:5:\"2.0.3\";s:6:\"author\";s:48:\"<a href=\"https://www.quadmenu.com\">Mega Menu</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/quadlayers\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:92;s:7:\"ratings\";a:5:{i:5;i:132;i:4;i:4;i:3;i:3;i:2;i:3;i:1;i:9;}s:11:\"num_ratings\";i:151;s:15:\"support_threads\";i:11;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:20000;s:10:\"downloaded\";i:290615;s:12:\"last_updated\";s:21:\"2020-05-26 6:31pm GMT\";s:5:\"added\";s:10:\"2018-02-02\";s:8:\"homepage\";s:24:\"https://www.quadmenu.com\";s:11:\"description\";s:5170:\"<p>The best responsive mega menu designed for theme developers with customizable menu layouts and megamenu drag &amp; drop fields.</p>\n<h3>Presentation</h3>\n<p><a href=\"https://quadmenu.com/\" rel=\"nofollow ugc\">Premium</a> | <a href=\"https://quadmenu.com/demo/\" rel=\"nofollow ugc\">Demo</a> | <a href=\"https://quadmenu.com/documentation/\" rel=\"nofollow ugc\">Documentation</a> | <a href=\"https://quadmenu.com/documentation/developers/\" rel=\"nofollow ugc\">Developers</a> | <a href=\"https://www.facebook.com/groups/quadlayers/\" rel=\"nofollow ugc\">Community</a></p>\n<p>QuadMenu is a WordPress Mega Menu that will allows you easily integrate the menu in your theme&#8217;s project. This plugin allows you to create mega menus, tabs menus and carrousel menus in a simple and native way converting your existing menu into a powerful tool.</p>\n<h3>Highlights</h3>\n<ul>\n<li>Simple &amp; Automatic integration from simple menu to megamenu.</li>\n<li>Intuitive menu, easy to set megamenu options.</li>\n<li>Fully responsive menu.</li>\n<li>Customizable mega menu, gives the possibility to add or remove fields, and modify option with simple drag &amp; drop.</li>\n</ul>\n<h3>Mobile</h3>\n<p>This WordPress Mega Menu is a responsive menu, which means that the layout will fit all screen sizes. Nevertheless, the difference with other alternatives is that the touch screen events have been incorporated natively, substantially improving the user experience in touch screens.</p>\n<h3>Layouts</h3>\n<p><a href=\"https://quadmenu.com/layouts/collapse/\" rel=\"nofollow ugc\">Collpase</a> | <a href=\"https://quadmenu.com/layouts/offcanvas/\" rel=\"nofollow ugc\">Offcanvas</a> | <a href=\"https://quadmenu.com/layouts/vertical/\" rel=\"nofollow ugc\">Vertical</a> | <a href=\"https://quadmenu.com/documentation/\" rel=\"nofollow ugc\">Sidebar</a></p>\n<p>We also must mention the variety of available layouts that highlights this wordpress mega menu over other alternatives. This is the first mega menu that’s all in one solution, as you’ll be able to create an horizontal or vertical menu in desktop devices and collapsible or offcanvas menu in mobile.</p>\n<h3>Drag &amp; drop</h3>\n<p>The drag and drop admin panel is another key feature that stand out this megamenu. From the native menu administration panel you can manage all the content of your megamenu trough a drag and drop interface that allows you to add new elements, create columns and add widgets or any other type of element available in the native WordPress menu metaboxes.</p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'360\' src=\'https://www.youtube.com/embed/RbwikMJsFUE?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span></p>\n<h3>Customize</h3>\n<p>Finally, we must stand out the integration with the customizer dashboard. This is a feature that’s only available in the premium megamenu version and is an important feature if you will include this plugin in your themes project, as this allows you and your end users to tweak all menu color scheme or layout settings and see the effect of that changes in real time.</p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'360\' src=\'https://www.youtube.com/embed/LwywYyS3D2M?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span></p>\n<h3>Developers</h3>\n<p><a href=\"https://quadmenu.com/#developers\" rel=\"nofollow ugc\">Developers</a> | <a href=\"https://quadmenu.com/documentation/developers/\" rel=\"nofollow ugc\">Documentation</a></p>\n<p>QuadMenu has been designed by developers for developers. For them, we have included a vast number of filters that let you change the style and behavior of your WordPress Menu, simplifying the integration with your products.</p>\n<h3>Features:</h3>\n<blockquote>\n<ul>\n<li>Automatic and manual menu integration</li>\n<li>Build extending the standard WordPress Menu system</li>\n<li>Supports multiple menu locations</li>\n<li>Drag and Drop admin builder</li>\n<li>Display WordPress Widgets in your menu</li>\n<li>Support for child themes</li>\n<li>Unlimited Menu Themes</li>\n<li>Vertical Mega Menu</li>\n<li>Horizontal Mega Menu</li>\n<li>Offcanvas Mega Menu</li>\n<li>Sticky Menu</li>\n<li>Click or use the hoverIntent plugin to open links</li>\n<li>Align links options</li>\n<li>Float dropdown menus options</li>\n<li>Customizable breakpoint for menu collapse</li>\n<li>Show or hide items depending on the screen size</li>\n<li>Support for Font Awesome icons</li>\n<li>Google Fonts</li>\n<li>Dropdown animations</li>\n<li>Support for Visual Composer</li>\n<li>Mega Menu</li>\n<li>Icons Menu</li>\n<li>Search Menu</li>\n<li>Cart Menu</li>\n</ul>\n</blockquote>\n<h4>Pro Features:</h4>\n<blockquote>\n<ul>\n<li>Tabs Menu</li>\n<li>Login Menu</li>\n<li>Register Menu</li>\n<li>Social Menu</li>\n<li>Carousel Menu</li>\n</ul>\n</blockquote>\n\";s:17:\"short_description\";s:127:\"The best responsive mega menu designed for theme developers with customizable menu layouts and megamenu drag &amp; drop fields.\";s:13:\"download_link\";s:57:\"https://downloads.wordpress.org/plugin/quadmenu.2.0.3.zip\";s:4:\"tags\";a:5:{s:9:\"mega-menu\";s:9:\"mega menu\";s:8:\"megamenu\";s:8:\"megamenu\";s:4:\"menu\";s:4:\"menu\";s:8:\"quadmenu\";s:8:\"quadmenu\";s:15:\"responsive-menu\";s:15:\"responsive menu\";}s:11:\"donate_link\";s:21:\"https://quadmenu.com/\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/quadmenu/assets/icon-128x128.gif?rev=2335277\";s:2:\"2x\";s:61:\"https://ps.w.org/quadmenu/assets/icon-256x256.gif?rev=2335277\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:92;}i:4;a:26:{s:4:\"name\";s:32:\"Checkout Manager for WooCommerce\";s:4:\"slug\";s:28:\"woocommerce-checkout-manager\";s:7:\"version\";s:5:\"5.1.2\";s:6:\"author\";s:51:\"<a href=\"https://www.quadlayers.com\">QuadLayers</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/quadlayers\";s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:86;s:7:\"ratings\";a:5:{i:5;i:286;i:4;i:12;i:3;i:6;i:2;i:13;i:1;i:50;}s:11:\"num_ratings\";i:367;s:15:\"support_threads\";i:30;s:24:\"support_threads_resolved\";i:6;s:15:\"active_installs\";i:70000;s:10:\"downloaded\";i:1403203;s:12:\"last_updated\";s:22:\"2020-06-14 11:53pm GMT\";s:5:\"added\";s:10:\"2013-05-22\";s:8:\"homepage\";s:0:\"\";s:11:\"description\";s:3059:\"<p>WooCommerce Checkout Manager customization and field&#8217;s management alternatives:<br />\n* Re-order fields.<br />\n* Rename and higlight.<br />\n* Hide or extend Checkout fields within the Billing, Shipping and Additional sections.</p>\n<h3>Presentation</h3>\n<p><a href=\"https://quadlayers.com/portfolio/woocommerce-checkout-manager/\" rel=\"nofollow ugc\">Premium</a> | <a href=\"https://quadlayers.com/woocommerce-checkout-manager/checkout/?add-to-cart=32\" rel=\"nofollow ugc\">Demo</a> | <a href=\"https://quadlayers.com/documentation/woocommerce-checkout-manager/\" rel=\"nofollow ugc\">Documentation</a> | <a href=\"https://www.facebook.com/groups/quadlayers/\" rel=\"nofollow ugc\">Community</a></p>\n<p>WooCommerce checkout manager is a plugin built to be the wizard of checkout pages. Helps to modify in an intuitive way, allows fields customization, to extend bill�s information and to create any field required at WooCommerce checkout.</p>\n<h3>WooCommerce Checkout process</h3>\n<p>WooCommerce Checkout Manager allows you to customize the checkout process, including or reducing order&#8217;s fields collected. Our plugin is able to consider your billing data inside checkout page, and recovers all data required by your company process.</p>\n<h4>Force to include shipping address</h4>\n<p>This option allows you to remove the toggle checkbox to display the shipping fields. Shipping fields will be always displayed, and the user is forced to complete them.</p>\n<h4>Force to create an account</h4>\n<p>This option allows you to remove/include, the account creation during the purchase process. If selected, the account will be always created with the email defined by the user in the billing fields.</p>\n<h4>Remove order notes</h4>\n<p>This option allows you to remove the order notes in the checkout form.</p>\n<h4>Add message before checkout</h4>\n<p>This option allows you to include a custom message before or after the checkout form. This works as engagement action message to grateful your customers.</p>\n<h3>WooCommerce Checkout Fields</h3>\n<p>WooCommerce Checkout Manager allows you to include custom fields to the checkout page, related to billing, Shipping or Additional fields sections.</p>\n<p>Our plugin allows to reorder, remove or change the field type of the WooCommerce core fields. You can choose between this field types: Text, Textarea, Password, Radio, Checkbox, Select, Country, State, Multiselect, Multicheckbox, Heading, Colorpicker, File uploader.</p>\n<h3>WooCommerce Checkout Conditional Fields</h3>\n<p>WooCommerce Checkout Manager supports conditional checkout fields allowing you to show/hide the fields based on any value of its parent fields.</p>\n<p>Our system detects the parent field type and allows you to select the value based on the available options.</p>\n<h3>WooCommerce Checkout Upload Files</h3>\n<p>You can include an unlimited number of files from different types into fields. Then offer the user an option to display the uploaded files in order. The user will be allowed to upload or delete fields through the order page.</p>\n\";s:17:\"short_description\";s:100:\"WooCommerce Checkout manager is the most advanced way to customize checkout, manage checkout editor.\";s:13:\"download_link\";s:77:\"https://downloads.wordpress.org/plugin/woocommerce-checkout-manager.5.1.2.zip\";s:4:\"tags\";a:5:{s:15:\"checkout-editor\";s:15:\"checkout editor\";s:14:\"checkout-field\";s:14:\"checkout field\";s:13:\"field-manager\";s:13:\"field manager\";s:11:\"woocommerce\";s:11:\"woocommerce\";s:20:\"woocommerce-checkout\";s:20:\"WooCommerce checkout\";}s:11:\"donate_link\";s:23:\"https://quadlayers.com/\";s:5:\"icons\";a:2:{s:2:\"1x\";s:81:\"https://ps.w.org/woocommerce-checkout-manager/assets/icon-128x128.gif?rev=2335278\";s:2:\"2x\";s:81:\"https://ps.w.org/woocommerce-checkout-manager/assets/icon-256x256.gif?rev=2335278\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:86;}i:5;a:26:{s:4:\"name\";s:31:\"Direct Checkout for WooCommerce\";s:4:\"slug\";s:27:\"woocommerce-direct-checkout\";s:7:\"version\";s:5:\"2.3.9\";s:6:\"author\";s:47:\"<a href=\"https://quadlayers.com\">QuadLayers</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/quadlayers\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:94;s:7:\"ratings\";a:5:{i:5;i:113;i:4;i:1;i:3;i:5;i:2;i:2;i:1;i:5;}s:11:\"num_ratings\";i:126;s:15:\"support_threads\";i:9;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:40000;s:10:\"downloaded\";i:408293;s:12:\"last_updated\";s:21:\"2020-06-19 6:01pm GMT\";s:5:\"added\";s:10:\"2013-07-13\";s:8:\"homepage\";s:65:\"https://quadlayers.com/documentation/woocommerce-direct-checkout/\";s:11:\"description\";s:3274:\"<p>WooCommerce Direct Checkout  is a plugin to allow the steps reduction inside Woocommerce checkout process. You are able to simplify the checkout process by skipping the shopping cart page. The “Add to cart” button is added in each product to redirect customers to the checkout page. This can encourage buyers to shop more and quickly. You will increase your sales reducing cart abandonment.</p>\n<h4>Highlights</h4>\n<ul>\n<li>Simplify check out process.</li>\n<li>Reduce cart abandonment</li>\n<li>Skip add to cart.</li>\n<li>Avoid reload checkout page.</li>\n<li>Remove checkout fields.</li>\n<li>Quick purchase functionality.</li>\n<li>Simplify Woocommerce.</li>\n</ul>\n<h3>Presentation</h3>\n<p><a href=\"https://quadlayers.com/portfolio/woocommerce-direct-checkout/\" rel=\"nofollow ugc\">Premium</a> | <a href=\"https://quadlayers.com/woocommerce-direct/\" rel=\"nofollow ugc\">Demo</a> | <a href=\"https://quadlayers.com/documentation/woocommerce-direct-checkout/\" rel=\"nofollow ugc\">Documentation</a> | <a href=\"https://www.facebook.com/groups/quadlayers/\" rel=\"nofollow ugc\">Community</a></p>\n<p>WooCommerce direct checkout is a helpful tool to simplify the checkout process. Direct checkout converts into one-click process, customer dicesion to sale.</p>\n<h3>Formerly WooCommerce Direct Checkout</h3>\n<p>This plugin was formerly known as &#8220;WooCommerce Direct Checkout&#8221;. WordPress forced us on August 8, 2019 to change the name of the plugin due to use of the &#8220;WooCommerce&#8221; word at the beginning of the name. We apologize for the problems that the downtime may have caused to you.</p>\n<h3>Ajax add to cart</h3>\n<p>The Ajax add to cart option allows you to include single products, variable, grouped and virtual products in the cart without required to reload the entire site each time.</p>\n<h3>Speed checkout process</h3>\n<p>WooCommerce Direct Checkout aims to simplify the checkout process, leading to an immediate increase in sales. This plugin for WooCommerce allows you to redirect users to the checkout instead of cart page, change the text and link of the added to cart alert and include the ajax add to cart button in the products pages.</p>\n<h3>Remove checkout fields</h3>\n<p>The checkout options allow you to easily remove the unnecessary fields to reduce the user spend completing those fields. Also WooCommerce Direct Checkot allows you to remove other unnecessary things in the checkout process like the order comments, shipping address, coupon form, policy text, and terms and conditions.</p>\n<h3>One page checkout</h3>\n<p>In the premium version of WooCommerce Direct Checkot, we&#8217;ve included an incredible feature that includes a cart form in the checkout. This allows your users to edit the cart items directly in the checkout page, avoiding the need to force them to edit the order in the cart page.</p>\n<h3>Quick purchase button</h3>\n<p>The premium version of WooCommerce Direct Checkot allows to include a quick purchase button in the single products page that redirects your users directly to the checkout page, avoiding the need to force them to add the products in the cart.</p>\n<h3>Improvements</h3>\n<ol>\n<li>Use less bandwidth</li>\n<li>Reduce server load</li>\n<li>Speed user experience</li>\n<li>Increase your sales!</li>\n</ol>\n\";s:17:\"short_description\";s:140:\"Formerly &quot;WooCommerce Direct Checkout&quot;. This plugin simplifies the entire WooCommerce checkout process to improve your sales rate.\";s:13:\"download_link\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-direct-checkout.2.3.9.zip\";s:4:\"tags\";a:5:{s:11:\"add-to-cart\";s:11:\"add to cart\";s:11:\"woocommerce\";s:11:\"woocommerce\";s:16:\"woocommerce-ajax\";s:16:\"woocommerce ajax\";s:21:\"woocommerce-ajax-cart\";s:21:\"woocommerce ajax cart\";s:27:\"woocommerce-direct-checkout\";s:27:\"woocommerce direct checkout\";}s:11:\"donate_link\";s:61:\"https://quadlayers.com/portfolio/woocommerce-direct-checkout/\";s:5:\"icons\";a:2:{s:2:\"1x\";s:80:\"https://ps.w.org/woocommerce-direct-checkout/assets/icon-128x128.gif?rev=2335279\";s:2:\"2x\";s:80:\"https://ps.w.org/woocommerce-direct-checkout/assets/icon-256x256.gif?rev=2335279\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:94;}}','no'),(5827,'_site_transient_timeout_browser_afa65b378294ac01390759db3e559e3e','1594882157','no'),(5828,'_site_transient_browser_afa65b378294ac01390759db3e559e3e','a:10:{s:4:\"name\";s:7:\"unknown\";s:7:\"version\";s:0:\"\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(5758,'thegem_image_cache_3e3bda4f54cfeb98f9f85c6c0da228211aa716f5','a:2:{i:39;a:1:{s:25:\"thegem-blog-default-large\";a:4:{i:0;s:51:\"/2016/04/2-layers-3-1-thegem-blog-default-large.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1594266766;}}i:23;a:1:{s:25:\"thegem-blog-default-large\";a:4:{i:0;s:45:\"/2016/04/4-30-1-thegem-blog-default-large.jpg\";i:1;i:1170;i:2;i:540;s:4:\"time\";i:1594266766;}}}','no');
/*!40000 ALTER TABLE `wpk3_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_postmeta`
--

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

--
-- Dumping data for table `wpk3_postmeta`
--

LOCK TABLES `wpk3_postmeta` WRITE;
/*!40000 ALTER TABLE `wpk3_postmeta` DISABLE KEYS */;
INSERT INTO `wpk3_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(4,5,'_mail','a:8:{s:7:\"subject\";s:24:\"BeetPos \"[your-subject]\"\";s:6:\"sender\";s:27:\"BeetPos <hello@beetpos.com>\";s:4:\"body\";s:165:\"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 BeetPos (https://beetcrm.com)\";s:9:\"recipient\";s:17:\"hello@beetpos.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;}'),(5,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"BeetPos \"[your-subject]\"\";s:6:\"sender\";s:27:\"BeetPos <hello@beetpos.com>\";s:4:\"body\";s:107:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on BeetPos (https://beetcrm.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: hello@beetpos.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(6,5,'_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.\";}'),(7,5,'_additional_settings',NULL),(8,5,'_locale','en_US'),(9,20,'_wp_attached_file','2016/04/2-layers-4-1.jpg'),(10,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/04/2-layers-4-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"2-layers-4-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"2-layers-4-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"2-layers-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"2-layers-4-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"2-layers-4-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"2-layers-4-1-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:24:\"2-layers-4-1-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:24:\"2-layers-4-1-766x731.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:731;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:{}}}'),(11,21,'_wp_attached_file','2016/04/iphone_6_3-1.png'),(12,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:1057;s:4:\"file\";s:24:\"2016/04/iphone_6_3-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"iphone_6_3-1-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"iphone_6_3-1-1024x941.png\";s:5:\"width\";i:1024;s:6:\"height\";i:941;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"iphone_6_3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"iphone_6_3-1-768x706.png\";s:5:\"width\";i:768;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"iphone_6_3-1-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:24:\"iphone_6_3-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:24:\"iphone_6_3-1-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1254,1693,'_customize_sidebars','yes'),(1232,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(15,23,'_wp_attached_file','2016/04/4-30-1.jpg'),(16,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2016/04/4-30-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"4-30-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"4-30-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"4-30-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"4-30-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"4-30-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"4-30-1-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:18:\"4-30-1-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:18:\"4-30-1-766x731.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:731;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:{}}}'),(1235,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1236,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1237,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1238,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1239,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1244,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1240,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1241,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1242,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1243,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1246,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1245,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(21,26,'_wp_attached_file','2016/04/4-7-1.png'),(22,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:428;s:4:\"file\";s:17:\"2016/04/4-7-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"4-7-1-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"4-7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"4-7-1-241x372.png\";s:5:\"width\";i:241;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:17:\"4-7-1-241x256.png\";s:5:\"width\";i:241;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23,27,'_wp_attached_file','2016/04/5-4-1.png'),(24,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:428;s:4:\"file\";s:17:\"2016/04/5-4-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"5-4-1-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"5-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"5-4-1-241x372.png\";s:5:\"width\";i:241;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:17:\"5-4-1-241x256.png\";s:5:\"width\";i:241;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25,28,'_wp_attached_file','2016/04/2-9-1.png'),(26,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:428;s:4:\"file\";s:17:\"2016/04/2-9-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"2-9-1-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"2-9-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"2-9-1-241x372.png\";s:5:\"width\";i:241;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:17:\"2-9-1-241x256.png\";s:5:\"width\";i:241;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27,29,'_wp_attached_file','2016/04/6-4-1.png'),(28,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:348;s:6:\"height\";i:634;s:4:\"file\";s:17:\"2016/04/6-4-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"6-4-1-165x300.png\";s:5:\"width\";i:165;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"6-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"6-4-1-348x372.png\";s:5:\"width\";i:348;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:17:\"6-4-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29,30,'_wp_attached_file','2016/04/phone-2.png'),(30,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:602;s:4:\"file\";s:19:\"2016/04/phone-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"phone-2-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"phone-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"phone-2-429x372.png\";s:5:\"width\";i:429;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:19:\"phone-2-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1231,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1229,1686,'thegem_show_featured_posts_slider','0'),(1230,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(37,34,'_wp_attached_file','2016/04/iphone-6-silver-1.png'),(38,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1272;s:6:\"height\";i:327;s:4:\"file\";s:29:\"2016/04/iphone-6-silver-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"iphone-6-silver-1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"iphone-6-silver-1-1024x263.png\";s:5:\"width\";i:1024;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"iphone-6-silver-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"iphone-6-silver-1-768x197.png\";s:5:\"width\";i:768;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"iphone-6-silver-1-672x327.png\";s:5:\"width\";i:672;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:29:\"iphone-6-silver-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:29:\"iphone-6-silver-1-766x327.png\";s:5:\"width\";i:766;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39,36,'_wp_attached_file','2016/04/bg-app-sparta-1.png'),(40,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:27:\"2016/04/bg-app-sparta-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"bg-app-sparta-1-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bg-app-sparta-1-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-app-sparta-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bg-app-sparta-1-768x392.png\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"bg-app-sparta-1-1536x784.png\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-app-sparta-1-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:27:\"bg-app-sparta-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:27:\"bg-app-sparta-1-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,37,'_wp_attached_file','2016/04/2-layers-8-1.png'),(42,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:24:\"2016/04/2-layers-8-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"2-layers-8-1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"2-layers-8-1-1024x373.png\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"2-layers-8-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"2-layers-8-1-768x280.png\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"2-layers-8-1-1536x560.png\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"2-layers-8-1-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:24:\"2-layers-8-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:24:\"2-layers-8-1-766x700.png\";s:5:\"width\";i:766;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(43,39,'_wp_attached_file','2016/04/2-layers-3-1.jpg'),(44,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1178;s:4:\"file\";s:24:\"2016/04/2-layers-3-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"2-layers-3-1-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"2-layers-3-1-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"2-layers-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"2-layers-3-1-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"2-layers-3-1-1536x942.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:942;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"2-layers-3-1-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:24:\"2-layers-3-1-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:24:\"2-layers-3-1-766x731.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:731;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:{}}}'),(45,43,'_wp_attached_file','2016/04/back-5-1.png'),(46,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2016/04/back-5-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"back-5-1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"back-5-1-1024x373.png\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"back-5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"back-5-1-768x280.png\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"back-5-1-1536x560.png\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"back-5-1-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:20:\"back-5-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:20:\"back-5-1-766x700.png\";s:5:\"width\";i:766;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1067,6269,'_pll_strings_translations','a:0:{}'),(1068,6272,'_wp_attached_file','2020/07/BEET-CRM-FAQ-FIX-07.png'),(1069,6272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2780;s:6:\"height\";i:1564;s:4:\"file\";s:31:\"2020/07/BEET-CRM-FAQ-FIX-07.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-07-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"BEET-CRM-FAQ-FIX-07-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-07-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"BEET-CRM-FAQ-FIX-07-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"BEET-CRM-FAQ-FIX-07-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-07-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-07-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-07-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1065,6267,'_wp_trash_meta_time','1593973114'),(1061,6264,'_wp_trash_meta_status','publish'),(1062,6264,'_wp_trash_meta_time','1593972658'),(1063,6267,'_edit_lock','1593973060:1'),(1064,6267,'_wp_trash_meta_status','publish'),(51,71,'_wp_attached_file','2016/04/footer-logo-1.png'),(52,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:67;s:4:\"file\";s:25:\"2016/04/footer-logo-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"footer-logo-1-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1140,6351,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1594007366805{padding-top: 10px !important;}'),(1141,6352,'_wpb_shortcodes_custom_css','.vc_custom_1593426623658{background-color: #fff9f7 !important;}.vc_custom_1593682377942{background-color: #f7f7ff !important;}.vc_custom_1593682921428{background-color: #fff9f7 !important;}.vc_custom_1593682982682{background-color: #f7f7ff !important;}.vc_custom_1593426667663{background-color: #fff9f7 !important;}.vc_custom_1593687164360{background-color: #f7f7ff !important;}.vc_custom_1594032053416{background-color: #fff9f7 !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1125,6336,'_wpb_shortcodes_custom_css','.vc_custom_1594179547478{background-color: #f0f3f2 !important;}'),(1126,6247,'_wpb_shortcodes_custom_css','.vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1127,6337,'_wpb_shortcodes_custom_css','.vc_custom_1594179631535{background-color: #f0f3f2 !important;}'),(1128,6338,'_wpb_shortcodes_custom_css','.vc_custom_1594179631535{background-color: #f0f3f2 !important;}'),(1131,6342,'_wpb_shortcodes_custom_css','.vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1132,6345,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1106,6317,'_wp_attached_file','2020/07/beet-crm-icon-new-12.png'),(1107,6317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2781;s:6:\"height\";i:1563;s:4:\"file\";s:32:\"2020/07/beet-crm-icon-new-12.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-12-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"beet-crm-icon-new-12-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-12-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"beet-crm-icon-new-12-1536x863.png\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"beet-crm-icon-new-12-2048x1151.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-12-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-12-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-12-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1108,6318,'_wp_attached_file','2020/07/beet-crm-icon-new-11.png'),(1109,6318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2781;s:6:\"height\";i:1564;s:4:\"file\";s:32:\"2020/07/beet-crm-icon-new-11.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-11-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"beet-crm-icon-new-11-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-11-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"beet-crm-icon-new-11-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"beet-crm-icon-new-11-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-11-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-11-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-11-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1110,6320,'_wp_attached_file','2020/07/Chat-Integration.png'),(1111,6320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1149;s:6:\"height\";i:771;s:4:\"file\";s:28:\"2020/07/Chat-Integration.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Chat-Integration-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Chat-Integration-1024x687.png\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Chat-Integration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Chat-Integration-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Chat-Integration-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"Chat-Integration-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"Chat-Integration-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1112,6325,'_wp_attached_file','2020/07/Fitur-Deals.png'),(1113,6325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:798;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2020/07/Fitur-Deals.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Fitur-Deals-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Fitur-Deals-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Fitur-Deals-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Fitur-Deals-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:23:\"Fitur-Deals-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:23:\"Fitur-Deals-766x564.png\";s:5:\"width\";i:766;s:6:\"height\";i:564;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1114,21,'_edit_lock','1594114369:1'),(1115,6328,'_wp_attached_file','2020/07/Mock-BEETCRM.png'),(1116,6328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:1057;s:4:\"file\";s:24:\"2020/07/Mock-BEETCRM.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Mock-BEETCRM-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Mock-BEETCRM-1024x941.png\";s:5:\"width\";i:1024;s:6:\"height\";i:941;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Mock-BEETCRM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Mock-BEETCRM-768x706.png\";s:5:\"width\";i:768;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Mock-BEETCRM-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:24:\"Mock-BEETCRM-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:24:\"Mock-BEETCRM-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1117,6266,'_edit_lock','1594116960:1'),(1118,6266,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:20:\"cropped-CRM-LOGO.png\";}}'),(1119,6330,'_wp_attached_file','2020/07/Favicon-BeetCRM.png'),(1120,6330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:27:\"2020/07/Favicon-BeetCRM.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:{}}}'),(1121,6331,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1122,6331,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1594007366805{padding-top: 10px !important;}'),(95,154,'_wp_attached_file','2016/04/rectangle-8-copy-2-1.jpg'),(96,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1082;s:4:\"file\";s:32:\"2016/04/rectangle-8-copy-2-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"rectangle-8-copy-2-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"rectangle-8-copy-2-1-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"rectangle-8-copy-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"rectangle-8-copy-2-1-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"rectangle-8-copy-2-1-1536x866.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:866;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"rectangle-8-copy-2-1-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:32:\"rectangle-8-copy-2-1-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:32:\"rectangle-8-copy-2-1-766x731.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:731;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:{}}}'),(1053,6264,'_edit_lock','1593972614:1'),(99,72,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(100,72,'_mc4wp_settings','a:9:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:12:\"send_welcome\";s:1:\"0\";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\";s:5:\"lists\";a:0:{}}'),(101,72,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(102,72,'text_invalid_email','Please provide a valid email address.'),(103,72,'text_required_field_missing','Please fill in the required fields.'),(104,72,'text_already_subscribed','Given email address is already subscribed, thank you!'),(105,72,'text_error','Oops. Something went wrong. Please try again later.'),(106,72,'text_unsubscribed','You were successfully unsubscribed.'),(107,72,'text_not_subscribed','Given email address is not subscribed.'),(108,72,'text_no_lists_selected','Please select at least one list.'),(109,168,'_wp_attached_file','2016/04/0.8x3-Logo-000-1.png'),(110,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:396;s:6:\"height\";i:111;s:4:\"file\";s:28:\"2016/04/0.8x3-Logo-000-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"0.8x3-Logo-000-1-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"0.8x3-Logo-000-1-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"0.8x3-Logo-000-1-256x111.png\";s:5:\"width\";i:256;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,169,'_wp_attached_file','2016/04/0.8x3-Logo-001-1.png'),(112,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:396;s:6:\"height\";i:111;s:4:\"file\";s:28:\"2016/04/0.8x3-Logo-001-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"0.8x3-Logo-001-1-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"0.8x3-Logo-001-1-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"0.8x3-Logo-001-1-256x111.png\";s:5:\"width\";i:256;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1050,6263,'_wp_attached_file','2020/06/cropped-beetcrm_logo_150x250px.png'),(1051,6263,'_wp_attachment_context','site-icon'),(1052,6263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:42:\"2020/06/cropped-beetcrm_logo_150x250px.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"cropped-beetcrm_logo_150x250px-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-beetcrm_logo_150x250px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-beetcrm_logo_150x250px-512x372.png\";s:5:\"width\";i:512;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:42:\"cropped-beetcrm_logo_150x250px-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:42:\"cropped-beetcrm_logo_150x250px-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:42:\"cropped-beetcrm_logo_150x250px-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:42:\"cropped-beetcrm_logo_150x250px-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:40:\"cropped-beetcrm_logo_150x250px-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(115,189,'_wp_attached_file','2019/01/cropped-favicon-1.png'),(116,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2019/01/cropped-favicon-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-512x372.png\";s:5:\"width\";i:512;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,189,'_wp_attachment_context','site-icon'),(120,190,'_zilla_likes','9'),(121,190,'slide_template','default'),(122,190,'_customize_sidebars','yes'),(123,190,'thegem_page_data','a:40:{s:11:\"title_style\";s:1:\"1\";s:18:\"title_rich_content\";s:1:\"1\";s:13:\"title_content\";s:118:\"<div class=\"title-h1\"><span style=\"color: #ffffff;\">BlogPost <span class=\"light\">Default + SIDEBAR</span></span></div>\";s:22:\"title_background_image\";s:76:\"https://beetcrm.com/wp-content/themes/thegem/images/backgrounds/title/08.jpg\";s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"35\";s:20:\"title_padding_bottom\";s:3:\"120\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:4:\"left\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:5:\"right\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:10:\"App Sparta\";s:14:\"sidebar_sticky\";i:0;}'),(124,190,'thegem_post_general_item_data','a:16:{s:21:\"show_featured_content\";i:1;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:0;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";}'),(125,190,'_wpb_vc_js_status','false'),(127,190,'_wp_old_slug','hello-world'),(128,190,'_thumbnail_id','23'),(129,191,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1594007366805{padding-top: 10px !important;}'),(1009,6240,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(417,244,'_menu_item_menu_item_parent','201'),(386,240,'_menu_item_object','page'),(387,240,'_menu_item_target',''),(130,191,'_wp_page_template','default'),(280,199,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1460112660377{margin-bottom: 0px !important;}.vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}.vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}.vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}.vc_custom_1460112700560{margin-bottom: 0px !important;}.vc_custom_1461141556212{margin-bottom: -10px !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}.vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1460026725540{padding-top: 0px !important;}.vc_custom_1460107519350{padding-top: 0px !important;}.vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}'),(132,191,'slide_template','default'),(133,191,'_customize_sidebars','yes'),(134,191,'thegem_page_data','a:53:{s:11:\"title_style\";s:0:\"\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:18:\"header_transparent\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:20:\"header_hide_top_area\";s:1:\"1\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:9:\"revslider\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:10:\"App-Sparta\";s:21:\"enable_page_preloader\";s:1:\"1\";s:17:\"effects_one_pager\";s:1:\"1\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(135,191,'_wpb_vc_js_status','true'),(136,191,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(137,191,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1594007366805{padding-top: 10px !important;}'),(1133,6345,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1594007366805{padding-top: 10px !important;}'),(879,6154,'_wp_attached_file','2020/07/layout_industry_covered_transparent.png'),(880,6154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4293;s:6:\"height\";i:2432;s:4:\"file\";s:47:\"2020/07/layout_industry_covered_transparent.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"layout_industry_covered_transparent-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"layout_industry_covered_transparent-1024x580.png\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"layout_industry_covered_transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"layout_industry_covered_transparent-768x435.png\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"layout_industry_covered_transparent-1536x870.png\";s:5:\"width\";i:1536;s:6:\"height\";i:870;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:49:\"layout_industry_covered_transparent-2048x1160.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1160;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"layout_industry_covered_transparent-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:47:\"layout_industry_covered_transparent-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:47:\"layout_industry_covered_transparent-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(416,244,'_menu_item_type','custom'),(383,240,'_menu_item_type','post_type'),(384,240,'_menu_item_menu_item_parent','0'),(385,240,'_menu_item_object_id','2'),(138,191,'_sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"page-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"footer-widget-area\";a:8:{i:0;s:6:\"text-2\";i:1;s:21:\"custom_recent_posts-2\";i:2;s:6:\"text-3\";i:3;s:15:\"custom_flickr-2\";i:4;s:10:\"contacts-2\";i:5;s:19:\"mc4wp_form_widget-2\";i:6;s:6:\"text-4\";i:7;s:6:\"text-5\";}s:12:\"shop-sidebar\";a:0:{}s:13:\"array_version\";i:3;}'),(142,115,'_zilla_likes','1'),(143,115,'slide_template','default'),(144,115,'_customize_sidebars','yes'),(145,115,'thegem_page_data','a:48:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";s:1:\"1\";s:13:\"title_content\";s:118:\"<div class=\"title-h1\"><span style=\"color: #ffffff;\">BlogPost <span class=\"light\">Default + SIDEBAR</span></span></div>\";s:22:\"title_background_image\";s:76:\"https://beetcrm.com/wp-content/themes/thegem/images/backgrounds/title/08.jpg\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"35\";s:20:\"title_padding_bottom\";s:3:\"120\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:4:\"left\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:5:\"right\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:10:\"App-Sparta\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(146,115,'thegem_post_general_item_data','a:19:{s:26:\"show_featured_posts_slider\";i:0;s:21:\"show_featured_content\";i:1;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:0;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:26:\"highlight_title_left_color\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";s:27:\"highlight_title_right_color\";s:0:\"\";}'),(147,115,'_wpb_vc_js_status','false'),(148,115,'_thumbnail_id','39'),(152,117,'_zilla_likes','4'),(153,117,'slide_template','default'),(154,117,'_customize_sidebars','yes'),(155,117,'thegem_page_data','a:40:{s:11:\"title_style\";s:1:\"1\";s:18:\"title_rich_content\";s:1:\"1\";s:13:\"title_content\";s:118:\"<div class=\"title-h1\"><span style=\"color: #ffffff;\">BlogPost <span class=\"light\">Default + SIDEBAR</span></span></div>\";s:22:\"title_background_image\";s:76:\"https://beetcrm.com/wp-content/themes/thegem/images/backgrounds/title/08.jpg\";s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"35\";s:20:\"title_padding_bottom\";s:3:\"120\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:4:\"left\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:10:\"App Sparta\";s:14:\"sidebar_sticky\";i:0;}'),(156,117,'thegem_post_general_item_data','a:16:{s:21:\"show_featured_content\";i:1;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:0;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";}'),(157,117,'_wpb_vc_js_status','false'),(158,117,'_thumbnail_id','43'),(159,74,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1253,1693,'_zilla_likes','0'),(161,74,'slide_template','default'),(162,74,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(163,84,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(165,84,'slide_template','default'),(166,84,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(167,85,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(169,85,'slide_template','default'),(170,85,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(171,86,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(173,86,'slide_template','default'),(174,86,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(175,106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(177,106,'slide_template','default'),(178,106,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(179,87,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(181,87,'slide_template','default'),(182,87,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(183,88,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(185,88,'slide_template','default'),(186,88,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(187,89,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(189,89,'slide_template','default'),(190,89,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(191,90,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1258,1693,'thegem_page_data','a:48:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";s:3:\"294\";s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:0:\"\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:21:\"effects_no_top_margin\";s:1:\"1\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:14:\"sidebar_sticky\";i:0;}'),(193,90,'slide_template','default'),(194,90,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(195,91,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(197,91,'slide_template','default'),(198,91,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(199,92,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(201,92,'slide_template','default'),(202,92,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(203,104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1255,1693,'_wpb_vc_js_status','false'),(205,104,'slide_template','default'),(206,104,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(207,105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1257,1693,'_wp_old_date','2020-02-21'),(209,105,'slide_template','default'),(210,105,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(211,107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(213,107,'slide_template','default'),(214,107,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(215,108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(217,108,'slide_template','default'),(218,108,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(219,109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1234,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(221,109,'slide_template','default'),(222,109,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(223,110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(225,110,'slide_template','default'),(226,110,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(227,111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(229,111,'slide_template','default'),(230,111,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(231,112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(233,112,'slide_template','default'),(234,112,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(235,113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1233,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(237,113,'slide_template','default'),(238,113,'thegem_client_data','a:3:{s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:11:\"description\";s:0:\"\";}'),(854,45,'rs_page_bg_color',''),(240,45,'slide_template',''),(241,45,'thegem_quickfinder_item_data','a:15:{s:11:\"description\";s:0:\"\";s:16:\"title_text_color\";s:7:\"#3366CC\";s:22:\"description_text_color\";s:0:\"\";s:4:\"link\";s:6:\"#sales\";s:9:\"link_text\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"icon_color\";s:7:\"#3366CC\";s:12:\"icon_color_2\";s:0:\"\";s:21:\"icon_background_color\";s:7:\"#ffffff\";s:10:\"icon_shape\";s:7:\"hexagon\";s:17:\"icon_border_color\";s:7:\"#3366CC\";s:9:\"icon_size\";s:6:\"medium\";s:10:\"icon_style\";s:0:\"\";s:4:\"icon\";s:4:\"f1f9\";s:9:\"icon_pack\";s:8:\"material\";}'),(855,46,'_edit_lock','1593428240:1'),(856,46,'_edit_last','1'),(857,46,'rs_page_bg_color',''),(858,47,'_edit_lock','1593427561:1'),(243,46,'slide_template',''),(244,46,'thegem_quickfinder_item_data','a:15:{s:11:\"description\";s:0:\"\";s:16:\"title_text_color\";s:7:\"#3366CC\";s:22:\"description_text_color\";s:0:\"\";s:4:\"link\";s:19:\"#advanced_reporting\";s:9:\"link_text\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"icon_color\";s:7:\"#3366CC\";s:12:\"icon_color_2\";s:0:\"\";s:21:\"icon_background_color\";s:7:\"#ffffff\";s:10:\"icon_shape\";s:7:\"hexagon\";s:17:\"icon_border_color\";s:7:\"#3366CC\";s:9:\"icon_size\";s:6:\"medium\";s:10:\"icon_style\";s:0:\"\";s:4:\"icon\";s:4:\"e101\";s:9:\"icon_pack\";s:7:\"elegant\";}'),(859,47,'_edit_last','1'),(860,47,'rs_page_bg_color',''),(861,49,'_edit_lock','1593427596:1'),(246,47,'slide_template',''),(247,47,'thegem_quickfinder_item_data','a:15:{s:11:\"description\";s:0:\"\";s:16:\"title_text_color\";s:7:\"#3366CC\";s:22:\"description_text_color\";s:0:\"\";s:4:\"link\";s:7:\"#mobile\";s:9:\"link_text\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"icon_color\";s:7:\"#3366CC\";s:12:\"icon_color_2\";s:0:\"\";s:21:\"icon_background_color\";s:7:\"#ffffff\";s:10:\"icon_shape\";s:7:\"hexagon\";s:17:\"icon_border_color\";s:7:\"#3366CC\";s:9:\"icon_size\";s:6:\"medium\";s:10:\"icon_style\";s:0:\"\";s:4:\"icon\";s:4:\"e00b\";s:9:\"icon_pack\";s:7:\"elegant\";}'),(862,49,'_edit_last','1'),(863,49,'rs_page_bg_color',''),(864,50,'_edit_lock','1593427619:1'),(249,49,'slide_template',''),(250,49,'thegem_quickfinder_item_data','a:15:{s:11:\"description\";s:0:\"\";s:16:\"title_text_color\";s:7:\"#3366CC\";s:22:\"description_text_color\";s:0:\"\";s:4:\"link\";s:7:\"#ticket\";s:9:\"link_text\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"icon_color\";s:7:\"#3366CC\";s:12:\"icon_color_2\";s:0:\"\";s:21:\"icon_background_color\";s:7:\"#ffffff\";s:10:\"icon_shape\";s:7:\"hexagon\";s:17:\"icon_border_color\";s:7:\"#3366CC\";s:9:\"icon_size\";s:6:\"medium\";s:10:\"icon_style\";s:0:\"\";s:4:\"icon\";s:2:\"69\";s:9:\"icon_pack\";s:7:\"elegant\";}'),(865,50,'_edit_last','1'),(866,50,'rs_page_bg_color',''),(867,51,'_edit_lock','1594033621:1'),(252,50,'slide_template',''),(253,50,'thegem_quickfinder_item_data','a:15:{s:11:\"description\";s:0:\"\";s:16:\"title_text_color\";s:7:\"#3366CC\";s:22:\"description_text_color\";s:0:\"\";s:4:\"link\";s:9:\"#document\";s:9:\"link_text\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"icon_color\";s:7:\"#3366CC\";s:12:\"icon_color_2\";s:0:\"\";s:21:\"icon_background_color\";s:4:\"#fff\";s:10:\"icon_shape\";s:7:\"hexagon\";s:17:\"icon_border_color\";s:7:\"#3366CC\";s:9:\"icon_size\";s:6:\"medium\";s:10:\"icon_style\";s:0:\"\";s:4:\"icon\";s:2:\"6e\";s:9:\"icon_pack\";s:7:\"elegant\";}'),(868,51,'_edit_last','1'),(869,51,'rs_page_bg_color',''),(254,192,'_form','<div class=\"contact-form-footer\">\n<p>[text*  your-name placeholder \"Your name\" ]</p>\n<p>[email* your-email placeholder \"Your email\" ]</p>\n<p>[textarea your-message placeholder \"Your message\" ]</p>\n<div>[submit \"Send\"]</div>\n</div>'),(255,192,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:40:\"[your-name] <wordpress@codex-themes.com>\";s:4:\"body\";s:175:\"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 TheGem (https://codex-themes.com/thegem)\";s:9:\"recipient\";s:27:\"codexscottjackson@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(256,192,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"TheGem One Pager 1 \"[your-subject]\"\";s:6:\"sender\";s:47:\"TheGem One Pager 1 <wordpress@codex-themes.com>\";s:4:\"body\";s:163:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on TheGem One Pager 1 (http://democontent.codex-themes.com/sites/onepagers/app-one-pager)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:37:\"Reply-To: codexscottjackson@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(257,192,'_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.\";}'),(258,192,'_additional_settings',''),(259,192,'_locale','en_US'),(260,192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(870,252,'_oembed_50bfd7826b7e67b9ba5e503911739813','{{unknown}}'),(262,51,'slide_template',''),(263,51,'thegem_quickfinder_item_data','a:15:{s:11:\"description\";s:0:\"\";s:16:\"title_text_color\";s:7:\"#3366CC\";s:22:\"description_text_color\";s:0:\"\";s:4:\"link\";s:9:\"#whatsapp\";s:9:\"link_text\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"icon_color\";s:7:\"#3366CC\";s:12:\"icon_color_2\";s:0:\"\";s:21:\"icon_background_color\";s:4:\"#fff\";s:10:\"icon_shape\";s:7:\"hexagon\";s:17:\"icon_border_color\";s:7:\"#3366CC\";s:9:\"icon_size\";s:6:\"medium\";s:10:\"icon_style\";s:0:\"\";s:4:\"icon\";s:2:\"77\";s:9:\"icon_pack\";s:7:\"elegant\";}'),(871,6140,'_wp_attached_file','2020/06/kontak.jpg'),(872,6140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1518;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2020/06/kontak.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"kontak-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"kontak-1024x260.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"kontak-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"kontak-768x195.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"kontak-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:18:\"kontak-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:18:\"kontak-766x385.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Anthony Nugraha\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593448521\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(266,52,'slide_template','default'),(267,52,'thegem_testimonial_data','a:6:{s:4:\"name\";s:13:\"Marcus Fields\";s:7:\"company\";s:17:\"Marketing Manager\";s:8:\"position\";s:0:\"\";s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:5:\"phone\";s:0:\"\";}'),(1002,52,'_wp_trash_meta_status','publish'),(1066,6268,'_pll_strings_translations','a:0:{}'),(270,55,'slide_template','default'),(271,55,'thegem_testimonial_data','a:6:{s:4:\"name\";s:15:\"Christian Perry\";s:7:\"company\";s:19:\"Creative Heads Inc.\";s:8:\"position\";s:0:\"\";s:4:\"link\";s:0:\"\";s:11:\"link_target\";s:6:\"_blank\";s:5:\"phone\";s:0:\"\";}'),(1156,191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:30:\"1594202965009-0113995b-81bf-10\";a:3:{s:3:\"tag\";s:13:\"vc_basic_grid\";s:4:\"atts\";a:6:{s:9:\"post_type\";s:4:\"post\";s:9:\"max_items\";s:1:\"3\";s:5:\"style\";s:4:\"lazy\";s:14:\"items_per_page\";s:1:\"3\";s:4:\"item\";s:16:\"theGem_mediaGrid\";s:7:\"grid_id\";s:37:\"vc_gid:1594202965009-0113995b-81bf-10\";}s:7:\"content\";s:0:\"\";}}}}'),(281,200,'_menu_item_type','custom'),(282,200,'_menu_item_menu_item_parent','0'),(283,200,'_menu_item_object_id','200'),(284,200,'_menu_item_object','custom'),(285,200,'_menu_item_target',''),(286,200,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(287,200,'_menu_item_xfn',''),(288,200,'_menu_item_url','https://beetcrm.com/'),(289,200,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:0;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(290,200,'_menu_item_thegem_mobile_clickable',''),(291,201,'_menu_item_type','custom'),(292,201,'_menu_item_menu_item_parent','0'),(293,201,'_menu_item_object_id','201'),(294,201,'_menu_item_object','custom'),(295,201,'_menu_item_target',''),(296,201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(297,201,'_menu_item_xfn',''),(298,201,'_menu_item_url','https://beetcrm.com/features/'),(299,201,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:0;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(300,201,'_menu_item_thegem_mobile_clickable',''),(301,202,'_menu_item_type','custom'),(302,202,'_menu_item_menu_item_parent','0'),(303,202,'_menu_item_object_id','202'),(304,202,'_menu_item_object','custom'),(305,202,'_menu_item_target',''),(306,202,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(307,202,'_menu_item_xfn',''),(308,202,'_menu_item_url','https://beetcrm.com/contact-us/'),(309,202,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:1;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(310,202,'_menu_item_thegem_mobile_clickable','1'),(949,6186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2501;s:6:\"height\";i:1769;s:4:\"file\";s:32:\"2020/07/long-logo-crm_web-02.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"long-logo-crm_web-02-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"long-logo-crm_web-02-1024x724.png\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"long-logo-crm_web-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"long-logo-crm_web-02-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"long-logo-crm_web-02-1536x1086.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1086;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"long-logo-crm_web-02-2048x1449.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1449;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"long-logo-crm_web-02-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:32:\"long-logo-crm_web-02-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:32:\"long-logo-crm_web-02-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(461,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:715;s:6:\"height\";i:224;s:4:\"file\";s:33:\"2020/06/beetcrm_logo-200x50px.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"beetcrm_logo-200x50px-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"beetcrm_logo-200x50px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"beetcrm_logo-200x50px-672x224.png\";s:5:\"width\";i:672;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:33:\"beetcrm_logo-200x50px-256x224.png\";s:5:\"width\";i:256;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,249,'_wp_attached_file','2020/06/beetcrm_logo-200x50px.png'),(331,205,'_menu_item_type','custom'),(332,205,'_menu_item_menu_item_parent','0'),(333,205,'_menu_item_object_id','205'),(334,205,'_menu_item_object','custom'),(335,205,'_menu_item_target',''),(336,205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(337,205,'_menu_item_xfn',''),(338,205,'_menu_item_url','https://beetcrm.com/faq/'),(339,205,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:0;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(340,205,'_menu_item_thegem_mobile_clickable',''),(341,206,'_wp_attached_file','revslider/App-Sparta/bg-app-sparta.png'),(342,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:980;s:4:\"file\";s:38:\"revslider/App-Sparta/bg-app-sparta.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bg-app-sparta-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bg-app-sparta-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bg-app-sparta-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bg-app-sparta-768x392.png\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bg-app-sparta-1536x784.png\";s:5:\"width\";i:1536;s:6:\"height\";i:784;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"bg-app-sparta-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:25:\"bg-app-sparta-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:25:\"bg-app-sparta-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(343,207,'_wp_attached_file','revslider/App-Sparta/iphone_6_3.png'),(344,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:1057;s:4:\"file\";s:35:\"revslider/App-Sparta/iphone_6_3.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"iphone_6_3-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"iphone_6_3-1024x941.png\";s:5:\"width\";i:1024;s:6:\"height\";i:941;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"iphone_6_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"iphone_6_3-768x706.png\";s:5:\"width\";i:768;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"iphone_6_3-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:22:\"iphone_6_3-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:22:\"iphone_6_3-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(345,208,'_wp_attached_file','revslider/App-Sparta/shape-2.png'),(346,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1038;s:6:\"height\";i:1;s:4:\"file\";s:32:\"revslider/App-Sparta/shape-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"shape-2-300x1.png\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"shape-2-1024x1.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"shape-2-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"shape-2-768x1.png\";s:5:\"width\";i:768;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"shape-2-672x1.png\";s:5:\"width\";i:672;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:17:\"shape-2-256x1.png\";s:5:\"width\";i:256;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:17:\"shape-2-766x1.png\";s:5:\"width\";i:766;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(347,209,'_wp_attached_file','revslider/App-Sparta/4-30.jpg'),(348,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"revslider/App-Sparta/4-30.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"4-30-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"4-30-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"4-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"4-30-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"4-30-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"4-30-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:16:\"4-30-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:16:\"4-30-766x731.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:731;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:{}}}'),(1123,6332,'_wpb_shortcodes_custom_css','.vc_custom_1593426623658{background-color: #fff9f7 !important;}.vc_custom_1593682377942{background-color: #f7f7ff !important;}.vc_custom_1593682921428{background-color: #fff9f7 !important;}.vc_custom_1593682982682{background-color: #f7f7ff !important;}.vc_custom_1593426667663{background-color: #fff9f7 !important;}.vc_custom_1593687164360{background-color: #f7f7ff !important;}.vc_custom_1594032053416{background-color: #fff9f7 !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1100,6312,'_wp_attached_file','2020/07/Group-29.png'),(1101,6312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:987;s:6:\"height\";i:636;s:4:\"file\";s:20:\"2020/07/Group-29.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Group-29-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Group-29-768x495.png\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-29-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:20:\"Group-29-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:20:\"Group-29-766x636.png\";s:5:\"width\";i:766;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1102,6315,'_wp_attached_file','2020/07/beet-crm-icon-new-10.png'),(1103,6315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2780;s:6:\"height\";i:1564;s:4:\"file\";s:32:\"2020/07/beet-crm-icon-new-10.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-10-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"beet-crm-icon-new-10-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-10-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"beet-crm-icon-new-10-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"beet-crm-icon-new-10-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-10-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-10-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-10-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1104,6316,'_wp_attached_file','2020/07/beet-crm-icon-new-13.png'),(1105,6316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2781;s:6:\"height\";i:1563;s:4:\"file\";s:32:\"2020/07/beet-crm-icon-new-13.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-13-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"beet-crm-icon-new-13-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-13-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"beet-crm-icon-new-13-1536x863.png\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"beet-crm-icon-new-13-2048x1151.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-13-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-13-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:32:\"beet-crm-icon-new-13-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(359,215,'_wp_attached_file','revslider/app-sparta-content-slider/6-4.png'),(360,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:348;s:6:\"height\";i:634;s:4:\"file\";s:43:\"revslider/app-sparta-content-slider/6-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"6-4-165x300.png\";s:5:\"width\";i:165;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"6-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"6-4-348x372.png\";s:5:\"width\";i:348;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:15:\"6-4-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(361,191,'_edit_lock','1594203107:1'),(362,217,'_wp_attached_file','2020/06/CRM-whatsapp-and-chat-solutions-1.png'),(363,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:45:\"2020/06/CRM-whatsapp-and-chat-solutions-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"CRM-whatsapp-and-chat-solutions-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"CRM-whatsapp-and-chat-solutions-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"CRM-whatsapp-and-chat-solutions-1-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:45:\"CRM-whatsapp-and-chat-solutions-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(364,218,'_wp_attached_file','2020/06/CRM-KPI-and-task-tracking.png'),(365,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:37:\"2020/06/CRM-KPI-and-task-tracking.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"CRM-KPI-and-task-tracking-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"CRM-KPI-and-task-tracking-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"CRM-KPI-and-task-tracking-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:37:\"CRM-KPI-and-task-tracking-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(366,219,'_wp_attached_file','2020/06/CRM-Sales-and-CS.png'),(367,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2020/06/CRM-Sales-and-CS.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"CRM-Sales-and-CS-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CRM-Sales-and-CS-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"CRM-Sales-and-CS-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"CRM-Sales-and-CS-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(368,220,'_wp_attached_file','2020/06/CRM-call-center-solutions.png'),(369,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:37:\"2020/06/CRM-call-center-solutions.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"CRM-call-center-solutions-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"CRM-call-center-solutions-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"CRM-call-center-solutions-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:37:\"CRM-call-center-solutions-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1054,250,'_edit_lock','1593972408:1'),(1055,250,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:412;s:6:\"height\";i:908;s:4:\"file\";s:26:\"beetcrm_logo_150x250px.png\";}}'),(1056,6265,'_wp_attached_file','2020/07/CRM-LOGO.png'),(1057,6265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:20:\"2020/07/CRM-LOGO.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"CRM-LOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"CRM-LOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"CRM-LOGO-512x372.png\";s:5:\"width\";i:512;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:20:\"CRM-LOGO-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(372,224,'_wp_attached_file','2020/06/Soft-Green-BG.jpg'),(373,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:626;s:4:\"file\";s:25:\"2020/06/Soft-Green-BG.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Soft-Green-BG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Soft-Green-BG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Soft-Green-BG-626x372.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:25:\"Soft-Green-BG-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(374,225,'_wp_attached_file','2020/06/app-store-badge.png'),(375,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:250;s:4:\"file\";s:27:\"2020/06/app-store-badge.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"app-store-badge-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"app-store-badge-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:27:\"app-store-badge-256x250.png\";s:5:\"width\";i:256;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(376,226,'_wp_attached_file','2020/06/en_badge_web_generic.png'),(377,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2020/06/en_badge_web_generic.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"en_badge_web_generic-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"en_badge_web_generic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:32:\"en_badge_web_generic-256x250.png\";s:5:\"width\";i:256;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(378,227,'_wp_attached_file','2020/06/manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4.png'),(379,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1326;s:6:\"height\";i:728;s:4:\"file\";s:77:\"2020/06/manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-1024x562.png\";s:5:\"width\";i:1024;s:6:\"height\";i:562;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-768x422.png\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:77:\"manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:77:\"manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:77:\"manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4-766x728.png\";s:5:\"width\";i:766;s:6:\"height\";i:728;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1058,6266,'_wp_attached_file','2020/07/cropped-CRM-LOGO-e1594117041816.png'),(1059,6266,'_wp_attachment_context','site-icon'),(1060,6266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:43:\"2020/07/cropped-CRM-LOGO-e1594117041816.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-CRM-LOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-CRM-LOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-CRM-LOGO-512x372.png\";s:5:\"width\";i:512;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"cropped-CRM-LOGO-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:28:\"cropped-CRM-LOGO-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:28:\"cropped-CRM-LOGO-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:28:\"cropped-CRM-LOGO-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:26:\"cropped-CRM-LOGO-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(382,168,'_edit_lock','1592982213:1'),(388,240,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(389,240,'_menu_item_xfn',''),(390,240,'_menu_item_url',''),(392,240,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:0;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(393,240,'_menu_item_thegem_mobile_clickable',''),(405,242,'_menu_item_type','custom'),(948,6186,'_wp_attached_file','2020/07/long-logo-crm_web-02.png'),(406,242,'_menu_item_menu_item_parent','201'),(407,242,'_menu_item_object_id','242'),(408,242,'_menu_item_object','custom'),(409,242,'_menu_item_target',''),(410,242,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(411,242,'_menu_item_xfn',''),(412,242,'_menu_item_url','https://beetcrm.com/features/#advanced_reporting'),(418,244,'_menu_item_object_id','244'),(414,242,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:1;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(415,242,'_menu_item_thegem_mobile_clickable',''),(419,244,'_menu_item_object','custom'),(420,244,'_menu_item_target',''),(421,244,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(422,244,'_menu_item_xfn',''),(423,244,'_menu_item_url','https://beetcrm.com/features/#mobile'),(425,244,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:1;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(426,244,'_menu_item_thegem_mobile_clickable',''),(427,245,'_menu_item_type','custom'),(428,245,'_menu_item_menu_item_parent','201'),(429,245,'_menu_item_object_id','245'),(430,245,'_menu_item_object','custom'),(431,245,'_menu_item_target',''),(432,245,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(433,245,'_menu_item_xfn',''),(434,245,'_menu_item_url','https://beetcrm.com/features/#ticket'),(436,245,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:1;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(437,245,'_menu_item_thegem_mobile_clickable',''),(438,247,'_menu_item_type','custom'),(439,247,'_menu_item_menu_item_parent','201'),(440,247,'_menu_item_object_id','247'),(441,247,'_menu_item_object','custom'),(442,247,'_menu_item_target',''),(443,247,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(444,247,'_menu_item_xfn',''),(445,247,'_menu_item_url','https://beetcrm.com/features/#document'),(447,247,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:1;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(448,247,'_menu_item_thegem_mobile_clickable',''),(449,248,'_menu_item_type','custom'),(450,248,'_menu_item_menu_item_parent','201'),(451,248,'_menu_item_object_id','248'),(452,248,'_menu_item_object','custom'),(453,248,'_menu_item_target',''),(454,248,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(455,248,'_menu_item_xfn',''),(456,248,'_menu_item_url','https://beetcrm.com/features/#whatsapp'),(458,248,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:1;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(459,248,'_menu_item_thegem_mobile_clickable',''),(462,2,'_edit_lock','1594205398:1'),(463,250,'_wp_attached_file','2020/06/beetcrm_logo_150x250px-e1593972464399.png'),(464,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:512;s:4:\"file\";s:49:\"2020/06/beetcrm_logo_150x250px-e1593972464399.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"beetcrm_logo_150x250px-136x300.png\";s:5:\"width\";i:136;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"beetcrm_logo_150x250px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"beetcrm_logo_150x250px-412x372.png\";s:5:\"width\";i:412;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:34:\"beetcrm_logo_150x250px-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:34:\"beetcrm_logo_150x250px-412x731.png\";s:5:\"width\";i:412;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(877,6150,'_wp_attached_file','2020/07/layout_industry-covered_white.png'),(466,252,'_edit_lock','1594192466:1'),(467,252,'_edit_last','1'),(468,252,'_wp_page_template','default'),(469,252,'slide_template','default'),(470,252,'_customize_sidebars','yes'),(471,252,'thegem_page_data','a:53:{s:11:\"title_style\";s:0:\"\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:18:\"header_transparent\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:20:\"header_hide_top_area\";s:1:\"1\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:21:\"enable_page_preloader\";s:1:\"1\";s:17:\"effects_one_pager\";s:1:\"1\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(921,6178,'thegem_page_data','a:53:{s:11:\"title_style\";s:0:\"\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:18:\"header_transparent\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:20:\"header_hide_top_area\";s:1:\"1\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:21:\"enable_page_preloader\";s:1:\"1\";s:17:\"effects_one_pager\";s:1:\"1\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(472,252,'_wpb_vc_js_status','true'),(474,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:68:\"2020/06/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:68:\"50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:68:\"50-Beautiful-and-Minimalist-Presentation-Backgrounds-037-766x731.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:731;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:{}}}'),(473,256,'_wp_attached_file','2020/06/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037.jpg'),(475,257,'_wp_attached_file','2020/06/BEET-CRM-icons-03.png'),(476,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2020/06/BEET-CRM-icons-03.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-03-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-03-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-03-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(477,258,'_wp_attached_file','2020/06/BEET-CRM-icons-04.png'),(478,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2020/06/BEET-CRM-icons-04.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-04-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-04-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-04-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(479,259,'_wp_attached_file','2020/06/BEET-CRM-icons-02.png'),(480,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2020/06/BEET-CRM-icons-02.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-02-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-02-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-02-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(481,260,'_wp_attached_file','2020/06/BEET-CRM-icons-01.png'),(482,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2020/06/BEET-CRM-icons-01.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-01-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-01-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(483,261,'_wp_attached_file','2020/06/BEET-CRM-icons-06.png'),(484,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:701;s:6:\"height\";i:703;s:4:\"file\";s:29:\"2020/06/BEET-CRM-icons-06.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-06-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:29:\"BEET-CRM-icons-06-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(485,263,'_edit_lock','1593960217:1'),(486,263,'_edit_last','1'),(487,263,'_wp_page_template','default'),(488,263,'slide_template','default'),(489,263,'_customize_sidebars','yes'),(490,263,'thegem_page_data','a:54:{s:11:\"title_style\";s:0:\"\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:18:\"header_transparent\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:22:\"header_menu_logo_light\";s:1:\"1\";s:20:\"header_hide_top_area\";s:1:\"1\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:21:\"enable_page_preloader\";s:1:\"1\";s:17:\"effects_one_pager\";s:1:\"1\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(491,263,'_wpb_vc_js_status','true'),(493,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1880;s:6:\"height\";i:1245;s:4:\"file\";s:33:\"2020/06/pexels-photo-1420709.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"pexels-photo-1420709-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"pexels-photo-1420709-1024x678.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pexels-photo-1420709-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-1420709-768x509.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"pexels-photo-1420709-1536x1017.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"pexels-photo-1420709-672x372.jpeg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:33:\"pexels-photo-1420709-256x256.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:33:\"pexels-photo-1420709-766x731.jpeg\";s:5:\"width\";i:766;s:6:\"height\";i:731;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:{}}}'),(492,266,'_wp_attached_file','2020/06/pexels-photo-1420709.jpeg'),(494,269,'_wp_attached_file','2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM.jpeg'),(495,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:1170;s:4:\"file\";s:52:\"2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-138x300.jpeg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-473x1024.jpeg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-540x372.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-256x256.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-540x731.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:731;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:{}}}'),(496,270,'_wp_attached_file','2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM-1.jpeg'),(497,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:1170;s:4:\"file\";s:54:\"2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM-1.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-1-138x300.jpeg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-1-473x1024.jpeg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-1-540x372.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-1-256x256.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.09-PM-1-540x731.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:731;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:{}}}'),(498,271,'_wp_attached_file','2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-1.jpeg'),(499,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:1170;s:4:\"file\";s:54:\"2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-1.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-1-138x300.jpeg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-1-473x1024.jpeg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-1-540x372.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-1-256x256.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-1-540x731.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:731;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:{}}}'),(500,272,'_wp_attached_file','2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM.jpeg'),(501,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:1170;s:4:\"file\";s:52:\"2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-138x300.jpeg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-473x1024.jpeg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-540x372.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-256x256.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-540x731.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:731;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:{}}}'),(502,273,'_wp_attached_file','2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-2.jpeg'),(503,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:1170;s:4:\"file\";s:54:\"2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-2.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-2-138x300.jpeg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-2-473x1024.jpeg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-2-540x372.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-2-256x256.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2020-06-24-at-5.29.10-PM-2-540x731.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:731;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:{}}}'),(504,274,'_wp_attached_file','2020/06/Group-3.png'),(505,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:428;s:4:\"file\";s:19:\"2020/06/Group-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Group-3-182x300.png\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-3-260x372.png\";s:5:\"width\";i:260;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:19:\"Group-3-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(506,275,'_wp_attached_file','2020/06/Group-4.png'),(507,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:428;s:4:\"file\";s:19:\"2020/06/Group-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Group-4-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-4-241x372.png\";s:5:\"width\";i:241;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:19:\"Group-4-241x256.png\";s:5:\"width\";i:241;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(508,276,'_wp_attached_file','2020/06/Group-5.png'),(509,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:428;s:4:\"file\";s:19:\"2020/06/Group-5.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Group-5-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-5-241x372.png\";s:5:\"width\";i:241;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:19:\"Group-5-241x256.png\";s:5:\"width\";i:241;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(510,277,'_wp_attached_file','2020/06/Group-6.png'),(511,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:428;s:4:\"file\";s:19:\"2020/06/Group-6.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Group-6-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-6-241x372.png\";s:5:\"width\";i:241;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:19:\"Group-6-241x256.png\";s:5:\"width\";i:241;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(512,278,'_wp_attached_file','2020/06/Group-7.png'),(513,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:428;s:4:\"file\";s:19:\"2020/06/Group-7.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Group-7-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Group-7-241x372.png\";s:5:\"width\";i:241;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:19:\"Group-7-241x256.png\";s:5:\"width\";i:241;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(514,280,'_wp_attached_file','2020/06/clouds-icon-09.png'),(515,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:695;s:6:\"height\";i:695;s:4:\"file\";s:26:\"2020/06/clouds-icon-09.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"clouds-icon-09-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"clouds-icon-09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"clouds-icon-09-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:26:\"clouds-icon-09-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(516,281,'_wp_attached_file','2020/06/clouds-icon-08.png'),(517,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:705;s:4:\"file\";s:26:\"2020/06/clouds-icon-08.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"clouds-icon-08-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"clouds-icon-08-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"clouds-icon-08-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:26:\"clouds-icon-08-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(518,282,'_wp_attached_file','2020/06/clouds-icon-07.png'),(519,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:701;s:6:\"height\";i:701;s:4:\"file\";s:26:\"2020/06/clouds-icon-07.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"clouds-icon-07-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"clouds-icon-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"clouds-icon-07-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:26:\"clouds-icon-07-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1097,6299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1420;s:6:\"height\";i:794;s:4:\"file\";s:27:\"2020/07/Call-Software-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Call-Software-1-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Call-Software-1-1024x573.png\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Call-Software-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Call-Software-1-768x429.png\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Call-Software-1-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:27:\"Call-Software-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:27:\"Call-Software-1-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1098,6304,'_wp_attached_file','2020/07/beet-crm-icons-11.png'),(1099,6304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2781;s:6:\"height\";i:1564;s:4:\"file\";s:29:\"2020/07/beet-crm-icons-11.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"beet-crm-icons-11-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"beet-crm-icons-11-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"beet-crm-icons-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"beet-crm-icons-11-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"beet-crm-icons-11-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"beet-crm-icons-11-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"beet-crm-icons-11-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:29:\"beet-crm-icons-11-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:29:\"beet-crm-icons-11-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1096,6299,'_wp_attached_file','2020/07/Call-Software-1.png'),(1072,6274,'_wp_attached_file','2020/07/BEET-CRM-FAQ-FIX-09.png'),(1073,6274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2780;s:6:\"height\";i:1564;s:4:\"file\";s:31:\"2020/07/BEET-CRM-FAQ-FIX-09.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-09-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"BEET-CRM-FAQ-FIX-09-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-09-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"BEET-CRM-FAQ-FIX-09-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"BEET-CRM-FAQ-FIX-09-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-09-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-09-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-09-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1260,1693,'thegem_show_featured_posts_slider','0'),(1261,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1262,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1263,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1264,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1265,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1266,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1267,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1268,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1269,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1270,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1275,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1271,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1272,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1273,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1274,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1276,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1277,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1278,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1279,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1280,1693,'_dp_original','1686'),(1281,1693,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1315,6376,'_customize_restore_dismissed','1'),(1284,1695,'_zilla_likes','0'),(1285,1695,'_zilla_likes','0'),(1286,1695,'_customize_sidebars','yes'),(1287,1695,'_wpb_vc_js_status','false'),(1289,1695,'_wp_old_date','2020-02-21'),(1290,1695,'thegem_page_data','a:48:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";s:3:\"294\";s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:0:\"\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:21:\"effects_no_top_margin\";s:1:\"1\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:14:\"sidebar_sticky\";i:0;}'),(1291,1695,'thegem_post_general_item_data','a:19:{s:26:\"show_featured_posts_slider\";i:0;s:21:\"show_featured_content\";i:0;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:626;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:26:\"highlight_title_left_color\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";s:27:\"highlight_title_right_color\";s:0:\"\";}'),(1292,1695,'thegem_show_featured_posts_slider','0'),(1293,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1294,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1295,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1296,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1297,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1298,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1299,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1300,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1301,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1302,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1303,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1304,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1305,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1306,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1307,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1308,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1309,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1310,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1311,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1312,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1259,1693,'thegem_post_general_item_data','a:19:{s:26:\"show_featured_posts_slider\";i:0;s:21:\"show_featured_content\";i:0;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:626;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:26:\"highlight_title_left_color\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";s:27:\"highlight_title_right_color\";s:0:\"\";}'),(1070,6273,'_wp_attached_file','2020/07/BEET-CRM-FAQ-FIX-08.png'),(1071,6273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2780;s:6:\"height\";i:1563;s:4:\"file\";s:31:\"2020/07/BEET-CRM-FAQ-FIX-08.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-08-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"BEET-CRM-FAQ-FIX-08-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-08-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-08-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"BEET-CRM-FAQ-FIX-08-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"BEET-CRM-FAQ-FIX-08-2048x1151.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-08-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-08-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:31:\"BEET-CRM-FAQ-FIX-08-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1180,6362,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1594007366805{padding-top: 10px !important;}'),(1313,1695,'_dp_original','1693'),(1314,1695,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1344,1686,'_wp_trash_meta_status','publish'),(1321,6378,'_customize_sidebars','yes'),(1322,6378,'thegem_page_data','a:49:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:76:\"https://beetcrm.com/wp-content/themes/thegem/images/backgrounds/title/01.jpg\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:19:\"effects_hide_header\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(1325,6378,'_wpb_vc_js_status','false'),(1323,6378,'thegem_post_general_item_data','a:19:{s:26:\"show_featured_posts_slider\";i:0;s:21:\"show_featured_content\";i:0;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:0;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:26:\"highlight_title_left_color\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";s:27:\"highlight_title_right_color\";s:0:\"\";}'),(1324,6378,'thegem_show_featured_posts_slider','0'),(1326,6378,'_zilla_likes','0'),(1328,6382,'_wpb_shortcodes_custom_css','.vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1329,6361,'_wp_page_template','default'),(1345,1686,'_wp_trash_meta_time','1594267437'),(1346,1686,'_wp_desired_post_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing'),(1347,1693,'_wp_trash_meta_status','publish'),(1348,1693,'_wp_trash_meta_time','1594267437'),(1349,1693,'_wp_desired_post_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2'),(1350,1695,'_wp_trash_meta_status','publish'),(1351,1695,'_wp_trash_meta_time','1594267437'),(1352,1695,'_wp_desired_post_slug','lorem-ipsum-dolor-amet-consectetur-adipisicing'),(1353,115,'_wp_trash_meta_status','publish'),(1354,115,'_wp_trash_meta_time','1594267437'),(1355,115,'_wp_desired_post_slug','proin-gravida-nibh-velit-auctor-aliquet-aenean'),(1356,115,'_wp_trash_meta_comments_status','a:1:{i:5;s:1:\"0\";}'),(1357,190,'_wp_trash_meta_status','publish'),(1358,190,'_wp_trash_meta_time','1594267437'),(1359,190,'_wp_desired_post_slug','proin-gravida-nibh-velit-auctor-aliquet-aenean-3'),(1360,190,'_wp_trash_meta_comments_status','a:3:{i:2;s:1:\"1\";i:3;s:1:\"0\";i:4;s:1:\"0\";}'),(1361,1,'_edit_last','1'),(1362,1,'_wp_page_template','default'),(1365,1,'slide_template',''),(1366,1,'rs_page_bg_color',''),(1371,6392,'_wp_attached_file','2020/07/beet-crm-supergraphic-header-01.png'),(1372,6392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/07/beet-crm-supergraphic-header-01.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"beet-crm-supergraphic-header-01-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"beet-crm-supergraphic-header-01-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"beet-crm-supergraphic-header-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"beet-crm-supergraphic-header-01-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"beet-crm-supergraphic-header-01-1536x480.png\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"beet-crm-supergraphic-header-01-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:43:\"beet-crm-supergraphic-header-01-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:43:\"beet-crm-supergraphic-header-01-766x600.png\";s:5:\"width\";i:766;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1200,6361,'_wpb_vc_js_status','true'),(1198,6361,'thegem_post_general_item_data','a:19:{s:26:\"show_featured_posts_slider\";i:0;s:21:\"show_featured_content\";i:0;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:0;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:26:\"highlight_title_left_color\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";s:27:\"highlight_title_right_color\";s:0:\"\";}'),(1182,6366,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1594007366805{padding-top: 10px !important;}'),(1186,1,'_wp_old_slug','hello-world__trashed'),(1181,6366,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1179,6362,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1142,6353,'_wpb_shortcodes_custom_css','.vc_custom_1593758491101{margin-bottom: 0px !important;}.vc_custom_1593758368494{margin-bottom: 0px !important;}.vc_custom_1593758458236{margin-bottom: 0px !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}.vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1143,6355,'_edit_last','1'),(1144,6355,'_edit_lock','1594201840:1'),(1145,6355,'_wp_page_template','default'),(1148,6355,'_zilla_likes','0'),(1149,6355,'slide_template','default'),(1150,6355,'rs_page_bg_color','#ffffff'),(1151,6355,'_customize_sidebars','yes'),(1152,6355,'thegem_page_data','a:48:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(1155,6355,'_wpb_vc_js_status','false'),(1178,6363,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1594007366805{padding-top: 10px !important;}'),(1153,6355,'thegem_post_general_item_data','a:19:{s:26:\"show_featured_posts_slider\";i:0;s:21:\"show_featured_content\";i:0;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:0;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:26:\"highlight_title_left_color\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";s:27:\"highlight_title_right_color\";s:0:\"\";}'),(1154,6355,'thegem_show_featured_posts_slider','0'),(1177,6363,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1157,1,'_edit_lock','1594267463:1'),(1158,117,'_wp_trash_meta_status','publish'),(1159,117,'_wp_trash_meta_time','1594202000'),(1160,117,'_wp_desired_post_slug','proin-gravida-nibh-velit-auctor-aliquet-aenean-2'),(1161,6355,'_wp_trash_meta_status','publish'),(1162,6355,'_wp_trash_meta_time','1594202002'),(1163,6355,'_wp_desired_post_slug','keuntungan-menggunakan-aplikasi-crm'),(1185,1,'_zilla_likes','0'),(1189,115,'_wp_old_slug','proin-gravida-nibh-velit-auctor-aliquet-aenean__trashed'),(1196,6361,'_customize_sidebars','yes'),(1197,6361,'thegem_page_data','a:49:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:84:\"https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-supergraphic-header-01-1.png\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:19:\"effects_hide_header\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(1192,190,'_wp_old_slug','proin-gravida-nibh-velit-auctor-aliquet-aenean-3__trashed'),(1193,6361,'_edit_last','2'),(1194,6361,'slide_template','default'),(1195,6361,'rs_page_bg_color','#ffffff'),(1176,6361,'_edit_lock','1594278482:2'),(1247,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1248,1686,'_dp_original','1675'),(1249,1686,'_wp_old_slug','lorem-ipsum-dolor-5'),(1319,6378,'slide_template','default'),(1252,1693,'_zilla_likes','0'),(1201,6361,'_zilla_likes','0'),(1208,115,'thegem_show_featured_posts_slider','0'),(1199,6361,'thegem_show_featured_posts_slider','0'),(1215,2,'thegem_page_data','a:49:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:17:\"effects_one_pager\";s:1:\"1\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(1317,6378,'_edit_lock','1594268146:2'),(1318,6378,'_wp_page_template','default'),(1206,115,'_edit_lock','1594204265:1'),(1207,115,'rs_page_bg_color','#ffffff'),(1211,6376,'_edit_lock','1594205307:1'),(1212,2,'slide_template','default'),(1213,2,'rs_page_bg_color','#ffffff'),(1214,2,'_customize_sidebars','yes'),(1216,2,'_wpb_vc_js_status','false'),(1381,6397,'_wp_attached_file','2020/07/beet-crm-supergraphic-header-01-1.png'),(1382,6397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2020/07/beet-crm-supergraphic-header-01-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"beet-crm-supergraphic-header-01-1-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"beet-crm-supergraphic-header-01-1-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"beet-crm-supergraphic-header-01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"beet-crm-supergraphic-header-01-1-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"beet-crm-supergraphic-header-01-1-1536x480.png\";s:5:\"width\";i:1536;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"beet-crm-supergraphic-header-01-1-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:45:\"beet-crm-supergraphic-header-01-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:45:\"beet-crm-supergraphic-header-01-1-766x600.png\";s:5:\"width\";i:766;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1320,6378,'rs_page_bg_color','#ffffff'),(1316,6378,'_edit_last','2'),(1221,1686,'_zilla_likes','0'),(1222,1686,'_zilla_likes','0'),(1223,1686,'_customize_sidebars','yes'),(1224,1686,'_wpb_vc_js_status','false'),(1226,1686,'_wp_old_date','2020-02-21'),(1227,1686,'thegem_page_data','a:48:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";s:3:\"294\";s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:0:\"\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:21:\"effects_no_top_margin\";s:1:\"1\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:14:\"sidebar_sticky\";i:0;}'),(1228,1686,'thegem_post_general_item_data','a:19:{s:26:\"show_featured_posts_slider\";i:0;s:21:\"show_featured_content\";i:0;s:10:\"video_type\";s:7:\"youtube\";s:5:\"video\";s:0:\"\";s:18:\"video_aspect_ratio\";s:0:\"\";s:10:\"quote_text\";s:0:\"\";s:12:\"quote_author\";s:0:\"\";s:16:\"quote_background\";s:0:\"\";s:18:\"quote_author_color\";s:0:\"\";s:5:\"audio\";s:0:\"\";s:7:\"gallery\";i:626;s:18:\"gallery_autoscroll\";i:0;s:9:\"highlight\";i:0;s:14:\"highlight_type\";s:7:\"squared\";s:15:\"highlight_style\";s:7:\"default\";s:31:\"highlight_title_left_background\";s:0:\"\";s:26:\"highlight_title_left_color\";s:0:\"\";s:32:\"highlight_title_right_background\";s:0:\"\";s:27:\"highlight_title_right_color\";s:0:\"\";}'),(850,252,'_wpb_shortcodes_custom_css','.vc_custom_1593426623658{background-color: #fff9f7 !important;}.vc_custom_1593682377942{background-color: #f7f7ff !important;}.vc_custom_1593682921428{background-color: #fff9f7 !important;}.vc_custom_1593682982682{background-color: #f7f7ff !important;}.vc_custom_1593426667663{background-color: #fff9f7 !important;}.vc_custom_1593687164360{background-color: #f7f7ff !important;}.vc_custom_1594032053416{background-color: #fff9f7 !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1082,6287,'thegem_quickfinder_item_data','a:15:{s:11:\"description\";s:0:\"\";s:16:\"title_text_color\";s:7:\"#3366CC\";s:22:\"description_text_color\";s:0:\"\";s:4:\"link\";s:11:\"#callcenter\";s:9:\"link_text\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"icon_color\";s:7:\"#3366CC\";s:12:\"icon_color_2\";s:0:\"\";s:21:\"icon_background_color\";s:4:\"#fff\";s:10:\"icon_shape\";s:7:\"hexagon\";s:17:\"icon_border_color\";s:7:\"#3366CC\";s:9:\"icon_size\";s:6:\"medium\";s:10:\"icon_style\";s:0:\"\";s:4:\"icon\";s:4:\"e090\";s:9:\"icon_pack\";s:7:\"elegant\";}'),(852,45,'_edit_lock','1593427159:1'),(853,45,'_edit_last','1'),(873,6141,'_wp_attached_file','2020/06/dashboard.jpg'),(874,6141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1882;s:6:\"height\";i:807;s:4:\"file\";s:21:\"2020/06/dashboard.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"dashboard-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dashboard-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dashboard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"dashboard-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"dashboard-1536x659.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"dashboard-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:21:\"dashboard-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:21:\"dashboard-766x731.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Anthony Nugraha\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593448358\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(838,6113,'_wp_attached_file','2020/06/crm-sub-icons-01.png'),(839,6113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2020/06/crm-sub-icons-01.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-01-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"crm-sub-icons-01-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-01-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-01-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-01-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-01-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(840,6114,'_wp_attached_file','2020/06/crm-sub-icons-02.png'),(841,6114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2020/06/crm-sub-icons-02.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-02-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"crm-sub-icons-02-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-02-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-02-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-02-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-02-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(842,6115,'_wp_attached_file','2020/06/crm-sub-icons-03.png'),(843,6115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2020/06/crm-sub-icons-03.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-03-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"crm-sub-icons-03-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-03-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-03-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-03-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-03-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(844,6116,'_wp_attached_file','2020/06/crm-sub-icons-04.png'),(845,6116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2020/06/crm-sub-icons-04.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-04-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"crm-sub-icons-04-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-04-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-04-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-04-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-04-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(846,6117,'_wp_attached_file','2020/06/crm-sub-icons-05.png'),(847,6117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2020/06/crm-sub-icons-05.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-05-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"crm-sub-icons-05-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-05-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-05-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-05-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-05-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(848,6118,'_wp_attached_file','2020/06/crm-sub-icons-06.png'),(849,6118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:750;s:4:\"file\";s:28:\"2020/06/crm-sub-icons-06.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-06-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"crm-sub-icons-06-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-06-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-06-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-06-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"crm-sub-icons-06-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(851,6121,'_wpb_shortcodes_custom_css','.vc_custom_1593415056724{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037.jpg?id=256) !important;}.vc_custom_1593414921409{background-color: #fff3ed !important;}.vc_custom_1593414970232{background-color: #f2f5ff !important;}.vc_custom_1593415011072{background-color: #fff3ed !important;}'),(875,6142,'_wp_attached_file','2020/06/deals.jpg'),(876,6142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1516;s:6:\"height\";i:711;s:4:\"file\";s:17:\"2020/06/deals.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"deals-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"deals-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"deals-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"deals-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"deals-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:17:\"deals-256x256.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:17:\"deals-766x711.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Anthony Nugraha\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1593448455\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(878,6150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4376;s:6:\"height\";i:2500;s:4:\"file\";s:41:\"2020/07/layout_industry-covered_white.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"layout_industry-covered_white-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"layout_industry-covered_white-1024x585.png\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"layout_industry-covered_white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"layout_industry-covered_white-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"layout_industry-covered_white-1536x878.png\";s:5:\"width\";i:1536;s:6:\"height\";i:878;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"layout_industry-covered_white-2048x1170.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"layout_industry-covered_white-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:41:\"layout_industry-covered_white-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:41:\"layout_industry-covered_white-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(881,6157,'_wp_attached_file','2020/07/beetcrm-features_logo.png'),(882,6157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1009;s:6:\"height\";i:224;s:4:\"file\";s:33:\"2020/07/beetcrm-features_logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"beetcrm-features_logo-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"beetcrm-features_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"beetcrm-features_logo-768x170.png\";s:5:\"width\";i:768;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"beetcrm-features_logo-672x224.png\";s:5:\"width\";i:672;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:33:\"beetcrm-features_logo-256x224.png\";s:5:\"width\";i:256;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:33:\"beetcrm-features_logo-766x224.png\";s:5:\"width\";i:766;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(883,6166,'_wp_attached_file','2020/07/Group-11.png'),(884,6166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1739;s:6:\"height\";i:880;s:4:\"file\";s:20:\"2020/07/Group-11.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Group-11-300x152.png\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Group-11-1024x518.png\";s:5:\"width\";i:1024;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Group-11-768x389.png\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Group-11-1536x777.png\";s:5:\"width\";i:1536;s:6:\"height\";i:777;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-11-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:20:\"Group-11-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:20:\"Group-11-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(885,6168,'_wp_attached_file','2020/07/Group-12.png'),(886,6168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1321;s:6:\"height\";i:506;s:4:\"file\";s:20:\"2020/07/Group-12.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Group-12-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Group-12-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Group-12-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-12-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:20:\"Group-12-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:20:\"Group-12-766x506.png\";s:5:\"width\";i:766;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1124,6333,'_wpb_shortcodes_custom_css','.vc_custom_1593758491101{margin-bottom: 0px !important;}.vc_custom_1593758368494{margin-bottom: 0px !important;}.vc_custom_1593758458236{margin-bottom: 0px !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}.vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(893,912,'_form','<div class=\"contact-form row\">\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\n		<div class=\"form-line\">\n			[text* your-name placeholder akismet:author \"Name*\"]\n		</div>\n	</div>\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\n		<div class=\"form-line\">\n			[email* your-email placeholder akismet:author_email \"Email*\"]\n		</div>\n	</div>\n        <div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\n		<div class=\"form-line\">\n			[number* your-phone placeholder akismet:author \"Phone Number*\"]\n		</div>\n	</div>\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:20px;\">\n		<div class=\"form-line\">[textarea* your-message 40x4 placeholder \"Message\"]</div>\n	</div>\n	<div class=\"col-lg-12 col-md-12 col-xs-12\">\n		<div class=\"form-line-button\" style=\"color:#3366CC\">[submit \"request demo\"]</div>\n	</div>\n</div>'),(894,912,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"Hello beetCRM \"[your-subject]\"\";s:6:\"sender\";s:32:\"[your-email] <hello@beetcrm.com>\";s:9:\"recipient\";s:17:\"hello@beetcrm.com\";s:4:\"body\";s:160:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-phone]\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on beetcrm.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1021,6247,'_edit_last','1'),(895,912,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"TheGem Blocks \"[your-subject]\"\";s:6:\"sender\";s:42:\"TheGem Blocks <wordpress@codex-themes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:143:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on TheGem Blocks (http://democontent.codex-themes.com/thegem-blocks)\";s:18:\"additional_headers\";s:35:\"Reply-To: gemscottjackson@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(896,912,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s: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: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.\";}'),(897,912,'_additional_settings',''),(898,912,'_locale','en_US'),(899,912,'_form','<div class=\"contact-form row\">\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\n		<div class=\"form-line\">\n			[text* your-name placeholder akismet:author \"Name*\"]\n		</div>\n	</div>\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\n		<div class=\"form-line\">\n			[email* your-email placeholder akismet:author_email \"Email*\"]\n		</div>\n	</div>\n        <div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\n		<div class=\"form-line\">\n			[number* your-phone placeholder akismet:author \"Phone Number*\"]\n		</div>\n	</div>\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:20px;\">\n		<div class=\"form-line\">[textarea* your-message 40x4 placeholder \"Message\"]</div>\n	</div>\n	<div class=\"col-lg-12 col-md-12 col-xs-12\">\n		<div class=\"form-line-button\" style=\"color:#3366CC\">[submit \"request demo\"]</div>\n	</div>\n</div>'),(900,912,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"Hello beetCRM \"[your-subject]\"\";s:6:\"sender\";s:32:\"[your-email] <hello@beetcrm.com>\";s:9:\"recipient\";s:17:\"hello@beetcrm.com\";s:4:\"body\";s:160:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-phone]\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on beetcrm.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1020,6247,'_edit_lock','1594264033:1'),(901,912,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"TheGem Blocks \"[your-subject]\"\";s:6:\"sender\";s:42:\"TheGem Blocks <wordpress@codex-themes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:143:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on TheGem Blocks (http://democontent.codex-themes.com/thegem-blocks)\";s:18:\"additional_headers\";s:35:\"Reply-To: gemscottjackson@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(902,912,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s: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: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.\";}'),(903,912,'_additional_settings',''),(904,912,'_locale','en_US'),(1022,6247,'_wp_page_template','default'),(1023,6247,'slide_template','default'),(1024,6247,'rs_page_bg_color','#ffffff'),(1025,6247,'_customize_sidebars','yes'),(906,191,'_edit_last','1'),(907,191,'rs_page_bg_color','#ffffff'),(908,6174,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(909,6174,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}.vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}.vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}.vc_custom_1587133991684{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593671387063{margin-bottom: 0px !important;background-color: #fffcfc !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1460026725540{padding-top: 0px !important;}.vc_custom_1593671625425{padding-top: 10px !important;}'),(916,6178,'_edit_last','1'),(917,6178,'_wp_page_template','default'),(910,252,'rs_page_bg_color','#ffffff'),(918,6178,'slide_template','default'),(919,6178,'rs_page_bg_color','#ffffff'),(920,6178,'_customize_sidebars','yes'),(911,6175,'_wpb_shortcodes_custom_css','.vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}.vc_custom_1593426623658{background-color: #fff9f7 !important;}.vc_custom_1593426638439{background-color: #f7f7ff !important;}.vc_custom_1593426667663{background-color: #fff9f7 !important;}'),(922,6178,'_wpb_vc_js_status','true'),(1134,6346,'_wpb_shortcodes_custom_css','.vc_custom_1593426623658{background-color: #fff9f7 !important;}.vc_custom_1593682377942{background-color: #f7f7ff !important;}.vc_custom_1593682921428{background-color: #fff9f7 !important;}.vc_custom_1593682982682{background-color: #f7f7ff !important;}.vc_custom_1593426667663{background-color: #fff9f7 !important;}.vc_custom_1593687164360{background-color: #f7f7ff !important;}.vc_custom_1594032053416{background-color: #fff9f7 !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1135,6347,'_wpb_shortcodes_custom_css','.vc_custom_1593758491101{margin-bottom: 0px !important;}.vc_custom_1593758368494{margin-bottom: 0px !important;}.vc_custom_1593758458236{margin-bottom: 0px !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}.vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(923,6178,'_edit_lock','1594196786:1'),(1136,6348,'_wpb_shortcodes_custom_css','.vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1137,6349,'_wpb_shortcodes_custom_css','.vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1138,6350,'_wpb_shortcodes_custom_css','.vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1139,6351,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(936,6178,'_wpb_shortcodes_custom_css','.vc_custom_1593758491101{margin-bottom: 0px !important;}.vc_custom_1593758368494{margin-bottom: 0px !important;}.vc_custom_1593758458236{margin-bottom: 0px !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}.vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1078,6287,'_edit_last','1'),(1079,6287,'_edit_lock','1594033621:1'),(1080,6287,'slide_template',''),(1081,6287,'rs_page_bg_color',''),(937,6185,'_menu_item_type','custom'),(938,6185,'_menu_item_menu_item_parent','201'),(939,6185,'_menu_item_object_id','6185'),(940,6185,'_menu_item_object','custom'),(941,6185,'_menu_item_target',''),(942,6185,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(943,6185,'_menu_item_xfn',''),(944,6185,'_menu_item_url','https://beetcrm.com/features/#sales'),(946,6185,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:1;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(947,6185,'_menu_item_thegem_mobile_clickable',''),(954,6189,'_wpb_shortcodes_custom_css','.vc_custom_1586774684361{margin-bottom: 0px !important;}.vc_custom_1586774689416{margin-bottom: 0px !important;}.vc_custom_1586774684361{margin-bottom: 0px !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}.vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}'),(955,6194,'_wp_attached_file','2020/07/banner-web_white.png'),(956,6194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5001;s:6:\"height\";i:2084;s:4:\"file\";s:28:\"2020/07/banner-web_white.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"banner-web_white-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"banner-web_white-1024x427.png\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"banner-web_white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"banner-web_white-768x320.png\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"banner-web_white-1536x640.png\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"banner-web_white-2048x853.png\";s:5:\"width\";i:2048;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"banner-web_white-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"banner-web_white-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"banner-web_white-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(957,6196,'_wp_attached_file','2020/07/Group-14-1.png'),(958,6196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:748;s:4:\"file\";s:22:\"2020/07/Group-14-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Group-14-1-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Group-14-1-1024x451.png\";s:5:\"width\";i:1024;s:6:\"height\";i:451;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Group-14-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Group-14-1-768x338.png\";s:5:\"width\";i:768;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"Group-14-1-1536x676.png\";s:5:\"width\";i:1536;s:6:\"height\";i:676;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Group-14-1-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:22:\"Group-14-1-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:22:\"Group-14-1-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(959,6197,'_wp_attached_file','2020/07/Group-15.png'),(960,6197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1008;s:6:\"height\";i:895;s:4:\"file\";s:20:\"2020/07/Group-15.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Group-15-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Group-15-768x682.png\";s:5:\"width\";i:768;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-15-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:20:\"Group-15-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:20:\"Group-15-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(961,6200,'_wp_attached_file','2020/07/docccc.png'),(962,6200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1178;s:6:\"height\";i:895;s:4:\"file\";s:18:\"2020/07/docccc.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"docccc-300x228.png\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"docccc-1024x778.png\";s:5:\"width\";i:1024;s:6:\"height\";i:778;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"docccc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"docccc-768x583.png\";s:5:\"width\";i:768;s:6:\"height\";i:583;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"docccc-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:18:\"docccc-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:18:\"docccc-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(963,6204,'_wp_attached_file','2020/07/Group-1712.png'),(964,6204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1159;s:6:\"height\";i:590;s:4:\"file\";s:22:\"2020/07/Group-1712.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Group-1712-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Group-1712-1024x521.png\";s:5:\"width\";i:1024;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Group-1712-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Group-1712-768x391.png\";s:5:\"width\";i:768;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Group-1712-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:22:\"Group-1712-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:22:\"Group-1712-766x590.png\";s:5:\"width\";i:766;s:6:\"height\";i:590;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(965,6208,'_wp_attached_file','2020/07/beetcrm-icons-01.png'),(966,6208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5559;s:6:\"height\";i:3125;s:4:\"file\";s:28:\"2020/07/beetcrm-icons-01.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-01-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-01-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-01-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-01-1536x863.png\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"beetcrm-icons-01-2048x1151.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-01-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-01-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-01-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(967,6209,'_wp_attached_file','2020/07/beetcrm-icons-06.png'),(968,6209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5559;s:6:\"height\";i:3126;s:4:\"file\";s:28:\"2020/07/beetcrm-icons-06.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-06-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-06-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-06-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-06-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"beetcrm-icons-06-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-06-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-06-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-06-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(969,6210,'_wp_attached_file','2020/07/beetcrm-icons-04.png'),(970,6210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5559;s:6:\"height\";i:3126;s:4:\"file\";s:28:\"2020/07/beetcrm-icons-04.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-04-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-04-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-04-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-04-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"beetcrm-icons-04-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-04-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-04-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-04-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(971,6211,'_wp_attached_file','2020/07/beetcrm-icons-03.png'),(972,6211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5559;s:6:\"height\";i:3125;s:4:\"file\";s:28:\"2020/07/beetcrm-icons-03.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-03-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-03-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-03-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-03-1536x863.png\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"beetcrm-icons-03-2048x1151.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-03-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-03-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-03-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(973,6212,'_wp_attached_file','2020/07/beetcrm-icons-02.png'),(974,6212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5559;s:6:\"height\";i:3125;s:4:\"file\";s:28:\"2020/07/beetcrm-icons-02.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-02-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-02-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-02-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"beetcrm-icons-02-1536x863.png\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"beetcrm-icons-02-2048x1151.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-02-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-02-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:28:\"beetcrm-icons-02-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(975,6214,'_wp_attached_file','2020/07/beetcrm-icons-05-05.png'),(976,6214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5559;s:6:\"height\";i:3126;s:4:\"file\";s:31:\"2020/07/beetcrm-icons-05-05.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"beetcrm-icons-05-05-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"beetcrm-icons-05-05-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"beetcrm-icons-05-05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"beetcrm-icons-05-05-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"beetcrm-icons-05-05-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"beetcrm-icons-05-05-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"beetcrm-icons-05-05-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:31:\"beetcrm-icons-05-05-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:31:\"beetcrm-icons-05-05-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(977,6219,'_wp_attached_file','2020/07/faq-beet-crm-01.png'),(978,6219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1932;s:6:\"height\";i:1061;s:4:\"file\";s:27:\"2020/07/faq-beet-crm-01.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"faq-beet-crm-01-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"faq-beet-crm-01-1024x562.png\";s:5:\"width\";i:1024;s:6:\"height\";i:562;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"faq-beet-crm-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"faq-beet-crm-01-768x422.png\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"faq-beet-crm-01-1536x844.png\";s:5:\"width\";i:1536;s:6:\"height\";i:844;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"faq-beet-crm-01-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:27:\"faq-beet-crm-01-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:27:\"faq-beet-crm-01-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(979,6222,'_wp_attached_file','2020/07/Group-18.png'),(980,6222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1685;s:6:\"height\";i:914;s:4:\"file\";s:20:\"2020/07/Group-18.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Group-18-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Group-18-1024x555.png\";s:5:\"width\";i:1024;s:6:\"height\";i:555;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Group-18-768x417.png\";s:5:\"width\";i:768;s:6:\"height\";i:417;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Group-18-1536x833.png\";s:5:\"width\";i:1536;s:6:\"height\";i:833;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-18-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:20:\"Group-18-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:20:\"Group-18-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(981,6224,'_wp_attached_file','2020/07/Group-22.png'),(982,6224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1104;s:6:\"height\";i:583;s:4:\"file\";s:20:\"2020/07/Group-22.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Group-22-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Group-22-1024x541.png\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Group-22-768x406.png\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-22-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:20:\"Group-22-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:20:\"Group-22-766x583.png\";s:5:\"width\";i:766;s:6:\"height\";i:583;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(985,6233,'_wp_attached_file','2020/07/cropped-beets-logo-satu-satu-16.png'),(986,6233,'_wp_attachment_context','site-icon'),(987,6233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:43:\"2020/07/cropped-beets-logo-satu-satu-16.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-16-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-16-512x372.png\";s:5:\"width\";i:512;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-16-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-16-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-16-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-16-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:41:\"cropped-beets-logo-satu-satu-16-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(988,6234,'_edit_lock','1593954422:1'),(991,6236,'_wp_attached_file','2020/07/cropped-beets-logo-satu-satu-17.png'),(992,6236,'_wp_attachment_context','site-icon'),(993,6236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:43:\"2020/07/cropped-beets-logo-satu-satu-17.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-17-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-17-512x372.png\";s:5:\"width\";i:512;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-17-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-17-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-17-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:43:\"cropped-beets-logo-satu-satu-17-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:41:\"cropped-beets-logo-satu-satu-17-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(994,6234,'_wp_trash_meta_status','publish'),(995,6234,'_wp_trash_meta_time','1593954453'),(996,6237,'_wp_trash_meta_status','publish'),(997,6237,'_wp_trash_meta_time','1593954658'),(998,55,'_edit_lock','1593963125:1'),(999,55,'_wp_trash_meta_status','publish'),(1000,55,'_wp_trash_meta_time','1593963299'),(1001,55,'_wp_desired_post_slug','christian-perry'),(1003,52,'_wp_trash_meta_time','1593963299'),(1004,52,'_wp_desired_post_slug','marcus-fields'),(1047,6262,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1046,6262,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1007,6239,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1008,6239,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593671625425{padding-top: 10px !important;}'),(1010,6240,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593671625425{padding-top: 10px !important;}'),(1011,6241,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1012,6241,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593671625425{padding-top: 10px !important;}'),(1013,6242,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1014,6242,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593671625425{padding-top: 10px !important;}'),(1015,6243,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1016,6243,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593671625425{padding-top: 10px !important;}'),(1017,6244,'_wpb_shortcodes_custom_css','.vc_custom_1593758368494{margin-bottom: 0px !important;}.vc_custom_1593758458236{margin-bottom: 0px !important;}.vc_custom_1593758491101{margin-bottom: 0px !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}.vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}'),(1018,6245,'_wpb_shortcodes_custom_css','.vc_custom_1593758368494{margin-bottom: 0px !important;}.vc_custom_1593758458236{margin-bottom: 0px !important;}.vc_custom_1593758491101{margin-bottom: 0px !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}.vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}.vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}'),(1019,6246,'_wpb_shortcodes_custom_css','.vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}.vc_custom_1593426623658{background-color: #fff9f7 !important;}.vc_custom_1593682377942{background-color: #f7f7ff !important;}.vc_custom_1593682921428{background-color: #fff9f7 !important;}.vc_custom_1593682982682{background-color: #f7f7ff !important;}.vc_custom_1593426667663{background-color: #fff9f7 !important;}.vc_custom_1593687164360{background-color: #f7f7ff !important;}.vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}'),(1026,6247,'thegem_page_data','a:52:{s:11:\"title_style\";s:0:\"\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:18:\"header_transparent\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:20:\"header_hide_top_area\";s:1:\"1\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:21:\"enable_page_preloader\";s:1:\"1\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";i:0;}'),(1027,6247,'_wpb_vc_js_status','true'),(1028,6250,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1029,6250,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593967017907{padding-top: 10px !important;}'),(1030,6252,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1031,6252,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1032,6254,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1033,6254,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1034,6255,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1035,6255,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1036,6256,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1037,6256,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1038,6257,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1039,6257,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1040,6258,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1041,6258,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1042,6259,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1043,6259,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1044,6260,'_wpb_post_custom_css','.quickfinder-item-box {\r\n    padding: 0;\r\n}\r\n.quickfinder .gem-icon-size-medium {\r\n    font-size: 24px;\r\n}\r\n\r\n\r\n.quickfinder  .inline-column {\r\n    margin-bottom: 72px !important;\r\n\r\n}\r\nbody .pricing-table-style-8 .pricing-price{\r\n    border: 3px solid #10b6fe;\r\n}\r\nbody .pricing-table-style-8 .highlighted .pricing-cost {\r\n    color: #10b6fe;\r\n}\r\na.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n}\r\n\r\nh3.yikes-mailchimp-form-title.yikes-mailchimp-form-title-1 {\r\n    display: none;\r\n}\r\n.socials-list .socials-item {\r\n    margin-left: 10px;\r\n    margin-right: 10px;\r\n    padding: 20px;\r\n    border: 1px solid rgba(255,255,255,0.25);\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {\r\n    width: 87px;\r\n    height: 73px;\r\n    -webkit-border-radius: 6px;\r\n    -moz-border-radius: 6px;\r\n    border-radius: 6px;\r\n    left: 2px;\r\n    top: 2px;\r\n}\r\n@media (max-width: 1199px) {\r\n.wpb_row > * {\r\n    margin-top: 0;\r\n}\r\n.custom-5 { \r\n      margin-top: 30px;  \r\n}\r\n}\r\n@media (max-width: 768px) {\r\n.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n        position: relative;\r\n            right: 0px;\r\n}\r\n.custom  .gem-button-position-inline {\r\n            width: 100%;\r\n    margin-top: 30px;\r\n}\r\n.custom5 .gem-button-container.gem-button-position-inline {\r\n    display: inline-block !important;\r\n    vertical-align: middle !important;\r\n    width: 70% !important;\r\n    display: block !important;\r\n    margin: 0 auto !important;\r\n}\r\n.custom5  a.gem-button.gem-button-size-medium.gem-button-style-outline.gem-button-text-weight-normal.gem-button-border-2.gem-button-icon-position-left {\r\n    min-width: 150px;\r\n    margin: 10px;\r\n}\r\n\r\n\r\n\r\n}\r\n\r\n.custom-5 {\r\n       text-align: center !important; \r\n}\r\n.custom-position .gem-button.gem-button-style-outline {\r\n    background: transparent;\r\n    margin: 0;\r\n    margin: 10px;\r\n    display: inline-block;\r\n}\r\n\r\n.custom-position .gem-button-position-inline {\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n}\r\n\r\n@media (max-width: 768px) { \r\n    .quickfinder-item-table .quickfinder-item-info-wrapper {\r\n    width: 100%;\r\n    display: block;\r\n    text-align: center;\r\n}\r\n.quickfinder-item.icon-size-medium .quickfinder-item-table .quickfinder-item-image {\r\n    padding-right: 0;\r\n    width: 100%;\r\n    float: left;\r\n    text-align: center;\r\n    padding-bottom: 34px;\r\n}\r\n    \r\n}\r\n\r\n.gem-slideshow > * {\r\n    height: auto;\r\n}\r\n\r\nbody .yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {\r\n    top: -1px;\r\n    right: 0px;\r\n    height:50px;\r\n}'),(1045,6260,'_wpb_shortcodes_custom_css','.vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1460112609651{margin-bottom: 0px !important;}.vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}.vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1593968371127{padding-top: 10px !important;}'),(1094,6298,'_wp_attached_file','2020/07/Call-Software.png'),(1092,6291,'_menu_item_thegem_mega_menu','a:17:{s:4:\"icon\";s:0:\"\";s:6:\"enable\";b:1;s:7:\"masonry\";b:0;s:7:\"columns\";i:3;s:5:\"image\";s:0:\"\";s:14:\"image_position\";s:13:\"center center\";s:5:\"width\";i:300;s:8:\"not_link\";b:0;s:8:\"not_show\";b:0;s:7:\"new_row\";b:0;s:5:\"label\";s:0:\"\";s:12:\"padding_left\";s:3:\"0px\";s:11:\"padding_top\";s:3:\"0px\";s:13:\"padding_right\";s:3:\"0px\";s:14:\"padding_bottom\";s:3:\"0px\";s:5:\"style\";s:7:\"default\";i:0;s:0:\"\";}'),(1093,6291,'_menu_item_thegem_mobile_clickable',''),(1095,6298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1420;s:6:\"height\";i:794;s:4:\"file\";s:25:\"2020/07/Call-Software.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Call-Software-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Call-Software-1024x573.png\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Call-Software-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Call-Software-768x429.png\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Call-Software-672x372.png\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thegem-post-thumb\";a:4:{s:4:\"file\";s:25:\"Call-Software-256x256.png\";s:5:\"width\";i:256;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"thegem-custom-product-categories\";a:4:{s:4:\"file\";s:25:\"Call-Software-766x731.png\";s:5:\"width\";i:766;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1076,6276,'rs_page_bg_color','#ffffff'),(1077,6276,'_wp_page_template','default'),(1083,6291,'_menu_item_type','custom'),(1084,6291,'_menu_item_menu_item_parent','201'),(1085,6291,'_menu_item_object_id','6291'),(1086,6291,'_menu_item_object','custom'),(1087,6291,'_menu_item_target',''),(1088,6291,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1089,6291,'_menu_item_xfn',''),(1090,6291,'_menu_item_url','https://beetcrm.com/features/#callcenter'),(1074,6276,'slide_template','default'),(1075,6276,'thegem_page_data','a:53:{s:11:\"title_style\";s:0:\"\";s:14:\"title_template\";s:1:\"0\";s:23:\"title_use_page_settings\";s:1:\"0\";s:12:\"title_xlarge\";s:1:\"0\";s:18:\"title_rich_content\";s:1:\"0\";s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:0:\"\";s:25:\"title_background_parallax\";s:1:\"0\";s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";s:1:\"0\";s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";s:1:\"0\";s:18:\"header_transparent\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:20:\"header_hide_top_area\";s:1:\"1\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:24:\"effects_no_bottom_margin\";s:1:\"1\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:9:\"revslider\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:10:\"App-Sparta\";s:21:\"enable_page_preloader\";s:1:\"1\";s:17:\"effects_one_pager\";s:1:\"1\";s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:19:\"fullpage_style_dots\";s:7:\"outline\";s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:14:\"sidebar_sticky\";s:1:\"0\";}');
/*!40000 ALTER TABLE `wpk3_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_posts`
--

DROP TABLE IF EXISTS `wpk3_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_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=MyISAM AUTO_INCREMENT=6400 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_posts`
--

LOCK TABLES `wpk3_posts` WRITE;
/*!40000 ALTER TABLE `wpk3_posts` DISABLE KEYS */;
INSERT INTO `wpk3_posts` VALUES (1,1,'2019-12-19 09:29:45','2019-12-19 09:29:45','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2020-07-09 04:04:23','2020-07-09 04:04:23','',0,'https://beetcrm.com/?p=1',0,'post','',1),(2,1,'2019-12-19 09:29:45','2019-12-19 09:29:45','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://beetcrm.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',0,'https://beetcrm.com/?page_id=2',0,'page','',0),(3,1,'2019-12-19 09:29:45','2019-12-19 09:29:45','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://beetcrm.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',0,'https://beetcrm.com/?page_id=3',0,'page','',0),(252,1,'2020-06-24 08:15:24','2020-06-24 08:15:24','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\r\n[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span>\r\n\r\n<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span>\r\n\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6325\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span>\r\n\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','Features','','publish','closed','closed','','features','','','2020-07-08 07:16:46','2020-07-08 07:16:46','',0,'https://beetcrm.com/?page_id=252',0,'page','',0),(6246,1,'2020-07-05 16:04:34','2020-07-05 16:04:34','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\r\n[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>\r\n\r\n<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>\r\n\r\n<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-05 16:04:34','2020-07-05 16:04:34','',252,'https://beetcrm.com/2020/07/05/252-revision-v1/',0,'revision','',0),(5,1,'2019-12-19 09:33:59','2019-12-19 09:33:59','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nBeetPos \"[your-subject]\"\nBeetPos <hello@beetpos.com>\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 BeetPos (https://beetcrm.com)\nhello@beetpos.com\nReply-To: [your-email]\n\n0\n0\n\nBeetPos \"[your-subject]\"\nBeetPos <hello@beetpos.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on BeetPos (https://beetcrm.com)\n[your-email]\nReply-To: hello@beetpos.com\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','','','2019-12-19 09:33:59','2019-12-19 09:33:59','',0,'https://beetcrm.com/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(20,1,'2016-04-07 10:03:40','2016-04-07 10:03:40','','2-layers-4.jpg (Demo)','','inherit','closed','closed','','2-layers-4-jpg','','','2016-04-07 10:03:40','2016-04-07 10:03:40','',0,'https://beetcrm.com/wp-content/uploads/2016/04/2-layers-4-1.jpg',0,'attachment','image/jpeg',0),(21,1,'2016-04-07 10:03:41','2016-04-07 10:03:41','','iphone_6_3.png (Demo)','','inherit','closed','closed','','iphone-6-3-png','','','2016-04-07 10:03:41','2016-04-07 10:03:41','',0,'https://beetcrm.com/wp-content/uploads/2016/04/iphone_6_3-1.png',0,'attachment','image/png',0),(23,1,'2016-04-07 10:03:44','2016-04-07 10:03:44','','4-30.jpg (Demo)','','inherit','closed','closed','','4-30-jpg','','','2016-04-07 10:03:44','2016-04-07 10:03:44','',0,'https://beetcrm.com/wp-content/uploads/2016/04/4-30-1.jpg',0,'attachment','image/jpeg',0),(26,1,'2016-04-07 10:04:58','2016-04-07 10:04:58','','4-7.png (Demo)','','inherit','closed','closed','','4-7-png','','','2016-04-07 10:04:58','2016-04-07 10:04:58','',0,'https://beetcrm.com/wp-content/uploads/2016/04/4-7-1.png',0,'attachment','image/png',0),(27,1,'2016-04-07 10:04:58','2016-04-07 10:04:58','','5-4.png (Demo)','','inherit','closed','closed','','5-4-png','','','2016-04-07 10:04:58','2016-04-07 10:04:58','',0,'https://beetcrm.com/wp-content/uploads/2016/04/5-4-1.png',0,'attachment','image/png',0),(28,1,'2016-04-07 10:04:58','2016-04-07 10:04:58','','2-9.png (Demo)','','inherit','closed','closed','','2-9-png','','','2016-04-07 10:04:58','2016-04-07 10:04:58','',0,'https://beetcrm.com/wp-content/uploads/2016/04/2-9-1.png',0,'attachment','image/png',0),(29,1,'2016-04-07 10:04:58','2016-04-07 10:04:58','','6-4.png (Demo)','','inherit','closed','closed','','6-4-png','','','2016-04-07 10:04:58','2016-04-07 10:04:58','',0,'https://beetcrm.com/wp-content/uploads/2016/04/6-4-1.png',0,'attachment','image/png',0),(30,1,'2016-04-07 10:10:01','2016-04-07 10:10:01','','phone (Demo)','','inherit','open','closed','','phone','','','2016-04-07 10:10:01','2016-04-07 10:10:01','',0,'https://beetcrm.com/wp-content/uploads/2016/04/phone-2.png',0,'attachment','image/png',0),(6310,1,'2020-07-07 06:09:06','2020-07-07 06:09:06','<p>[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)<br />\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-07 06:09:06','2020-07-07 06:09:06','',6178,'https://beetcrm.com/2020/07/07/6178-revision-v1/',0,'revision','',0),(6306,1,'2020-07-07 05:50:20','2020-07-07 05:50:20','<p>[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)<br />\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><strong>© BeetCRM 2020</strong></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-07 05:50:20','2020-07-07 05:50:20','',6178,'https://beetcrm.com/2020/07/07/6178-revision-v1/',0,'revision','',0),(34,1,'2016-04-07 10:11:57','2016-04-07 10:11:57','','iphone-6-silver (Demo)','','inherit','open','closed','','iphone-6-silver','','','2016-04-07 10:11:57','2016-04-07 10:11:57','',0,'https://beetcrm.com/wp-content/uploads/2016/04/iphone-6-silver-1.png',0,'attachment','image/png',0),(36,1,'2016-04-07 10:13:22','2016-04-07 10:13:22','','bg-app-sparta (Demo)','','inherit','open','closed','','bg-app-sparta','','','2016-04-07 10:13:22','2016-04-07 10:13:22','',0,'https://beetcrm.com/wp-content/uploads/2016/04/bg-app-sparta-1.png',0,'attachment','image/png',0),(37,1,'2016-04-07 10:14:07','2016-04-07 10:14:07','','2-layers-8 (Demo)','','inherit','open','closed','','2-layers-8','','','2016-04-07 10:14:07','2016-04-07 10:14:07','',0,'https://beetcrm.com/wp-content/uploads/2016/04/2-layers-8-1.png',0,'attachment','image/png',0),(39,1,'2016-04-07 10:15:20','2016-04-07 10:15:20','','2-layers-3 (Demo)','','inherit','open','closed','','2-layers-3','','','2016-04-07 10:15:20','2016-04-07 10:15:20','',0,'https://beetcrm.com/wp-content/uploads/2016/04/2-layers-3-1.jpg',0,'attachment','image/jpeg',0),(43,1,'2016-04-07 10:21:51','2016-04-07 10:21:51','','back-5 (Demo)','','inherit','open','closed','','back-5','','','2016-04-07 10:21:51','2016-04-07 10:21:51','',0,'https://beetcrm.com/wp-content/uploads/2016/04/back-5-1.png',0,'attachment','image/png',0),(6266,1,'2020-07-05 18:10:53','2020-07-05 18:10:53','https://beetcrm.com/wp-content/uploads/2020/07/cropped-CRM-LOGO.png','cropped-CRM-LOGO.png','','inherit','open','closed','','cropped-crm-logo-png','','','2020-07-05 18:10:53','2020-07-05 18:10:53','',0,'https://beetcrm.com/wp-content/uploads/2020/07/cropped-CRM-LOGO.png',0,'attachment','image/png',0),(71,1,'2016-04-07 11:54:26','2016-04-07 11:54:26','','footer-logo (Demo)','','inherit','open','closed','','footer-logo','','','2016-04-07 11:54:26','2016-04-07 11:54:26','',0,'https://beetcrm.com/wp-content/uploads/2016/04/footer-logo-1.png',0,'attachment','image/png',0),(154,1,'2016-04-20 08:23:02','2016-04-20 08:23:02','','rectangle-8-copy-2 (Demo)','','inherit','open','closed','','rectangle-8-copy-2','','','2016-04-20 08:23:02','2016-04-20 08:23:02','',191,'https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2-1.jpg',0,'attachment','image/jpeg',0),(72,1,'2016-04-07 12:05:08','2016-04-07 12:05:08','<p>Subscribe to our MailChimp newsletter and stay up to date with all events coming straight in your mailbox:</p>\n<p class=\"mc-form\">\n	<input type=\"email\" id=\"mc4wp_email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\n\n	<input  id=\"mc4wp_submit\" type=\"submit\" value=\"&#xe634\" />\n</p>\n<p class=\"mc-text small-body\"> <span>*</span> Personal data will be encrypted </p>','(Demo)','','publish','closed','closed','','72','','','2016-04-07 12:05:08','2016-04-07 12:05:08','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/mc4wp-form/72/',0,'mc4wp-form','',0),(168,1,'2016-04-20 08:46:14','2016-04-20 08:46:14','','0.8x3-Logo-000 (Demo)','','inherit','open','closed','','0-8x3-logo-000','','','2016-04-20 08:46:14','2016-04-20 08:46:14','',0,'https://beetcrm.com/wp-content/uploads/2016/04/0.8x3-Logo-000-1.png',0,'attachment','image/png',0),(169,1,'2016-04-20 08:46:34','2016-04-20 08:46:34','','0.8x3-Logo-001 (Demo)','','inherit','open','closed','','0-8x3-logo-001','','','2016-04-20 08:46:34','2016-04-20 08:46:34','',0,'https://beetcrm.com/wp-content/uploads/2016/04/0.8x3-Logo-001-1.png',0,'attachment','image/png',0),(6263,1,'2020-07-05 18:04:49','2020-07-05 18:04:49','https://beetcrm.com/wp-content/uploads/2020/06/cropped-beetcrm_logo_150x250px.png','cropped-beetcrm_logo_150x250px.png','','inherit','open','closed','','cropped-beetcrm_logo_150x250px-png','','','2020-07-05 18:04:49','2020-07-05 18:04:49','',0,'https://beetcrm.com/wp-content/uploads/2020/06/cropped-beetcrm_logo_150x250px.png',0,'attachment','image/png',0),(189,1,'2019-01-18 14:22:56','2019-01-18 14:22:56','https://beetcrm.com/wp-content/uploads/2019/01/cropped-favicon.png','cropped-favicon.png (Demo)','','inherit','open','closed','','cropped-favicon-png','','','2019-01-18 14:22:56','2019-01-18 14:22:56','',0,'https://beetcrm.com/wp-content/uploads/2019/01/cropped-favicon-1.png',0,'attachment','image/png',0),(190,1,'2017-04-07 07:43:51','2017-04-07 07:43:51','[vc_row][vc_column][vc_column_text]\n<div class=\"title-h2\">Simple BLOG POST</div>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mi dolor, malesuada id metus a, mattis eleifend elit. Nullam pharetra consequat ex in dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus lacinia dui tellus. Donec condimentum vel diam eget accumsan. Fusce sit amet nunc fermentum, mattis lacus eu, euismod ipsum. Nam tincidunt leo sed lorem ultricies molestie. In in turpis id risus lacinia finibus eget eget eros. Mauris lobortis, tortor eu ornare convallis, mauris tortor blandit orci, nec eleifend velit dolor sit amet nunc. Suspendisse vel ipsum tempor, volutpat arcu at, faucibus mi. In efficitur lorem mattis diam finibus finibus. Nunc tincidunt id eros non euismod. Sed tellus erat, varius et sollicitudin non, ullamcorper eget arcu. Mauris at lectus aliquet, vestibulum dui non, volutpat orci. Integer dapibus tincidunt ornare. Praesent blandit leo at turpis porta, a dignissim nunc consequat.\n\nEtiam eu varius enim, et varius lacus. Integer tellus tellus, dictum ac pellentesque quis, scelerisque at ligula. Maecenas dignissim lectus a mauris vulputate fermentum. Suspendisse potenti. Duis id cursus augue, vitae scelerisque metus. Phasellus id nulla a leo vehicula elementum sit amet vel ex. Suspendisse gravida lorem sem. Donec sodales leo a pharetra pretium. Aenean ultrices elit vel ipsum volutpat interdum. Donec pellentesque quis elit eget lacinia. Nunc ac condimentum erat, vitae aliquet orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row]','Proin gravida nibh velit auctor aliquet aenean… (Demo)','','trash','open','open','','proin-gravida-nibh-velit-auctor-aliquet-aenean-3__trashed','','','2020-07-09 04:03:57','2020-07-09 04:03:57','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?p=1',0,'post','',1),(191,1,'2016-04-07 07:43:51','2016-04-07 07:43:51','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nmenghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nrekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_top=\"40\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1594202965009-0113995b-81bf-10\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','App One Pager','','publish','closed','open','','index','','','2020-07-08 10:11:18','2020-07-08 10:11:18','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?page_id=2',0,'page','',0),(6242,1,'2020-07-05 15:59:41','2020-07-05 15:59:41','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 15:59:41','2020-07-05 15:59:41','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6241,1,'2020-07-05 15:52:31','2020-07-05 15:52:31','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 15:52:31','2020-07-05 15:52:31','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6239,1,'2020-07-05 15:38:19','2020-07-05 15:38:19','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\r\n[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 15:38:19','2020-07-05 15:38:19','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6170,1,'2020-07-02 06:05:14','2020-07-02 06:05:14','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 06:05:14','2020-07-02 06:05:14','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(6167,1,'2020-07-02 04:44:43','2020-07-02 04:44:43','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 04:44:43','2020-07-02 04:44:43','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(6152,1,'2020-07-02 03:27:25','2020-07-02 03:27:25','<p>[vc_row][vc_column][vc_single_image image=\"6150\" img_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 03:27:25','2020-07-02 03:27:25','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(199,1,'2019-12-19 09:37:15','2019-12-19 09:37:15','[vc_row el_id=\"link\"][vc_column][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e031\" color=\"#ffe670\"][gem_divider margin_top=\"14\"][vc_column_text]\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Core Features</span></div>\n[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit,  sed do eiusmod tempor</p>\n[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"30\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-1\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"5\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e106\" color=\"#ffe670\"][gem_divider margin_top=\"14\"][vc_column_text]\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Extra Features</span></div>\n[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n[/vc_column_text][gem_divider margin_top=\"85\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-2\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"127\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n[/vc_column_text][vc_column_text]\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n[/vc_column_text][vc_column_text]\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n[/vc_column_text][vc_column_text]\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order \" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order \" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price title=\" \" subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order \" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',191,'https://beetcrm.com/2019/12/19/191-revision-v1/',0,'revision','',0),(115,1,'2017-04-07 12:21:55','2017-04-07 12:21:55','[vc_row][vc_column][vc_column_text]\n<div class=\"title-h2\">Simple BLOG POST</div>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mi dolor, malesuada id metus a, mattis eleifend elit. Nullam pharetra consequat ex in dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus lacinia dui tellus. Donec condimentum vel diam eget accumsan. Fusce sit amet nunc fermentum, mattis lacus eu, euismod ipsum. Nam tincidunt leo sed lorem ultricies molestie. In in turpis id risus lacinia finibus eget eget eros. Mauris lobortis, tortor eu ornare convallis, mauris tortor blandit orci, nec eleifend velit dolor sit amet nunc. Suspendisse vel ipsum tempor, volutpat arcu at, faucibus mi. In efficitur lorem mattis diam finibus finibus. Nunc tincidunt id eros non euismod. Sed tellus erat, varius et sollicitudin non, ullamcorper eget arcu. Mauris at lectus aliquet, vestibulum dui non, volutpat orci. Integer dapibus tincidunt ornare. Praesent blandit leo at turpis porta, a dignissim nunc consequat.\n\nEtiam eu varius enim, et varius lacus. Integer tellus tellus, dictum ac pellentesque quis, scelerisque at ligula. Maecenas dignissim lectus a mauris vulputate fermentum. Suspendisse potenti. Duis id cursus augue, vitae scelerisque metus. Phasellus id nulla a leo vehicula elementum sit amet vel ex. Suspendisse gravida lorem sem. Donec sodales leo a pharetra pretium. Aenean ultrices elit vel ipsum volutpat interdum. Donec pellentesque quis elit eget lacinia. Nunc ac condimentum erat, vitae aliquet orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row]','Proin gravida nibh velit auctor aliquet aenean… (Demo)','','trash','open','open','','proin-gravida-nibh-velit-auctor-aliquet-aenean__trashed','','','2020-07-09 04:03:57','2020-07-09 04:03:57','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?p=115',0,'post','',0),(117,1,'2016-04-07 12:22:03','2016-04-07 12:22:03','[vc_row][vc_column][vc_column_text]\n<div class=\"title-h2\">Simple BLOG POST</div>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mi dolor, malesuada id metus a, mattis eleifend elit. Nullam pharetra consequat ex in dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus lacinia dui tellus. Donec condimentum vel diam eget accumsan. Fusce sit amet nunc fermentum, mattis lacus eu, euismod ipsum. Nam tincidunt leo sed lorem ultricies molestie. In in turpis id risus lacinia finibus eget eget eros. Mauris lobortis, tortor eu ornare convallis, mauris tortor blandit orci, nec eleifend velit dolor sit amet nunc. Suspendisse vel ipsum tempor, volutpat arcu at, faucibus mi. In efficitur lorem mattis diam finibus finibus. Nunc tincidunt id eros non euismod. Sed tellus erat, varius et sollicitudin non, ullamcorper eget arcu. Mauris at lectus aliquet, vestibulum dui non, volutpat orci. Integer dapibus tincidunt ornare. Praesent blandit leo at turpis porta, a dignissim nunc consequat.\n\nEtiam eu varius enim, et varius lacus. Integer tellus tellus, dictum ac pellentesque quis, scelerisque at ligula. Maecenas dignissim lectus a mauris vulputate fermentum. Suspendisse potenti. Duis id cursus augue, vitae scelerisque metus. Phasellus id nulla a leo vehicula elementum sit amet vel ex. Suspendisse gravida lorem sem. Donec sodales leo a pharetra pretium. Aenean ultrices elit vel ipsum volutpat interdum. Donec pellentesque quis elit eget lacinia. Nunc ac condimentum erat, vitae aliquet orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row]','Proin gravida nibh velit auctor aliquet aenean… (Demo)','','trash','open','open','','proin-gravida-nibh-velit-auctor-aliquet-aenean-2__trashed','','','2020-07-08 09:53:20','2020-07-08 09:53:20','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?p=117',0,'post','',0),(74,1,'2016-04-07 12:11:03','2016-04-07 12:11:03','','Client 1 (Demo)','','publish','closed','closed','','client-1','','','2016-04-07 12:11:03','2016-04-07 12:11:03','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=74',0,'thegem_client','',0),(84,1,'2016-04-07 12:11:23','2016-04-07 12:11:23','','Client 2 (Demo)','','publish','closed','closed','','client-2','','','2016-04-07 12:11:23','2016-04-07 12:11:23','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=84',0,'thegem_client','',0),(85,1,'2016-04-07 12:11:38','2016-04-07 12:11:38','','Client 3 (Demo)','','publish','closed','closed','','client-3','','','2016-04-07 12:11:38','2016-04-07 12:11:38','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=85',0,'thegem_client','',0),(86,1,'2016-04-07 12:11:56','2016-04-07 12:11:56','','Client 4 (Demo)','','publish','closed','closed','','client-4','','','2016-04-07 12:11:56','2016-04-07 12:11:56','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=86',0,'thegem_client','',0),(106,1,'2016-04-07 12:14:43','0000-00-00 00:00:00','','Client 13 (Demo)','','draft','closed','closed','','','','','2016-04-07 12:14:43','0000-00-00 00:00:00','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=106',0,'thegem_client','',0),(87,1,'2016-04-07 12:12:09','2016-04-07 12:12:09','','Client 5 (Demo)','','publish','closed','closed','','client-5','','','2016-04-07 12:12:09','2016-04-07 12:12:09','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=87',0,'thegem_client','',0),(88,1,'2016-04-07 12:12:23','2016-04-07 12:12:23','','Client 6 (Demo)','','publish','closed','closed','','client-6','','','2016-04-07 12:12:23','2016-04-07 12:12:23','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=88',0,'thegem_client','',0),(89,1,'2016-04-07 12:12:37','2016-04-07 12:12:37','','Client 7 (Demo)','','publish','closed','closed','','client-7','','','2016-04-07 12:12:37','2016-04-07 12:12:37','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=89',0,'thegem_client','',0),(90,1,'2016-04-07 12:12:53','2016-04-07 12:12:53','','Client 8 (Demo)','','publish','closed','closed','','client-8','','','2016-04-07 12:12:53','2016-04-07 12:12:53','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=90',0,'thegem_client','',0),(91,1,'2016-04-07 12:13:06','2016-04-07 12:13:06','','Client 9 (Demo)','','publish','closed','closed','','client-9','','','2016-04-07 12:13:06','2016-04-07 12:13:06','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=91',0,'thegem_client','',0),(92,1,'2016-04-07 12:13:42','2016-04-07 12:13:42','','Client 10 (Demo)','','publish','closed','closed','','client-10','','','2016-04-07 12:13:42','2016-04-07 12:13:42','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=92',0,'thegem_client','',0),(104,1,'2016-04-07 12:13:56','2016-04-07 12:13:56','','Client 11 (Demo)','','publish','closed','closed','','client-11','','','2016-04-07 12:13:56','2016-04-07 12:13:56','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=104',0,'thegem_client','',0),(105,1,'2016-04-07 12:14:24','2016-04-07 12:14:24','','Client 12 (Demo)','','publish','closed','closed','','client-12','','','2016-04-07 12:14:24','2016-04-07 12:14:24','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=105',0,'thegem_client','',0),(107,1,'2016-04-07 12:14:56','2016-04-07 12:14:56','','Client 14 (Demo)','','publish','closed','closed','','client-14','','','2016-04-07 12:14:56','2016-04-07 12:14:56','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=107',0,'thegem_client','',0),(108,1,'2016-04-07 12:15:08','2016-04-07 12:15:08','','Client 15 (Demo)','','publish','closed','closed','','client-15','','','2016-04-07 12:15:08','2016-04-07 12:15:08','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=108',0,'thegem_client','',0),(109,1,'2016-04-07 12:15:19','2016-04-07 12:15:19','','Client 16 (Demo)','','publish','closed','closed','','109','','','2016-04-07 12:15:19','2016-04-07 12:15:19','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=109',0,'thegem_client','',0),(110,1,'2016-04-07 12:15:43','2016-04-07 12:15:43','','Client 17 (Demo)','','publish','closed','closed','','client-17','','','2016-04-07 12:15:43','2016-04-07 12:15:43','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=110',0,'thegem_client','',0),(111,1,'2016-04-07 12:15:57','2016-04-07 12:15:57','','Client 18 (Demo)','','publish','closed','closed','','client-18','','','2016-04-07 12:15:57','2016-04-07 12:15:57','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=111',0,'thegem_client','',0),(112,1,'2016-04-07 12:16:09','2016-04-07 12:16:09','','Client 19 (Demo)','','publish','closed','closed','','client-19','','','2016-04-07 12:16:09','2016-04-07 12:16:09','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=112',0,'thegem_client','',0),(113,1,'2016-04-07 12:16:21','2016-04-07 12:16:21','','Client 20 (Demo)','','publish','closed','closed','','client-20','','','2016-04-07 12:16:21','2016-04-07 12:16:21','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_client&amp;p=113',0,'thegem_client','',0),(45,1,'2016-04-07 10:34:08','2016-04-07 10:34:08','','Sales CRM & Customer Service','','publish','closed','closed','','designed-for-your-pleasure','','','2020-06-29 10:41:23','2020-06-29 10:41:23','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_qf_item&#038;p=45',0,'thegem_qf_item','',0),(46,1,'2016-04-07 10:34:51','2016-04-07 10:34:51','','Advanced Reporting','','publish','closed','closed','','keep-your-history-saferi','','','2020-06-29 10:59:26','2020-06-29 10:59:26','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_qf_item&#038;p=46',0,'thegem_qf_item','',0),(47,1,'2016-04-07 10:36:01','2016-04-07 10:36:01','','Mobile CRM And Tracking','','publish','closed','closed','','perfect-way-to-stay-connected','','','2020-06-29 10:48:24','2020-06-29 10:48:24','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_qf_item&#038;p=47',0,'thegem_qf_item','',0),(49,1,'2016-04-07 10:47:19','2016-04-07 10:47:19','','Deals, Tickets & Project Management','','publish','closed','closed','','friends-reply-faster','','','2020-06-29 10:48:43','2020-06-29 10:48:43','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_qf_item&#038;p=49',0,'thegem_qf_item','',0),(50,1,'2016-04-07 10:48:00','2016-04-07 10:48:00','','Instant Documents And Quotations','','publish','closed','closed','','time-saving-tool','','','2020-06-29 10:49:11','2020-06-29 10:49:11','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_qf_item&#038;p=50',0,'thegem_qf_item','',0),(192,1,'2016-04-07 08:36:09','2016-04-07 08:36:09','<div class=\"contact-form-footer\">\n<p>[text*  your-name placeholder \"Your name\" ]</p>\n<p>[email* your-email placeholder \"Your email\" ]</p>\n<p>[textarea your-message placeholder \"Your message\" ]</p>\n<div>[submit \"Send\"]</div>\n</div>\n[your-subject]\n[your-name] <wordpress@codex-themes.com>\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 TheGem (https://codex-themes.com/thegem)\ncodexscottjackson@gmail.com\nReply-To: [your-email]\n\n\n\n1\nTheGem One Pager 1 \"[your-subject]\"\nTheGem One Pager 1 <wordpress@codex-themes.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on TheGem One Pager 1 (http://democontent.codex-themes.com/sites/onepagers/app-one-pager)\n[your-email]\nReply-To: codexscottjackson@gmail.com\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.','Footer Contact Form (Demo)','','publish','closed','closed','','contact-form-1-2','','','2016-04-07 08:36:09','2016-04-07 08:36:09','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=wpcf7_contact_form&amp;p=4',0,'wpcf7_contact_form','',0),(51,1,'2016-04-07 10:48:38','2016-04-07 10:48:38','','Whatsapp & Chat Integrations','','publish','closed','closed','','ask-for-appointments','','','2020-07-06 06:34:51','2020-07-06 06:34:51','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_qf_item&#038;p=51',0,'thegem_qf_item','',0),(52,1,'2016-04-07 10:52:03','2016-04-07 10:52:03','This powerful theme was optimised to get the best performance results. Tested with pagespeed insights &amp; co., it delivers even better results with super cache &amp; minification.','Marcus Fields (Demo)','','trash','closed','closed','','marcus-fields__trashed','','','2020-07-05 15:34:59','2020-07-05 15:34:59','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_testimonial&#038;p=52',0,'thegem_testimonial','',0),(55,1,'2016-04-07 10:52:55','2016-04-07 10:52:55','TheGem comes with an extended powerful theme options panel, which allows you to customize just anything in an appearance of your website – with few clicks.','Christian Perry (Demo)','','trash','closed','closed','','christian-perry__trashed','','','2020-07-05 15:34:59','2020-07-05 15:34:59','',0,'http://democontent.codex-themes.com/sites/onepagers/app-one-pager/?post_type=thegem_testimonial&#038;p=55',0,'thegem_testimonial','',0),(193,1,'2019-12-19 09:37:15','2019-12-19 09:37:15','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',1,'https://beetcrm.com/2019/12/19/1-revision-v1/',0,'revision','',0),(194,1,'2019-12-19 09:37:15','2019-12-19 09:37:15','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://beetcrm.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',2,'https://beetcrm.com/2019/12/19/2-revision-v1/',0,'revision','',0),(195,1,'2019-12-19 09:37:15','2019-12-19 09:37:15','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://beetcrm.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',3,'https://beetcrm.com/2019/12/19/3-revision-v1/',0,'revision','',0),(196,1,'2019-12-19 09:37:15','2019-12-19 09:37:15','[vc_row][vc_column][vc_column_text]\n<div class=\"title-h2\">Simple BLOG POST</div>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mi dolor, malesuada id metus a, mattis eleifend elit. Nullam pharetra consequat ex in dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus lacinia dui tellus. Donec condimentum vel diam eget accumsan. Fusce sit amet nunc fermentum, mattis lacus eu, euismod ipsum. Nam tincidunt leo sed lorem ultricies molestie. In in turpis id risus lacinia finibus eget eget eros. Mauris lobortis, tortor eu ornare convallis, mauris tortor blandit orci, nec eleifend velit dolor sit amet nunc. Suspendisse vel ipsum tempor, volutpat arcu at, faucibus mi. In efficitur lorem mattis diam finibus finibus. Nunc tincidunt id eros non euismod. Sed tellus erat, varius et sollicitudin non, ullamcorper eget arcu. Mauris at lectus aliquet, vestibulum dui non, volutpat orci. Integer dapibus tincidunt ornare. Praesent blandit leo at turpis porta, a dignissim nunc consequat.\n\nEtiam eu varius enim, et varius lacus. Integer tellus tellus, dictum ac pellentesque quis, scelerisque at ligula. Maecenas dignissim lectus a mauris vulputate fermentum. Suspendisse potenti. Duis id cursus augue, vitae scelerisque metus. Phasellus id nulla a leo vehicula elementum sit amet vel ex. Suspendisse gravida lorem sem. Donec sodales leo a pharetra pretium. Aenean ultrices elit vel ipsum volutpat interdum. Donec pellentesque quis elit eget lacinia. Nunc ac condimentum erat, vitae aliquet orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row]','Proin gravida nibh velit auctor aliquet aenean… (Demo)','','inherit','closed','closed','','115-revision-v1','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',115,'https://beetcrm.com/2019/12/19/115-revision-v1/',0,'revision','',0),(197,1,'2019-12-19 09:37:15','2019-12-19 09:37:15','[vc_row][vc_column][vc_column_text]\n<div class=\"title-h2\">Simple BLOG POST</div>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mi dolor, malesuada id metus a, mattis eleifend elit. Nullam pharetra consequat ex in dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus lacinia dui tellus. Donec condimentum vel diam eget accumsan. Fusce sit amet nunc fermentum, mattis lacus eu, euismod ipsum. Nam tincidunt leo sed lorem ultricies molestie. In in turpis id risus lacinia finibus eget eget eros. Mauris lobortis, tortor eu ornare convallis, mauris tortor blandit orci, nec eleifend velit dolor sit amet nunc. Suspendisse vel ipsum tempor, volutpat arcu at, faucibus mi. In efficitur lorem mattis diam finibus finibus. Nunc tincidunt id eros non euismod. Sed tellus erat, varius et sollicitudin non, ullamcorper eget arcu. Mauris at lectus aliquet, vestibulum dui non, volutpat orci. Integer dapibus tincidunt ornare. Praesent blandit leo at turpis porta, a dignissim nunc consequat.\n\nEtiam eu varius enim, et varius lacus. Integer tellus tellus, dictum ac pellentesque quis, scelerisque at ligula. Maecenas dignissim lectus a mauris vulputate fermentum. Suspendisse potenti. Duis id cursus augue, vitae scelerisque metus. Phasellus id nulla a leo vehicula elementum sit amet vel ex. Suspendisse gravida lorem sem. Donec sodales leo a pharetra pretium. Aenean ultrices elit vel ipsum volutpat interdum. Donec pellentesque quis elit eget lacinia. Nunc ac condimentum erat, vitae aliquet orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row]','Proin gravida nibh velit auctor aliquet aenean… (Demo)','','inherit','closed','closed','','190-revision-v1','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',190,'https://beetcrm.com/2019/12/19/190-revision-v1/',0,'revision','',0),(198,1,'2019-12-19 09:37:15','2019-12-19 09:37:15','[vc_row][vc_column][vc_column_text]\n<div class=\"title-h2\">Simple BLOG POST</div>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mi dolor, malesuada id metus a, mattis eleifend elit. Nullam pharetra consequat ex in dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus lacinia dui tellus. Donec condimentum vel diam eget accumsan. Fusce sit amet nunc fermentum, mattis lacus eu, euismod ipsum. Nam tincidunt leo sed lorem ultricies molestie. In in turpis id risus lacinia finibus eget eget eros. Mauris lobortis, tortor eu ornare convallis, mauris tortor blandit orci, nec eleifend velit dolor sit amet nunc. Suspendisse vel ipsum tempor, volutpat arcu at, faucibus mi. In efficitur lorem mattis diam finibus finibus. Nunc tincidunt id eros non euismod. Sed tellus erat, varius et sollicitudin non, ullamcorper eget arcu. Mauris at lectus aliquet, vestibulum dui non, volutpat orci. Integer dapibus tincidunt ornare. Praesent blandit leo at turpis porta, a dignissim nunc consequat.\n\nEtiam eu varius enim, et varius lacus. Integer tellus tellus, dictum ac pellentesque quis, scelerisque at ligula. Maecenas dignissim lectus a mauris vulputate fermentum. Suspendisse potenti. Duis id cursus augue, vitae scelerisque metus. Phasellus id nulla a leo vehicula elementum sit amet vel ex. Suspendisse gravida lorem sem. Donec sodales leo a pharetra pretium. Aenean ultrices elit vel ipsum volutpat interdum. Donec pellentesque quis elit eget lacinia. Nunc ac condimentum erat, vitae aliquet orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row]','Proin gravida nibh velit auctor aliquet aenean… (Demo)','','inherit','closed','closed','','117-revision-v1','','','2019-12-19 09:37:15','2019-12-19 09:37:15','',117,'https://beetcrm.com/2019/12/19/117-revision-v1/',0,'revision','',0),(200,1,'2019-12-19 09:37:16','2019-12-19 09:37:16','','Home','','publish','closed','closed','','features','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/2019/12/19/features/',1,'nav_menu_item','',0),(201,1,'2019-12-19 09:37:16','2019-12-19 09:37:16','','Features','','publish','closed','closed','','how-it-works','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/2019/12/19/how-it-works/',2,'nav_menu_item','',0),(202,1,'2019-12-19 09:37:16','2019-12-19 09:37:16','','Request DEMO','','publish','closed','closed','','screenshots','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/2019/12/19/screenshots/',11,'nav_menu_item','',0),(6186,1,'2020-07-02 08:19:30','2020-07-02 08:19:30','','long logo crm_web-02','','inherit','open','closed','','long-logo-crm_web-02','','','2020-07-02 08:19:30','2020-07-02 08:19:30','',6178,'https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png',0,'attachment','image/png',0),(249,1,'2020-06-24 07:47:11','2020-06-24 07:47:11','','beetcrm_logo 200x50px','','inherit','open','closed','','beetcrm_logo-200x50px','','','2020-06-24 07:47:11','2020-06-24 07:47:11','',0,'https://beetcrm.com/wp-content/uploads/2020/06/beetcrm_logo-200x50px.png',0,'attachment','image/png',0),(205,1,'2019-12-19 09:37:16','2019-12-19 09:37:16','','FAQ','','publish','closed','closed','','questions','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/2019/12/19/questions/',10,'nav_menu_item','',0),(206,1,'2019-12-19 09:37:24','2019-12-19 09:37:24','','bg-app-sparta.png','','inherit','closed','closed','','bg-app-sparta-png','','','2019-12-19 09:37:24','2019-12-19 09:37:24','',0,'https://beetcrm.com/wp-content/uploads/revslider/App-Sparta/bg-app-sparta.png',0,'attachment','image/png',0),(207,1,'2019-12-19 09:37:24','2019-12-19 09:37:24','','iphone_6_3.png','','inherit','closed','closed','','iphone-6-3-png-2','','','2019-12-19 09:37:24','2019-12-19 09:37:24','',0,'https://beetcrm.com/wp-content/uploads/revslider/App-Sparta/iphone_6_3.png',0,'attachment','image/png',0),(208,1,'2019-12-19 09:37:24','2019-12-19 09:37:24','','shape-2.png','','inherit','closed','closed','','shape-2-png-2','','','2019-12-19 09:37:24','2019-12-19 09:37:24','',0,'https://beetcrm.com/wp-content/uploads/revslider/App-Sparta/shape-2.png',0,'attachment','image/png',0),(209,1,'2019-12-19 09:37:24','2019-12-19 09:37:24','','4-30.jpg','','inherit','closed','closed','','4-30-jpg-2','','','2019-12-19 09:37:24','2019-12-19 09:37:24','',0,'https://beetcrm.com/wp-content/uploads/revslider/App-Sparta/4-30.jpg',0,'attachment','image/jpeg',0),(215,1,'2019-12-19 09:37:32','2019-12-19 09:37:32','','6-4.png','','inherit','closed','closed','','6-4-png-2','','','2019-12-19 09:37:32','2019-12-19 09:37:32','',0,'https://beetcrm.com/wp-content/uploads/revslider/app-sparta-content-slider/6-4.png',0,'attachment','image/png',0),(242,1,'2020-06-24 07:35:57','2020-06-24 07:35:57','','Advanced Reporting','','publish','closed','closed','','advanced-reporting','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/?p=242',4,'nav_menu_item','',0),(217,1,'2020-06-24 02:05:22','2020-06-24 02:05:22','','CRM-whatsapp and chat solutions (1)','','inherit','open','closed','','crm-whatsapp-and-chat-solutions-1','','','2020-06-24 02:05:22','2020-06-24 02:05:22','',191,'https://beetcrm.com/wp-content/uploads/2020/06/CRM-whatsapp-and-chat-solutions-1.png',0,'attachment','image/png',0),(218,1,'2020-06-24 02:09:01','2020-06-24 02:09:01','','CRM-KPI and task tracking','','inherit','open','closed','','crm-kpi-and-task-tracking','','','2020-06-24 02:09:01','2020-06-24 02:09:01','',191,'https://beetcrm.com/wp-content/uploads/2020/06/CRM-KPI-and-task-tracking.png',0,'attachment','image/png',0),(219,1,'2020-06-24 02:09:02','2020-06-24 02:09:02','','CRM-Sales and CS','','inherit','open','closed','','crm-sales-and-cs','','','2020-06-24 02:09:02','2020-06-24 02:09:02','',191,'https://beetcrm.com/wp-content/uploads/2020/06/CRM-Sales-and-CS.png',0,'attachment','image/png',0),(220,1,'2020-06-24 02:09:03','2020-06-24 02:09:03','','CRM-call center solutions','','inherit','open','closed','','crm-call-center-solutions','','','2020-06-24 02:09:03','2020-06-24 02:09:03','',191,'https://beetcrm.com/wp-content/uploads/2020/06/CRM-call-center-solutions.png',0,'attachment','image/png',0),(221,1,'2020-06-24 02:23:01','2020-06-24 02:23:01','<p>[vc_row el_id=\"link\"][vc_column][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e031\" color=\"#ffe670\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Core Features</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit,  sed do eiusmod tempor</p>\n<p>[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"219\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-1\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-2\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-1\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-2\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 02:23:01','2020-06-24 02:23:01','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(6264,1,'2020-07-05 18:10:58','2020-07-05 18:10:58','{\n    \"site_icon\": {\n        \"value\": 6266,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-05 18:10:58\"\n    }\n}','','','trash','closed','closed','','0e2af196-5fb0-4a1b-abc0-278937166841','','','2020-07-05 18:10:58','2020-07-05 18:10:58','',0,'https://beetcrm.com/?p=6264',0,'customize_changeset','',0),(223,1,'2020-06-24 02:49:33','2020-06-24 02:49:33','<p>[vc_row el_id=\"link\"][vc_column][vc_single_image image=\"222\" alignment=\"center\"][/vc_column][vc_column][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">beet crm</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\">Use our powerful CRM and business tools to connect you with anyone you need</p>\n<p>[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"219\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-1\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-2\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-1\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][gem_quickfinder style=\"classic\" columns=\"1\" alignment=\"left\" icon_position=\"top-float\" effects_enabled=\"1\" quickfinders=\"app-sparta-2\" hover_title_color=\"#707070\" hover_description_color=\"#707070\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 02:49:33','2020-06-24 02:49:33','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(224,1,'2020-06-24 03:40:43','2020-06-24 03:40:43','','Soft Green BG','','inherit','open','closed','','soft-green-bg','','','2020-06-24 03:40:43','2020-06-24 03:40:43','',0,'https://beetcrm.com/wp-content/uploads/2020/06/Soft-Green-BG.jpg',0,'attachment','image/jpeg',0),(225,1,'2020-06-24 03:48:22','2020-06-24 03:48:22','','app-store-badge','','inherit','open','closed','','app-store-badge','','','2020-06-24 03:48:22','2020-06-24 03:48:22','',0,'https://beetcrm.com/wp-content/uploads/2020/06/app-store-badge.png',0,'attachment','image/png',0),(226,1,'2020-06-24 03:48:22','2020-06-24 03:48:22','','en_badge_web_generic','','inherit','open','closed','','en_badge_web_generic','','','2020-06-24 03:48:22','2020-06-24 03:48:22','',0,'https://beetcrm.com/wp-content/uploads/2020/06/en_badge_web_generic.png',0,'attachment','image/png',0),(227,1,'2020-06-24 04:02:44','2020-06-24 04:02:44','','manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4','','inherit','open','closed','','manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4','','','2020-06-24 04:02:44','2020-06-24 04:02:44','',0,'https://beetcrm.com/wp-content/uploads/2020/06/manage_grow_your_sales_instantly-0d06d7f44d0c48e7af70f05a5d9a28f4.png',0,'attachment','image/png',0),(237,1,'2020-06-24 07:10:09','2020-06-24 07:10:09','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 07:10:09','2020-06-24 07:10:09','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(236,1,'2020-06-24 07:01:19','2020-06-24 07:01:19','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 07:01:19','2020-06-24 07:01:19','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(228,1,'2020-06-24 04:06:21','2020-06-24 04:06:21','<p>[vc_row el_id=\"link\"][vc_column][vc_single_image image=\"222\" alignment=\"center\"][/vc_column][vc_column][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center; font-family: \"Montserrat\";\"><span class=\"light\" style=\"color: #707070;\">beet crm</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; font-family: \"Montserrat\";\">Use our powerful CRM and business tools to connect you with anyone you need</p>\n<p>[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"219\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 04:06:21','2020-06-24 04:06:21','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(230,1,'2020-06-24 04:15:04','2020-06-24 04:15:04','<p>[vc_row el_id=\"link\"][vc_column][vc_single_image image=\"222\" alignment=\"center\"][/vc_column][vc_column][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center; font-family: \"Montserrat\";\"><span class=\"light\" style=\"color: #707070;\">beet crm</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; font-family: \"Montserrat\";\">Use our powerful CRM and business tools to connect you with anyone you need</p>\n<p>[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 04:15:04','2020-06-24 04:15:04','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(229,1,'2020-06-24 04:08:40','2020-06-24 04:08:40','<p>[vc_row el_id=\"link\"][vc_column][vc_single_image image=\"222\" alignment=\"center\"][/vc_column][vc_column][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center; font-family: \"Montserrat\";\"><span class=\"light\" style=\"color: #707070;\">beet crm</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; font-family: \"Montserrat\";\">Use our powerful CRM and business tools to connect you with anyone you need</p>\n<p>[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 04:08:40','2020-06-24 04:08:40','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(231,1,'2020-06-24 04:20:11','2020-06-24 04:20:11','<p>[vc_row el_id=\"link\"][vc_column][vc_single_image image=\"222\" alignment=\"center\"][/vc_column][vc_column][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center; font-family: \"Montserrat\";\"><span class=\"light\" style=\"color: #707070;\">beet crm</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; font-family: \"Montserrat\";\">Use our powerful CRM and business tools to connect you with anyone you need</p>\n<p>[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 04:20:11','2020-06-24 04:20:11','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(232,1,'2020-06-24 04:22:08','2020-06-24 04:22:08','<p>[vc_row el_id=\"link\"][vc_column][vc_single_image image=\"222\" alignment=\"center\"][/vc_column][vc_column][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center; font-family: \"Montserrat\";\"><span class=\"light\" style=\"color: #707070;\">beet crm</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; font-family: \"Montserrat\";\">Use our powerful CRM and business tools to connect you with anyone you need</p>\n<p>[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 04:22:08','2020-06-24 04:22:08','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(235,1,'2020-06-24 04:53:01','2020-06-24 04:53:01','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 04:53:01','2020-06-24 04:53:01','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(233,1,'2020-06-24 04:23:14','2020-06-24 04:23:14','<p>[vc_row el_id=\"link\"][vc_column][vc_single_image image=\"222\" alignment=\"center\"][/vc_column][vc_column][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center; font-family: \"Montserrat\";\"><span class=\"light\" style=\"color: #707070;\">beet crm</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; font-family: \"Montserrat\";\">Use our powerful CRM and business tools to connect you with anyone you need</p>\n<p>[/vc_column_text][gem_divider margin_top=\"84\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e012\" color=\"#c883e2\"][gem_divider margin_top=\"25\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #929292;\">The App Is Available For</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][gem_divider margin_top=\"73\"][/vc_column_inner][/vc_row_inner][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"34\"][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"36\" padding_top=\"100\" padding_bottom=\"200\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 04:23:14','2020-06-24 04:23:14','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(6265,1,'2020-07-05 18:10:51','2020-07-05 18:10:51','','CRM LOGO','','inherit','open','closed','','crm-logo','','','2020-07-05 18:10:51','2020-07-05 18:10:51','',0,'https://beetcrm.com/wp-content/uploads/2020/07/CRM-LOGO.png',0,'attachment','image/png',0),(238,1,'2020-06-24 07:11:02','2020-06-24 07:11:02','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"100\" padding_bottom=\"100\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"87\"][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986701672{padding-right: 5px !important;padding-left: 0px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986710103{padding-right: 0px !important;padding-left: 5px !important;}\"][gem_divider style=\"4\" color=\"#73c2fa\" margin_top=\"70\"][/vc_column_inner][vc_column_inner width=\"1/6\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 07:11:02','2020-06-24 07:11:02','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(243,1,'2020-06-24 07:36:38','2020-06-24 07:36:38','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 07:36:38','2020-06-24 07:36:38','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(239,1,'2020-06-24 07:20:10','2020-06-24 07:20:10','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Screenshots</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row][vc_row el_id=\"link7\" css=\".vc_custom_1461141556212{margin-bottom: -10px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"43\" padding_top=\"158\" padding_bottom=\"100\"][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Subscribe Now!</span></h1>\n<p>[/vc_column_text][gem_divider margin_top=\"71\"][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text][yikes-mailchimp form=\"1\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][gem_divider margin_top=\"56\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"20\" socials=\"%5B%7B%22social%22%3A%22googleplus%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#ffffff\"][/gem_fullwidth][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 07:20:10','2020-06-24 07:20:10','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(240,1,'2020-06-24 07:27:55','2020-06-24 07:27:55','','Home','Home','publish','closed','closed','','home','','','2020-06-24 07:29:03','2020-06-24 07:29:03','',0,'https://beetcrm.com/?p=240',1,'nav_menu_item','',0),(244,1,'2020-06-24 07:40:00','2020-06-24 07:40:00','','Mobile CRM and Tracking','','publish','closed','closed','','mobile-crm-and-tracking','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/?p=244',5,'nav_menu_item','',0),(245,1,'2020-06-24 07:40:00','2020-06-24 07:40:00','','Deals, Tickets & Project Management','','publish','closed','closed','','deals-tickets-project-management','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/?p=245',6,'nav_menu_item','',0),(246,1,'2020-06-24 07:38:01','2020-06-24 07:38:01','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"219\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"218\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"217\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"220\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 07:38:01','2020-06-24 07:38:01','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(247,1,'2020-06-24 07:40:01','2020-06-24 07:40:01','','Instant Documents and Quotations','','publish','closed','closed','','instant-documents-and-quotations','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/?p=247',7,'nav_menu_item','',0),(248,1,'2020-06-24 07:40:01','2020-06-24 07:40:01','','Whatsapp & Chat Integrations','','publish','closed','closed','','whatsapp-chat-integrations','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/?p=248',8,'nav_menu_item','',0),(250,1,'2020-06-24 07:54:57','2020-06-24 07:54:57','','beetcrm_logo_150x250px','','inherit','open','closed','','beetcrm_logo_150x250px','','','2020-06-24 07:54:57','2020-06-24 07:54:57','',0,'https://beetcrm.com/wp-content/uploads/2020/06/beetcrm_logo_150x250px.png',0,'attachment','image/png',0),(6149,1,'2020-07-02 02:25:50','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-07-02 02:25:50','0000-00-00 00:00:00','',0,'https://beetcrm.com/?p=6149',0,'post','',0),(253,1,'2020-06-24 08:15:24','2020-06-24 08:15:24','','Sales CRM & Customer Service','','inherit','closed','closed','','252-revision-v1','','','2020-06-24 08:15:24','2020-06-24 08:15:24','',252,'https://beetcrm.com/2020/06/24/252-revision-v1/',0,'revision','',0),(6148,1,'2020-07-02 02:22:30','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-07-02 02:22:30','0000-00-00 00:00:00','',0,'https://beetcrm.com/?p=6148',0,'post','',0),(255,1,'2020-06-24 08:31:20','2020-06-24 08:31:20','<p>[vc_row][vc_column][vc_custom_heading text=\"Sales CRM & Customer Service\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row]</p>\n','Sales CRM & Customer Service','','inherit','closed','closed','','252-revision-v1','','','2020-06-24 08:31:20','2020-06-24 08:31:20','',252,'https://beetcrm.com/2020/06/24/252-revision-v1/',0,'revision','',0),(256,1,'2020-06-24 08:35:42','2020-06-24 08:35:42','','50-Beautiful-and-Minimalist-Presentation-Backgrounds-037','','inherit','open','closed','','50-beautiful-and-minimalist-presentation-backgrounds-037','','','2020-06-24 08:35:42','2020-06-24 08:35:42','',0,'https://beetcrm.com/wp-content/uploads/2020/06/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037.jpg',0,'attachment','image/jpeg',0),(257,1,'2020-06-24 08:45:30','2020-06-24 08:45:30','','BEET CRM icons-03','','inherit','open','closed','','beet-crm-icons-03','','','2020-06-24 08:45:30','2020-06-24 08:45:30','',191,'https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-03.png',0,'attachment','image/png',0),(258,1,'2020-06-24 08:45:32','2020-06-24 08:45:32','','BEET CRM icons-04','','inherit','open','closed','','beet-crm-icons-04','','','2020-06-24 08:45:32','2020-06-24 08:45:32','',191,'https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-04.png',0,'attachment','image/png',0),(259,1,'2020-06-24 08:45:33','2020-06-24 08:45:33','','BEET CRM icons-02','','inherit','open','closed','','beet-crm-icons-02','','','2020-06-24 08:45:33','2020-06-24 08:45:33','',191,'https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png',0,'attachment','image/png',0),(260,1,'2020-06-24 08:45:33','2020-06-24 08:45:33','','BEET CRM icons-01','','inherit','open','closed','','beet-crm-icons-01','','','2020-06-24 08:45:33','2020-06-24 08:45:33','',191,'https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png',0,'attachment','image/png',0),(261,1,'2020-06-24 08:45:34','2020-06-24 08:45:34','','BEET CRM icons-06','','inherit','open','closed','','beet-crm-icons-06','','','2020-06-24 08:45:34','2020-06-24 08:45:34','',191,'https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-06.png',0,'attachment','image/png',0),(262,1,'2020-06-24 09:07:58','2020-06-24 09:07:58','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 199px; margin: 0 auto;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 09:07:58','2020-06-24 09:07:58','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(263,1,'2020-06-24 09:22:56','2020-06-24 09:22:56','','Advanced Reporting','','publish','closed','closed','','advanced-reporting','','','2020-06-24 09:22:56','2020-06-24 09:22:56','',0,'https://beetcrm.com/?page_id=263',0,'page','',0),(264,1,'2020-06-24 09:22:56','2020-06-24 09:22:56','','Advanced Reporting','','inherit','closed','closed','','263-revision-v1','','','2020-06-24 09:22:56','2020-06-24 09:22:56','',263,'https://beetcrm.com/2020/06/24/263-revision-v1/',0,'revision','',0),(266,1,'2020-06-24 09:55:47','2020-06-24 09:55:47','','pexels-photo-1420709','','inherit','open','closed','','pexels-photo-1420709','','','2020-06-24 09:55:47','2020-06-24 09:55:47','',0,'https://beetcrm.com/wp-content/uploads/2020/06/pexels-photo-1420709.jpeg',0,'attachment','image/jpeg',0),(267,1,'2020-06-24 10:05:30','2020-06-24 10:05:30','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">tablet</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">pc</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][gem_divider margin_top=\"41\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">smartphone</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 10:05:30','2020-06-24 10:05:30','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(268,1,'2020-06-24 10:10:54','2020-06-24 10:10:54','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 10:10:54','2020-06-24 10:10:54','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(269,1,'2020-06-24 10:33:44','2020-06-24 10:33:44','','WhatsApp Image 2020-06-24 at 5.29.09 PM','','inherit','open','closed','','whatsapp-image-2020-06-24-at-5-29-09-pm','','','2020-06-24 10:33:44','2020-06-24 10:33:44','',0,'https://beetcrm.com/wp-content/uploads/2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM.jpeg',0,'attachment','image/jpeg',0),(270,1,'2020-06-24 10:36:27','2020-06-24 10:36:27','','WhatsApp Image 2020-06-24 at 5.29.09 PM (1)','','inherit','open','closed','','whatsapp-image-2020-06-24-at-5-29-09-pm-1','','','2020-06-24 10:36:27','2020-06-24 10:36:27','',0,'https://beetcrm.com/wp-content/uploads/2020/06/WhatsApp-Image-2020-06-24-at-5.29.09-PM-1.jpeg',0,'attachment','image/jpeg',0),(271,1,'2020-06-24 10:36:27','2020-06-24 10:36:27','','WhatsApp Image 2020-06-24 at 5.29.10 PM (1)','','inherit','open','closed','','whatsapp-image-2020-06-24-at-5-29-10-pm-1','','','2020-06-24 10:36:27','2020-06-24 10:36:27','',0,'https://beetcrm.com/wp-content/uploads/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-1.jpeg',0,'attachment','image/jpeg',0),(272,1,'2020-06-24 10:36:28','2020-06-24 10:36:28','','WhatsApp Image 2020-06-24 at 5.29.10 PM','','inherit','open','closed','','whatsapp-image-2020-06-24-at-5-29-10-pm','','','2020-06-24 10:36:28','2020-06-24 10:36:28','',0,'https://beetcrm.com/wp-content/uploads/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM.jpeg',0,'attachment','image/jpeg',0),(273,1,'2020-06-24 10:36:29','2020-06-24 10:36:29','','WhatsApp Image 2020-06-24 at 5.29.10 PM (2)','','inherit','open','closed','','whatsapp-image-2020-06-24-at-5-29-10-pm-2','','','2020-06-24 10:36:29','2020-06-24 10:36:29','',0,'https://beetcrm.com/wp-content/uploads/2020/06/WhatsApp-Image-2020-06-24-at-5.29.10-PM-2.jpeg',0,'attachment','image/jpeg',0),(274,1,'2020-06-24 10:48:45','2020-06-24 10:48:45','','Group 3','','inherit','open','closed','','group-3','','','2020-06-24 10:48:45','2020-06-24 10:48:45','',0,'https://beetcrm.com/wp-content/uploads/2020/06/Group-3.png',0,'attachment','image/png',0),(275,1,'2020-06-24 10:48:46','2020-06-24 10:48:46','','Group 4','','inherit','open','closed','','group-4','','','2020-06-24 10:48:46','2020-06-24 10:48:46','',0,'https://beetcrm.com/wp-content/uploads/2020/06/Group-4.png',0,'attachment','image/png',0),(276,1,'2020-06-24 10:48:47','2020-06-24 10:48:47','','Group 5','','inherit','open','closed','','group-5','','','2020-06-24 10:48:47','2020-06-24 10:48:47','',0,'https://beetcrm.com/wp-content/uploads/2020/06/Group-5.png',0,'attachment','image/png',0),(277,1,'2020-06-24 10:48:47','2020-06-24 10:48:47','','Group 6','','inherit','open','closed','','group-6','','','2020-06-24 10:48:47','2020-06-24 10:48:47','',0,'https://beetcrm.com/wp-content/uploads/2020/06/Group-6.png',0,'attachment','image/png',0),(278,1,'2020-06-24 10:48:48','2020-06-24 10:48:48','','Group 7','','inherit','open','closed','','group-7','','','2020-06-24 10:48:48','2020-06-24 10:48:48','',0,'https://beetcrm.com/wp-content/uploads/2020/06/Group-7.png',0,'attachment','image/png',0),(279,1,'2020-06-24 10:58:51','2020-06-24 10:58:51','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"33\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"32\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"31\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-24 10:58:51','2020-06-24 10:58:51','',191,'https://beetcrm.com/2020/06/24/191-revision-v1/',0,'revision','',0),(280,1,'2020-06-25 09:48:04','2020-06-25 09:48:04','','clouds icon-09','','inherit','open','closed','','clouds-icon-09','','','2020-06-25 09:48:04','2020-06-25 09:48:04','',191,'https://beetcrm.com/wp-content/uploads/2020/06/clouds-icon-09.png',0,'attachment','image/png',0),(281,1,'2020-06-25 09:48:06','2020-06-25 09:48:06','','clouds icon-08','','inherit','open','closed','','clouds-icon-08','','','2020-06-25 09:48:06','2020-06-25 09:48:06','',191,'https://beetcrm.com/wp-content/uploads/2020/06/clouds-icon-08.png',0,'attachment','image/png',0),(282,1,'2020-06-25 09:48:07','2020-06-25 09:48:07','','clouds icon-07','','inherit','open','closed','','clouds-icon-07','','','2020-06-25 09:48:07','2020-06-25 09:48:07','',191,'https://beetcrm.com/wp-content/uploads/2020/06/clouds-icon-07.png',0,'attachment','image/png',0),(6151,1,'2020-07-02 03:24:09','2020-07-02 03:24:09','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6150\" img_size=\"full\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 03:24:09','2020-07-02 03:24:09','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(283,1,'2020-06-25 09:49:46','2020-06-25 09:49:46','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"150\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-25 09:49:46','2020-06-25 09:49:46','',191,'https://beetcrm.com/2020/06/25/191-revision-v1/',0,'revision','',0),(284,1,'2020-06-29 02:02:35','2020-06-29 02:02:35','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112660377{margin-bottom: 0px !important;}\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"37\" padding_top=\"190\" padding_bottom=\"173\"][gem_counter_box columns=\"4\" effects_enabled=\"1\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"26\" text=\"Social Sharings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e030\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"3120\" text=\"Lines of Code\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"61\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"25667\" text=\"App Downloads\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" background_color=\"rgba(24,24,40,0.26)\" icon_elegant=\"e020\"][gem_counter icon_shape=\"circle\" icon_size=\"medium\" to=\"1566\" text=\"Positive Ratings\" background_color=\"rgba(24,24,40,0.26)\" numbers_color=\"#ffffff\" text_color=\"#ffffff\" from=\"0\" icon_color=\"#3c3950\" icon_background_color=\"#ffffff\" link=\"url:%23||\" hover_icon_color=\"#ffffff\" hover_background_color=\"#19cffd\" icon_elegant=\"e031\"][/gem_counter_box][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112700560{margin-bottom: 0px !important;}\" el_id=\"link6\"][vc_column css=\".vc_custom_1460107519350{padding-top: 0px !important;}\"][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"39\" padding_top=\"80\" padding_bottom=\"74\"][gem_divider margin_top=\"40\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e100\" color=\"#a3e7f0\"][gem_divider margin_top=\"20\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Pricing Plans</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][gem_pricing_table style=\"8\"][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$10\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Starter[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\" top_choice=\"new\" top_choice_background_color=\"#10b6fe\"][gem_pricing_price price=\"$45\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Advanced[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row strike=\"1\"]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column highlighted=\"1\" cols=\"4\"][gem_pricing_price subtitle=\"Best price/quantity plan *\" price=\"$99\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Ultimate[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row strike=\"1\"]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_style=\"outline\" button_1_corner=\"10\" button_1_border=\"2\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#10b6fe\" button_1_hover_text_color=\"#ffffff\" button_1_hover_background_color=\"#10b6fe\" button_1_border_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][gem_pricing_column cols=\"4\"][gem_pricing_price price=\"$145\" time=\"Per Month\"][gem_pricing_row_title subtitle=\"\"]Diamond[/gem_pricing_row_title][gem_pricing_row]Photo sharing school[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Drop out ramen hustle</span>[/gem_pricing_row][gem_pricing_row]<span style=\"color: #5f727f;\">Crush revenue traction</span>[/gem_pricing_row][gem_pricing_row]Crush revenue traction[/gem_pricing_row][gem_pricing_row]User base minimum viable[/gem_pricing_row][gem_pricing_row strike=\"1\"]Lorem ipsum dolor[/gem_pricing_row][gem_pricing_footer button_1_corner=\"10\" button_1_icon_pack=\"elegant\" button_1_text=\"order\" button_1_text_color=\"#ffffff\" button_1_hover_text_color=\"#ffffff\" button_1_background_color=\"#393d50\" button_1_hover_background_color=\"#10b6fe\" button_1_icon_elegant=\"45\"][/gem_pricing_column][/gem_pricing_table][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link6\"][vc_column][gem_fullwidth background_style=\"cover\" padding_top=\"222\" padding_bottom=\"215\" background_image=\"36\"][vc_column_text]</p>\n<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">TheGem Messenger Download</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-7\"][vc_separator color=\"white\" el_width=\"10\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner el_class=\"custom-position\"][vc_column_inner el_class=\"custom-5\" css=\".vc_custom_1468326964910{margin-right: -40px !important;padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-12\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"iOs\" icon_material=\"f12a\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"material\" text=\"android\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_material=\"f127\"][gem_button style=\"outline\" size=\"medium\" corner=\"15\" border=\"2\" icon_pack=\"fontawesome\" text=\"windows\" text_color=\"#ffffff\" hover_background_color=\"#ffffff\" border_color=\"#ffffff\" hover_text_color=\"#079cfe\" icon_fontawesome=\"f17a\"][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row el_id=\"link7\"][vc_column][gem_divider margin_top=\"76\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"62\" color=\"#10b6fe\"][gem_divider margin_top=\"14\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Questions &amp; Answers</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#ececec\"][gem_divider margin_top=\"10\"][vc_column_text]</p>\n<p style=\"text-align: center; max-width: 450px; margin: 0 auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>\n<p>[/vc_column_text][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion style=\"flat\" shape=\"round\" spacing=\"20\" c_icon=\"solid_rounded\" active_section=\"1\"][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991291948-5fe085a6-3086\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991384856-7beb83ed-e395\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit?\" tab_id=\"1458991388308-80a58f51-baa1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt[/vc_column_text][/vc_tta_section][/vc_tta_accordion][gem_divider margin_top=\"105\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-06-29 02:02:35','2020-06-29 02:02:35','',191,'https://beetcrm.com/2020/06/29/191-revision-v1/',0,'revision','',0),(6269,1,'2020-07-06 01:56:11','2020-07-06 01:56:11','','polylang_mo_92','','private','closed','closed','','polylang_mo_92','','','2020-07-06 01:56:11','2020-07-06 01:56:11','',0,'https://beetcrm.com/?post_type=polylang_mo&p=6269',0,'polylang_mo','',0),(6270,1,'2020-07-06 02:07:46','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-07-06 02:07:46','0000-00-00 00:00:00','',0,'https://beetcrm.com/?p=6270',0,'post','',0),(6279,1,'2020-07-06 04:02:56','2020-07-06 04:02:56','<p>[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-06 04:02:56','2020-07-06 04:02:56','',6178,'https://beetcrm.com/2020/07/06/6178-revision-v1/',0,'revision','',0),(6275,1,'2020-07-06 02:39:16','2020-07-06 02:39:16','<p>[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">Contact <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-06 02:39:16','2020-07-06 02:39:16','',6178,'https://beetcrm.com/2020/07/06/6178-revision-v1/',0,'revision','',0),(6271,1,'2020-07-06 02:18:41','2020-07-06 02:18:41','<p>[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">Contact <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-06 02:18:41','2020-07-06 02:18:41','',6178,'https://beetcrm.com/2020/07/06/6178-revision-v1/',0,'revision','',0),(6268,1,'2020-07-06 01:55:40','2020-07-06 01:55:40','','polylang_mo_89','','private','closed','closed','','polylang_mo_89','','','2020-07-06 01:55:40','2020-07-06 01:55:40','',0,'https://beetcrm.com/?post_type=polylang_mo&p=6268',0,'polylang_mo','',0),(6307,1,'2020-07-07 05:52:04','2020-07-07 05:52:04','<p>[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)<br />\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-07 05:52:04','2020-07-07 05:52:04','',6178,'https://beetcrm.com/2020/07/07/6178-revision-v1/',0,'revision','',0),(6267,1,'2020-07-05 18:18:34','2020-07-05 18:18:34','{\n    \"nav_menu_item[-4194864102590177300]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-05 18:15:26\"\n    },\n    \"nav_menu_item[-2773622966639872000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-05 18:15:26\"\n    },\n    \"nav_menu_item[-2288337715022381000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-05 18:15:26\"\n    },\n    \"nav_menu_item[-8879291439478503000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-05 18:15:26\"\n    }\n}','','','trash','closed','closed','','e4d5029e-8d8e-4ff3-9eca-dd014bafee2a','','','2020-07-05 18:18:34','2020-07-05 18:18:34','',0,'https://beetcrm.com/?p=6267',0,'customize_changeset','',0),(6109,1,'2020-06-29 03:50:30','2020-06-29 03:50:30','<p>[vc_row][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vc_media_grid item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1593402447948-60ae941d-acac-2\" include=\"281,278,280\"][/vc_column][/vc_row]</p>\n','Sales CRM & Customer Service','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 03:50:30','2020-06-29 03:50:30','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6110,1,'2020-06-29 03:58:11','2020-06-29 03:58:11','<p>[vc_row][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vc_media_grid item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1593402823182-db11ca64a425b5354859deab3f66717b-8\" include=\"281,278,280\"][vc_masonry_media_grid grid_id=\"vc_gid:1593402998009-87fb0292-cd1f-8\" include=\"281,280,282\"][gem_portfolio portfolio_gaps_size=\"42\" portfolios=\"aboutme\" metro_max_row_height=\"380\"][/vc_column][/vc_row]</p>\n','Sales CRM & Customer Service','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 03:58:11','2020-06-29 03:58:11','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6111,1,'2020-06-29 04:09:10','2020-06-29 04:09:10','<p>[vc_row][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vc_media_grid item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1593403143366-fefc30c3c3bf8b4282684b57d7f3d703-0\" include=\"281,278,280\"][vc_masonry_media_grid grid_id=\"vc_gid:1593403143393-e8d8e5fe300508b90cb77da852381404-0\" include=\"281,280,282\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vc_single_image image=\"281\"][/vc_column][vc_column width=\"1/3\"][gem_icon_with_text icon_size=\"large\" centered=\"1\"][/gem_icon_with_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]</p>\n','Sales CRM & Customer Service','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 04:09:10','2020-06-29 04:09:10','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6112,1,'2020-07-08 07:06:27','2020-07-08 07:06:27','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6325\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-autosave-v1','','','2020-07-08 07:06:27','2020-07-08 07:06:27','',252,'https://beetcrm.com/2020/06/29/252-autosave-v1/',0,'revision','',0),(6113,1,'2020-06-29 06:31:18','2020-06-29 06:31:18','','crm sub icons-01','','inherit','open','closed','','crm-sub-icons-01','','','2020-06-29 06:31:18','2020-06-29 06:31:18','',252,'https://beetcrm.com/wp-content/uploads/2020/06/crm-sub-icons-01.png',0,'attachment','image/png',0),(6114,1,'2020-06-29 06:31:21','2020-06-29 06:31:21','','crm sub icons-02','','inherit','open','closed','','crm-sub-icons-02','','','2020-06-29 06:31:21','2020-06-29 06:31:21','',252,'https://beetcrm.com/wp-content/uploads/2020/06/crm-sub-icons-02.png',0,'attachment','image/png',0),(6115,1,'2020-06-29 06:31:24','2020-06-29 06:31:24','','crm sub icons-03','','inherit','open','closed','','crm-sub-icons-03','','','2020-06-29 06:31:24','2020-06-29 06:31:24','',252,'https://beetcrm.com/wp-content/uploads/2020/06/crm-sub-icons-03.png',0,'attachment','image/png',0),(6116,1,'2020-06-29 06:31:26','2020-06-29 06:31:26','','crm sub icons-04','','inherit','open','closed','','crm-sub-icons-04','','','2020-06-29 06:31:26','2020-06-29 06:31:26','',252,'https://beetcrm.com/wp-content/uploads/2020/06/crm-sub-icons-04.png',0,'attachment','image/png',0),(6117,1,'2020-06-29 06:31:29','2020-06-29 06:31:29','','crm sub icons-05','','inherit','open','closed','','crm-sub-icons-05','','','2020-06-29 06:31:29','2020-06-29 06:31:29','',252,'https://beetcrm.com/wp-content/uploads/2020/06/crm-sub-icons-05.png',0,'attachment','image/png',0),(6118,1,'2020-06-29 06:31:31','2020-06-29 06:31:31','','crm sub icons-06','','inherit','open','closed','','crm-sub-icons-06','','','2020-06-29 06:31:31','2020-06-29 06:31:31','',252,'https://beetcrm.com/wp-content/uploads/2020/06/crm-sub-icons-06.png',0,'attachment','image/png',0),(6119,1,'2020-06-29 07:08:56','2020-06-29 07:08:56','<p>[vc_row][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\n','Sales CRM & Customer Service','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 07:08:56','2020-06-29 07:08:56','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6122,1,'2020-06-29 07:32:03','2020-06-29 07:32:03','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][gem_textbox][/gem_textbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415394409{background-color: #f4f4ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 07:32:03','2020-06-29 07:32:03','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6121,1,'2020-06-29 07:18:24','2020-06-29 07:18:24','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1593415056724{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037.jpg?id=256) !important;}\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593414921409{background-color: #fff3ed !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\r\n[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.\r\n\r\nGet complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\r\n[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593414970232{background-color: #f2f5ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\r\n[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.\r\n\r\nEverything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\r\n[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415011072{background-color: #fff3ed !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\r\n[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\r\n[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.\r\n\r\nIntegrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 07:18:24','2020-06-29 07:18:24','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6120,1,'2020-06-29 07:18:03','2020-06-29 07:18:03','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1593415056724{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037.jpg?id=256) !important;}\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593414921409{background-color: #fff3ed !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593414970232{background-color: #f2f5ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415011072{background-color: #fff3ed !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\n','Sales CRM & Customer Service','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 07:18:03','2020-06-29 07:18:03','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6137,1,'2020-06-29 08:45:14','2020-06-29 08:45:14','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593420306994{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 08:45:14','2020-06-29 08:45:14','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6123,1,'2020-06-29 07:33:48','2020-06-29 07:33:48','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][gem_textbox][/gem_textbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415394409{background-color: #f4f4ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 07:33:48','2020-06-29 07:33:48','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6124,1,'2020-06-29 07:34:54','2020-06-29 07:34:54','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][gem_textbox][/gem_textbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 07:34:54','2020-06-29 07:34:54','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6135,1,'2020-06-29 08:43:05','2020-06-29 08:43:05','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_column_text]</p>\n<h3 style=\"text-align: center;\">BEET CRM FEATURES</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 08:43:05','2020-06-29 08:43:05','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6134,1,'2020-06-29 08:41:27','2020-06-29 08:41:27','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 08:41:27','2020-06-29 08:41:27','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6125,1,'2020-06-29 07:50:35','2020-06-29 07:50:35','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" box_style=\"soft-outlined\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 07:50:35','2020-06-29 07:50:35','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6133,1,'2020-06-29 08:40:20','2020-06-29 08:40:20','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 08:40:20','2020-06-29 08:40:20','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6126,1,'2020-06-29 07:59:34','2020-06-29 07:59:34','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" box_style=\"soft-outlined\" title_weight=\"thin\" activate_button=\"1\" button_corner=\"3\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 07:59:34','2020-06-29 07:59:34','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6127,1,'2020-06-29 08:01:41','2020-06-29 08:01:41','','Sales CRM & Customer Service','','inherit','closed','closed','','45-autosave-v1','','','2020-06-29 08:01:41','2020-06-29 08:01:41','',45,'https://beetcrm.com/2020/06/29/45-autosave-v1/',0,'revision','',0),(6128,1,'2020-06-29 08:24:02','2020-06-29 08:24:02','','Advanced Reporting','','inherit','closed','closed','','46-autosave-v1','','','2020-06-29 08:24:02','2020-06-29 08:24:02','',46,'https://beetcrm.com/2020/06/29/46-autosave-v1/',0,'revision','',0),(6129,1,'2020-06-29 08:30:07','2020-06-29 08:30:07','','Deals, Tickets & Project Management','','inherit','closed','closed','','49-autosave-v1','','','2020-06-29 08:30:07','2020-06-29 08:30:07','',49,'https://beetcrm.com/2020/06/29/49-autosave-v1/',0,'revision','',0),(6130,1,'2020-06-29 08:31:57','2020-06-29 08:31:57','','Instant Documents And Quotations','','inherit','closed','closed','','50-autosave-v1','','','2020-06-29 08:31:57','2020-06-29 08:31:57','',50,'https://beetcrm.com/2020/06/29/50-autosave-v1/',0,'revision','',0),(6131,1,'2020-06-29 08:33:43','2020-06-29 08:33:43','','Whatsapp & Chat Integrations','','inherit','closed','closed','','51-autosave-v1','','','2020-06-29 08:33:43','2020-06-29 08:33:43','',51,'https://beetcrm.com/2020/06/29/51-autosave-v1/',0,'revision','',0),(6132,1,'2020-06-29 08:36:09','2020-06-29 08:36:09','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"222\" img_size=\"200x200\" alignment=\"center\"][vc_custom_heading text=\"Beet CRM Features\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" activate_button=\"1\" button_corner=\"3\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 08:36:09','2020-06-29 08:36:09','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6136,1,'2020-06-29 08:44:24','2020-06-29 08:44:24','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" css=\".vc_custom_1593415438568{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 08:44:24','2020-06-29 08:44:24','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6138,1,'2020-06-29 09:01:03','2020-06-29 09:01:03','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593420306994{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 09:01:03','2020-06-29 09:01:03','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6139,1,'2020-06-29 09:01:47','2020-06-29 09:01:47','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593420306994{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 09:01:47','2020-06-29 09:01:47','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6140,1,'2020-06-29 09:46:51','2020-06-29 09:46:51','','kontak','','inherit','open','closed','','kontak','','','2020-06-29 09:46:51','2020-06-29 09:46:51','',252,'https://beetcrm.com/wp-content/uploads/2020/06/kontak.jpg',0,'attachment','image/jpeg',0),(6141,1,'2020-06-29 09:46:52','2020-06-29 09:46:52','','dashboard','','inherit','open','closed','','dashboard','','','2020-06-29 09:46:52','2020-06-29 09:46:52','',252,'https://beetcrm.com/wp-content/uploads/2020/06/dashboard.jpg',0,'attachment','image/jpeg',0),(6142,1,'2020-06-29 09:46:53','2020-06-29 09:46:53','','deals','','inherit','open','closed','','deals','','','2020-06-29 09:46:53','2020-06-29 09:46:53','',252,'https://beetcrm.com/wp-content/uploads/2020/06/deals.jpg',0,'attachment','image/jpeg',0),(6143,1,'2020-06-29 10:03:47','2020-06-29 10:03:47','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593420306994{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_gallery][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 10:03:47','2020-06-29 10:03:47','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6144,1,'2020-06-29 10:04:48','2020-06-29 10:04:48','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593420306994{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 10:04:48','2020-06-29 10:04:48','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6145,1,'2020-06-29 10:05:20','2020-06-29 10:05:20','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593420306994{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 10:05:20','2020-06-29 10:05:20','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6146,1,'2020-06-29 10:05:53','2020-06-29 10:05:53','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593420306994{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593416085944{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593415457495{background-color: #fff9f7 !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"20px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 10:05:53','2020-06-29 10:05:53','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6147,1,'2020-06-29 10:31:29','2020-06-29 10:31:29','<p>[vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-06-29 10:31:29','2020-06-29 10:31:29','',252,'https://beetcrm.com/2020/06/29/252-revision-v1/',0,'revision','',0),(6150,1,'2020-07-02 03:22:32','2020-07-02 03:22:32','','layout_industry covered_white','','inherit','open','closed','','layout_industry-covered_white','','','2020-07-02 03:22:32','2020-07-02 03:22:32','',191,'https://beetcrm.com/wp-content/uploads/2020/07/layout_industry-covered_white.png',0,'attachment','image/png',0),(6153,1,'2020-07-02 03:34:22','2020-07-02 03:34:22','<p>[vc_row][vc_column][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 03:34:22','2020-07-02 03:34:22','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6154,1,'2020-07-02 03:41:20','2020-07-02 03:41:20','','layout_industry_covered_transparent','','inherit','open','closed','','layout_industry_covered_transparent','','','2020-07-02 03:41:20','2020-07-02 03:41:20','',0,'https://beetcrm.com/wp-content/uploads/2020/07/layout_industry_covered_transparent.png',0,'attachment','image/png',0),(6155,1,'2020-07-02 03:44:28','2020-07-02 03:44:28','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"350x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 03:44:28','2020-07-02 03:44:28','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6156,1,'2020-07-02 03:45:11','2020-07-02 03:45:11','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"350x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 03:45:11','2020-07-02 03:45:11','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6157,1,'2020-07-02 03:46:39','2020-07-02 03:46:39','','beetcrm features_logo','','inherit','open','closed','','beetcrm-features_logo','','','2020-07-02 03:46:39','2020-07-02 03:46:39','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beetcrm-features_logo.png',0,'attachment','image/png',0),(6158,1,'2020-07-02 03:47:27','2020-07-02 03:47:27','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 03:47:27','2020-07-02 03:47:27','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6159,1,'2020-07-02 03:55:29','2020-07-02 03:55:29','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"3\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 03:55:29','2020-07-02 03:55:29','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6160,1,'2020-07-02 03:57:16','2020-07-02 03:57:16','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 03:57:16','2020-07-02 03:57:16','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6161,1,'2020-07-02 03:58:34','2020-07-02 03:58:34','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593662307907{padding-right: 150px !important;padding-left: 150px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 03:58:34','2020-07-02 03:58:34','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6162,1,'2020-07-02 04:06:46','2020-07-02 04:06:46','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593662796035{margin-right: 100px !important;margin-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 04:06:46','2020-07-02 04:06:46','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6163,1,'2020-07-02 04:21:29','2020-07-02 04:21:29','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663676458{margin-right: 100px !important;margin-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 04:21:29','2020-07-02 04:21:29','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6164,1,'2020-07-02 04:23:42','2020-07-02 04:23:42','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 04:23:42','2020-07-02 04:23:42','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6175,1,'2020-07-02 06:59:17','2020-07-02 06:59:17','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\r\n[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.\r\n\r\nGet complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\r\n[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\r\n[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.\r\n\r\nEverything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\r\n[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\r\n[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\r\n[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.\r\n\r\nIntegrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 06:59:17','2020-07-02 06:59:17','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6165,1,'2020-07-02 04:27:15','2020-07-02 04:27:15','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 04:27:15','2020-07-02 04:27:15','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6166,1,'2020-07-02 04:31:43','2020-07-02 04:31:43','','Group 11','','inherit','open','closed','','group-11','','','2020-07-02 04:31:43','2020-07-02 04:31:43','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Group-11.png',0,'attachment','image/png',0),(6168,1,'2020-07-02 04:51:04','2020-07-02 04:51:04','','Group 12','','inherit','open','closed','','group-12','','','2020-07-02 04:51:04','2020-07-02 04:51:04','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Group-12.png',0,'attachment','image/png',0),(6171,1,'2020-07-02 06:10:12','2020-07-02 06:10:12','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 06:10:12','2020-07-02 06:10:12','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6169,1,'2020-07-02 04:55:51','2020-07-02 04:55:51','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][vc_single_image image=\"6168\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6168\" img_size=\"large\" alignment=\"right\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 04:55:51','2020-07-02 04:55:51','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6305,1,'2020-07-07 05:40:52','2020-07-07 05:40:52','<p>[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-07 05:40:52','2020-07-07 05:40:52','',6178,'https://beetcrm.com/2020/07/07/6178-revision-v1/',0,'revision','',0),(6172,1,'2020-07-02 06:26:14','2020-07-02 06:26:14','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593671161676{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"921\" width=\"305\"][gem_divider margin_top=\"-15\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h5\" style=\"text-align: center;\"><span style=\"color: #2c2e3d;\">Lorem ipsum dolor amet</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22skype%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22vk%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <a href=\"#\">CodexThemes</a>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 06:26:14','2020-07-02 06:26:14','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(912,1,'2020-03-10 07:58:38','2020-03-10 07:58:38','<div class=\"contact-form row\">\r\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\r\n		<div class=\"form-line\">\r\n			[text* your-name placeholder akismet:author \"Name*\"]\r\n		</div>\r\n	</div>\r\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\r\n		<div class=\"form-line\">\r\n			[email* your-email placeholder akismet:author_email \"Email*\"]\r\n		</div>\r\n	</div>\r\n        <div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:25px;\">\r\n		<div class=\"form-line\">\r\n			[number* your-phone placeholder akismet:author \"Phone Number*\"]\r\n		</div>\r\n	</div>\r\n	<div class=\"col-lg-12 col-md-12 col-xs-12\" style=\"margin-bottom:20px;\">\r\n		<div class=\"form-line\">[textarea* your-message 40x4 placeholder \"Message\"]</div>\r\n	</div>\r\n	<div class=\"col-lg-12 col-md-12 col-xs-12\">\r\n		<div class=\"form-line-button\" style=\"color:#3366CC\">[submit \"request demo\"]</div>\r\n	</div>\r\n</div>\n1\nHello beetCRM \"[your-subject]\"\n[your-email] <hello@beetcrm.com>\nhello@beetcrm.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-phone]\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on beetcrm.com\nReply-To: [your-email]\n\n\n\n\nTheGem Blocks \"[your-subject]\"\nTheGem Blocks <wordpress@codex-themes.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on TheGem Blocks (http://democontent.codex-themes.com/thegem-blocks)\nReply-To: gemscottjackson@gmail.com\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.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Blocks Contact Form Light Half (Demo)','','publish','closed','closed','','blocks-contact-form-light_copy','','','2020-07-07 10:06:29','2020-07-07 10:06:29','',0,'http://democontent.codex-themes.com/thegem-blocks/?post_type=wpcf7_contact_form&#038;p=912',0,'wpcf7_contact_form','',0),(6247,1,'2020-07-05 16:38:57','2020-07-05 16:38:57','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetcrm.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','publish','closed','closed','','contact-us','','','2020-07-09 02:17:01','2020-07-09 02:17:01','',0,'https://beetcrm.com/?page_id=6247',0,'page','',0),(6174,1,'2020-07-02 06:58:15','2020-07-02 06:58:15','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1587133991684{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">+1 916 852235</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593671387063{margin-bottom: 0px !important;background-color: #fffcfc !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\r\n[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 06:58:15','2020-07-02 06:58:15','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(6173,1,'2020-07-02 06:36:38','2020-07-02 06:36:38','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales & Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp & Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1587133991684{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">+1 916 852235</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593671387063{margin-bottom: 0px !important;background-color: #fffcfc !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 06:36:38','2020-07-02 06:36:38','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(6201,1,'2020-07-02 09:20:54','2020-07-02 09:20:54','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6197\" img_size=\"400x270\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 09:20:54','2020-07-02 09:20:54','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6195,1,'2020-07-02 08:40:11','2020-07-02 08:40:11','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 08:40:11','2020-07-02 08:40:11','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6176,1,'2020-07-02 07:02:58','2020-07-02 07:02:58','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 07:02:58','2020-07-02 07:02:58','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6177,1,'2020-07-02 07:05:30','2020-07-02 07:05:30','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1587133991684{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">+1 916 852235</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 07:05:30','2020-07-02 07:05:30','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(6178,1,'2020-07-02 08:03:32','2020-07-02 08:03:32','[vc_row][vc_column css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][gem_divider style=\"3\" margin_top=\"20px\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\r\n[/vc_column_text][vc_toggle title=\"Bagaimana jika saya ingin bertanya mengenai harga dan tipe-tipe sistem yang ada?\"]Anda dapat menghubungi kami dengan mengisi form E-mail pada halaman Contact Us, atau langsung menghubungi kami dengan menelpon nomor yang telah kami sediakan.[/vc_toggle][vc_toggle title=\"Berapa banyak perusahaan &amp; user yang bisa saya tambahkan di Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.\r\n\r\nAnda dapat menambahkan perusahaan sebanyak yang anda butuhkan, dan anda dapat langsung menghubungi kami untuk berdiskusi mengenai berapa user yang anda butuhkan.[/vc_toggle][vc_toggle title=\"Apakah fitur seperti Call Center dan WhatsApp &amp; Chat Integration termasuk dalam Beet CRM?\"]Fitur Call Center dan WhatsApp &amp; Chat Integration merupakan fitur Add-On yang dapat dikombinasikan dengan Beet CRM Standard. Untuk informasi lebih lanjut mengenai penggunaan fitur-fitur tersebut, silahkan menghubungi kami di kontak yang telah kami sediakan.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\r\n[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][vc_toggle title=\"Apakah kontak / perusahaan yang dibuat oleh user tertentu bisa dilihat oleh user lain?\"]Hak akses setiap kontak / perusahaan dapat diatur secara bebas, sehingga dapat ditentukan user siapa saja yang dapat melihat kontak / perusahaan tertentu.[/vc_toggle][vc_toggle title=\"Apakah perubahan yang terjadi pada sebuah kontak / perusahaan memiliki riwayat perubahan?\"]Ya, masing-masing kontak / perusahaan akan memiliki riwayat perubahan yang bernama Timeline. Pada Timeline, dapat dilihat perubahan apa saja yang dilakukan beserta dengan data waktu dan user yang melakukan perubahan tersebut.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\r\n[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)\r\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FAQ','','publish','closed','closed','','faq','','','2020-07-08 07:17:10','2020-07-08 07:17:10','',0,'https://beetcrm.com/?page_id=6178',0,'page','',0),(6245,1,'2020-07-05 16:03:10','2020-07-05 16:03:10','[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">Contact <span style=\"color: #000000;\">companies</span></span></span></div>\r\n[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\r\n[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\r\n[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-05 16:03:10','2020-07-05 16:03:10','',6178,'https://beetcrm.com/2020/07/05/6178-revision-v1/',0,'revision','',0),(6179,1,'2020-07-02 08:03:32','2020-07-02 08:03:32','','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:03:32','2020-07-02 08:03:32','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6180,1,'2020-07-02 08:11:39','2020-07-02 08:11:39','<p>[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #00bcd4;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #00bcd4;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1585061683481{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-63.jpg?id=905) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:11:39','2020-07-02 08:11:39','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6184,1,'2020-07-02 08:17:06','2020-07-02 08:17:06','<p>[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1585061683481{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-63.jpg?id=905) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:17:06','2020-07-02 08:17:06','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6181,1,'2020-07-02 08:14:03','2020-07-02 08:14:03','<p>[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #00bcd4;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #00bcd4;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1585061683481{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-63.jpg?id=905) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #00bcd4;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:14:03','2020-07-02 08:14:03','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6182,1,'2020-07-02 08:16:47','2020-07-02 08:16:47','<p>[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1585061683481{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-63.jpg?id=905) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:16:47','2020-07-02 08:16:47','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6183,1,'2020-07-02 08:16:51','2020-07-02 08:16:51','<p>[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1585061683481{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-63.jpg?id=905) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1583504831377{background-image: url(https://beetcrm.com/wp-content/uploads/2020/02/blocks-image-62.jpg?id=904) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"500\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:16:51','2020-07-02 08:16:51','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6185,1,'2020-07-02 08:18:49','2020-07-02 08:18:49','','Sales CRM & Customer Service','','publish','closed','closed','','sales-crm-customer-service','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/?p=6185',3,'nav_menu_item','',0),(6187,1,'2020-07-02 08:20:28','2020-07-02 08:20:28','<p>[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:20:28','2020-07-02 08:20:28','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6188,1,'2020-07-02 08:23:39','2020-07-02 08:23:39','<p>[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <a href=\"#\">Beet CRM</a>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_list type=\"arrow\" color=\"4\"]</p>\n<ul>\n<li><span style=\"font-size: 18pt;\">Element 1</span></li>\n<li><span style=\"font-size: 18pt;\">Element 2</span></li>\n<li><span style=\"font-size: 18pt;\">Element 3</span></li>\n</ul>\n<p>[/gem_list][gem_divider margin_top=\"80\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:23:39','2020-07-02 08:23:39','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6189,1,'2020-07-02 08:25:50','2020-07-02 08:25:50','[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\r\n[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</div>\r\n[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\r\n[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\r\n[/vc_column_text][gem_list type=\"arrow\" color=\"4\"]\r\n<ul>\r\n 	<li><span style=\"font-size: 18pt;\">Element 1</span></li>\r\n 	<li><span style=\"font-size: 18pt;\">Element 2</span></li>\r\n 	<li><span style=\"font-size: 18pt;\">Element 3</span></li>\r\n</ul>\r\n[/gem_list][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <a href=\"#\">Beet CRM</a>. All rights reserved.</span></p>\r\n[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:25:50','2020-07-02 08:25:50','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0);
INSERT INTO `wpk3_posts` VALUES (6190,1,'2020-07-02 08:26:35','2020-07-02 08:26:35','<p>[vc_row][vc_column][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_list type=\"arrow\" color=\"4\"]</p>\n<ul>\n<li><span style=\"font-size: 18pt;\">Element 1</span></li>\n<li><span style=\"font-size: 18pt;\">Element 2</span></li>\n<li><span style=\"font-size: 18pt;\">Element 3</span></li>\n</ul>\n<p>[/gem_list][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_list type=\"arrow\" color=\"4\"]</p>\n<ul>\n<li><span style=\"font-size: 18pt;\">Element 1</span></li>\n<li><span style=\"font-size: 18pt;\">Element 2</span></li>\n<li><span style=\"font-size: 18pt;\">Element 3</span></li>\n</ul>\n<p>[/gem_list][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_list type=\"arrow\" color=\"4\"]</p>\n<ul>\n<li><span style=\"font-size: 18pt;\">Element 1</span></li>\n<li><span style=\"font-size: 18pt;\">Element 2</span></li>\n<li><span style=\"font-size: 18pt;\">Element 3</span></li>\n</ul>\n<p>[/gem_list][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <a href=\"#\">Beet CRM</a>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-02 08:26:35','2020-07-02 08:26:35','',6178,'https://beetcrm.com/2020/07/02/6178-revision-v1/',0,'revision','',0),(6191,1,'2020-07-02 08:29:32','2020-07-02 08:29:32','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678489233{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contact\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">+1 916 852235</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 08:29:32','2020-07-02 08:29:32','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(6192,1,'2020-07-02 08:31:04','2020-07-02 08:31:04','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">+1 916 852235</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-02 08:31:04','2020-07-02 08:31:04','',191,'https://beetcrm.com/2020/07/02/191-revision-v1/',0,'revision','',0),(6193,1,'2020-07-02 08:35:05','2020-07-02 08:35:05','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6150\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 08:35:05','2020-07-02 08:35:05','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6194,1,'2020-07-02 08:39:52','2020-07-02 08:39:52','','banner web_white','','inherit','open','closed','','banner-web_white','','','2020-07-02 08:39:52','2020-07-02 08:39:52','',252,'https://beetcrm.com/wp-content/uploads/2020/07/banner-web_white.png',0,'attachment','image/png',0),(6196,1,'2020-07-02 08:54:43','2020-07-02 08:54:43','','Group 14 (1)','','inherit','open','closed','','group-14-1','','','2020-07-02 08:54:43','2020-07-02 08:54:43','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Group-14-1.png',0,'attachment','image/png',0),(6197,1,'2020-07-02 09:01:46','2020-07-02 09:01:46','','Group 15','','inherit','open','closed','','group-15','','','2020-07-02 09:01:46','2020-07-02 09:01:46','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Group-15.png',0,'attachment','image/png',0),(6198,1,'2020-07-02 09:04:33','2020-07-02 09:04:33','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6197\" img_size=\"400x270\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 09:04:33','2020-07-02 09:04:33','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6199,1,'2020-07-02 09:19:54','2020-07-02 09:19:54','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Beet CRM works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Beet CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 09:19:54','2020-07-02 09:19:54','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6200,1,'2020-07-02 09:20:28','2020-07-02 09:20:28','','docccc','','inherit','open','closed','','docccc','','','2020-07-02 09:20:28','2020-07-02 09:20:28','',252,'https://beetcrm.com/wp-content/uploads/2020/07/docccc.png',0,'attachment','image/png',0),(6202,1,'2020-07-02 09:35:19','2020-07-02 09:35:19','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426638439{background-color: #f7f7ff !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_id=\"ticket\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 09:35:19','2020-07-02 09:35:19','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6203,1,'2020-07-02 09:43:15','2020-07-02 09:43:15','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 09:43:15','2020-07-02 09:43:15','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6204,1,'2020-07-02 10:19:29','2020-07-02 10:19:29','','Group 1712','','inherit','open','closed','','group-1712','','','2020-07-02 10:19:29','2020-07-02 10:19:29','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Group-1712.png',0,'attachment','image/png',0),(6205,1,'2020-07-02 10:47:00','2020-07-02 10:47:00','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Qontak’s CRM into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 10:47:00','2020-07-02 10:47:00','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6206,1,'2020-07-02 10:51:25','2020-07-02 10:51:25','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Qontak’s CRM into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row el_id=\"whatsapp\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 10:51:25','2020-07-02 10:51:25','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6207,1,'2020-07-02 10:53:44','2020-07-02 10:53:44','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6116\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6114\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6113\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6115\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6118\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Qontak’s CRM into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-02 10:53:44','2020-07-02 10:53:44','',252,'https://beetcrm.com/2020/07/02/252-revision-v1/',0,'revision','',0),(6208,1,'2020-07-03 02:02:18','2020-07-03 02:02:18','','beetcrm icons-01','','inherit','open','closed','','beetcrm-icons-01','','','2020-07-03 02:02:18','2020-07-03 02:02:18','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beetcrm-icons-01.png',0,'attachment','image/png',0),(6209,1,'2020-07-03 02:02:26','2020-07-03 02:02:26','','beetcrm icons-06','','inherit','open','closed','','beetcrm-icons-06','','','2020-07-03 02:02:26','2020-07-03 02:02:26','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beetcrm-icons-06.png',0,'attachment','image/png',0),(6210,1,'2020-07-03 02:02:32','2020-07-03 02:02:32','','beetcrm icons-04','','inherit','open','closed','','beetcrm-icons-04','','','2020-07-03 02:02:32','2020-07-03 02:02:32','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beetcrm-icons-04.png',0,'attachment','image/png',0),(6211,1,'2020-07-03 02:02:39','2020-07-03 02:02:39','','beetcrm icons-03','','inherit','open','closed','','beetcrm-icons-03','','','2020-07-03 02:02:39','2020-07-03 02:02:39','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beetcrm-icons-03.png',0,'attachment','image/png',0),(6212,1,'2020-07-03 02:02:47','2020-07-03 02:02:47','','beetcrm icons-02','','inherit','open','closed','','beetcrm-icons-02','','','2020-07-03 02:02:47','2020-07-03 02:02:47','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beetcrm-icons-02.png',0,'attachment','image/png',0),(6213,1,'2020-07-03 02:05:21','2020-07-03 02:05:21','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Qontak’s CRM into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6117\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 02:05:21','2020-07-03 02:05:21','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6214,1,'2020-07-03 02:47:45','2020-07-03 02:47:45','','beetcrm icons-05-05','','inherit','open','closed','','beetcrm-icons-05-05','','','2020-07-03 02:47:45','2020-07-03 02:47:45','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beetcrm-icons-05-05.png',0,'attachment','image/png',0),(6215,1,'2020-07-03 02:48:14','2020-07-03 02:48:14','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</p>\n<p>Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</p>\n<p>Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Qontak’s CRM into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</p>\n<p>Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 02:48:14','2020-07-03 02:48:14','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6223,1,'2020-07-03 04:41:12','2020-07-03 04:41:12','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 12pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 04:41:12','2020-07-03 04:41:12','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6216,1,'2020-07-03 03:01:22','2020-07-03 03:01:22','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 12pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Qontak’s CRM into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 03:01:22','2020-07-03 03:01:22','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6217,1,'2020-07-03 03:15:57','2020-07-03 03:15:57','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 12pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 03:15:57','2020-07-03 03:15:57','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6218,1,'2020-07-03 03:25:38','2020-07-03 03:25:38','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">+62 8221-3063-399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-03 03:25:38','2020-07-03 03:25:38','',191,'https://beetcrm.com/2020/07/03/191-revision-v1/',0,'revision','',0),(6219,1,'2020-07-03 03:56:30','2020-07-03 03:56:30','','faq beet crm-01','','inherit','open','closed','','faq-beet-crm-01','','','2020-07-03 03:56:30','2020-07-03 03:56:30','',6178,'https://beetcrm.com/wp-content/uploads/2020/07/faq-beet-crm-01.png',0,'attachment','image/png',0),(6227,1,'2020-07-03 06:42:50','2020-07-03 06:42:50','<p>[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">welcome</span> to the company</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">welcome</span> to the company</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <a href=\"#\">Beet CRM</a>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-03 06:42:50','2020-07-03 06:42:50','',6178,'https://beetcrm.com/2020/07/03/6178-revision-v1/',0,'revision','',0),(6220,1,'2020-07-03 03:58:59','2020-07-03 03:58:59','<p>[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_list type=\"arrow\" color=\"4\"]</p>\n<ul>\n<li><span style=\"font-size: 18pt;\">Element 1</span></li>\n<li><span style=\"font-size: 18pt;\">Element 2</span></li>\n<li><span style=\"font-size: 18pt;\">Element 3</span></li>\n</ul>\n<p>[/gem_list][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774689416{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_list type=\"arrow\" color=\"4\"]</p>\n<ul>\n<li><span style=\"font-size: 18pt;\">Element 1</span></li>\n<li><span style=\"font-size: 18pt;\">Element 2</span></li>\n<li><span style=\"font-size: 18pt;\">Element 3</span></li>\n</ul>\n<p>[/gem_list][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1586774684361{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\">welcome</span> to the company</div>\n<p>[/vc_column_text][gem_divider margin_top=\"50\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"styled-subtitle\"><span style=\"color: #22242d;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo!</span></div>\n<p>[/vc_column_text][gem_list type=\"arrow\" color=\"4\"]</p>\n<ul>\n<li><span style=\"font-size: 18pt;\">Element 1</span></li>\n<li><span style=\"font-size: 18pt;\">Element 2</span></li>\n<li><span style=\"font-size: 18pt;\">Element 3</span></li>\n</ul>\n<p>[/gem_list][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <a href=\"#\">Beet CRM</a>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-03 03:58:59','2020-07-03 03:58:59','',6178,'https://beetcrm.com/2020/07/03/6178-revision-v1/',0,'revision','',0),(6221,1,'2020-07-03 04:26:26','2020-07-03 04:26:26','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 12pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Qontak CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Qontak has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Qontak’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Qontak’s CRM into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6141\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 04:26:26','2020-07-03 04:26:26','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6222,1,'2020-07-03 04:40:13','2020-07-03 04:40:13','','Group 18','','inherit','open','closed','','group-18','','','2020-07-03 04:40:13','2020-07-03 04:40:13','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Group-18.png',0,'attachment','image/png',0),(6224,1,'2020-07-03 04:50:49','2020-07-03 04:50:49','','Group 22','','inherit','open','closed','','group-22','','','2020-07-03 04:50:49','2020-07-03 04:50:49','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Group-22.png',0,'attachment','image/png',0),(6225,1,'2020-07-03 04:51:25','2020-07-03 04:51:25','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 12pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 04:51:25','2020-07-03 04:51:25','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6226,1,'2020-07-03 05:39:33','2020-07-03 05:39:33','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1460112646306{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\" el_id=\"link4\"][vc_column][gem_divider margin_top=\"80\"][gem_icon pack=\"elegant\" size=\"medium\" centered=\"1\" icon_elegant=\"e0e9\" color=\"#53d769\"][gem_divider margin_top=\"30\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #707070;\">Users About Messenger</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"-6\"][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#d1d1d1\"][gem_divider margin_top=\"10\"][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000406122{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column][gem_testimonials set=\"content\" image_size=\"size-medium\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1459000399877{margin-bottom: 0px !important;background-color: #f3f3f3 !important;}\"][vc_column css=\".vc_custom_1460026725540{padding-top: 0px !important;}\"][gem_divider margin_top=\"60\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','App One Pager (Demo)','','inherit','closed','closed','','191-revision-v1','','','2020-07-03 05:39:33','2020-07-03 05:39:33','',191,'https://beetcrm.com/2020/07/03/191-revision-v1/',0,'revision','',0),(6228,1,'2020-07-03 06:42:50','2020-07-03 06:42:50','<p>[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">welcome</span> to the company</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">Lorem</span> ipsum dolor sit</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">welcome</span> to the company</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <a href=\"#\">Beet CRM</a>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-03 06:42:50','2020-07-03 06:42:50','',6178,'https://beetcrm.com/2020/07/03/6178-revision-v1/',0,'revision','',0),(6229,1,'2020-07-03 07:00:45','2020-07-03 07:00:45','<p>[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1593677976648{background-image: url(https://beetcrm.com/wp-content/uploads/2020/07/long-logo-crm_web-02.png?id=6186) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">Contact <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1593677999409{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-01.png?id=260) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1593678019265{background-image: url(https://beetcrm.com/wp-content/uploads/2020/06/BEET-CRM-icons-02.png?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <a href=\"#\">Beet CRM</a>. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-03 07:00:45','2020-07-03 07:00:45','',6178,'https://beetcrm.com/2020/07/03/6178-revision-v1/',0,'revision','',0),(6230,1,'2020-07-03 07:23:56','2020-07-03 07:23:56','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 12pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 07:23:56','2020-07-03 07:23:56','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6231,1,'2020-07-03 08:54:59','2020-07-03 08:54:59','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 Beet CRM. All rights reserved.</span></p>\n<p>[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-03 08:54:59','2020-07-03 08:54:59','',252,'https://beetcrm.com/2020/07/03/252-revision-v1/',0,'revision','',0),(6233,1,'2020-07-05 13:05:31','2020-07-05 13:05:31','http://beetcrm.com/wp-content/uploads/2020/07/cropped-beets-logo-satu-satu-16.png','cropped-beets-logo-satu-satu-16.png','','inherit','open','closed','','cropped-beets-logo-satu-satu-16-png','','','2020-07-05 13:05:31','2020-07-05 13:05:31','',0,'http://beetcrm.com/wp-content/uploads/2020/07/cropped-beets-logo-satu-satu-16.png',0,'attachment','image/png',0),(6234,1,'2020-07-05 13:07:33','2020-07-05 13:07:33','{\n    \"site_icon\": {\n        \"value\": 6236,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-05 13:07:33\"\n    }\n}','','','trash','closed','closed','','90031e24-0afe-4ef9-9cbf-ef5dc9c0d844','','','2020-07-05 13:07:33','2020-07-05 13:07:33','',0,'http://beetcrm.com/?p=6234',0,'customize_changeset','',0),(6236,1,'2020-07-05 13:07:21','2020-07-05 13:07:21','http://beetcrm.com/wp-content/uploads/2020/07/cropped-beets-logo-satu-satu-17.png','cropped-beets-logo-satu-satu-17.png','','inherit','open','closed','','cropped-beets-logo-satu-satu-17-png','','','2020-07-05 13:07:21','2020-07-05 13:07:21','',0,'http://beetcrm.com/wp-content/uploads/2020/07/cropped-beets-logo-satu-satu-17.png',0,'attachment','image/png',0),(6237,1,'2020-07-05 13:10:58','2020-07-05 13:10:58','{\n    \"blogdescription\": {\n        \"value\": \"CRM Terbaik di Asia\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-05 13:10:58\"\n    }\n}','','','trash','closed','closed','','8ced6a8f-b26e-4e6c-a5e2-cdf5a952b123','','','2020-07-05 13:10:58','2020-07-05 13:10:58','',0,'http://beetcrm.com/2020/07/05/8ced6a8f-b26e-4e6c-a5e2-cdf5a952b123/',0,'customize_changeset','',0),(6276,1,'2020-07-06 02:50:33','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2020-07-06 02:50:33','0000-00-00 00:00:00','',0,'https://beetcrm.com/?page_id=6276',0,'page','',0),(6277,1,'2020-07-06 02:50:37','2020-07-06 02:50:37','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 02:50:37','2020-07-06 02:50:37','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6240,1,'2020-07-05 15:38:32','2020-07-05 15:38:32','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"80\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_divider margin_top=\"90\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"100\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #5f727f;\">Copyright © 2020 <span style=\"color: #ff9933;\"><a style=\"color: #ff9933;\" href=\"#\">beet CRM</a></span>. All rights reserved.</span></p>\r\n[/vc_column_text][gem_divider margin_top=\"110\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 15:38:32','2020-07-05 15:38:32','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6243,1,'2020-07-05 16:00:28','2020-07-05 16:00:28','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593671625425{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 16:00:28','2020-07-05 16:00:28','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6244,1,'2020-07-08 03:18:34','2020-07-08 03:18:34','<p>[vc_row][vc_column css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][gem_divider style=\"3\" margin_top=\"20px\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana jika saya ingin bertanya mengenai harga dan tipe-tipe sistem yang ada?\"]Anda dapat menghubungi kami dengan mengisi form E-mail pada halaman Contact Us, atau langsung menghubungi kami dengan menelpon nomor yang telah kami sediakan.[/vc_toggle][vc_toggle title=\"Berapa banyak perusahaan & user yang bisa saya tambahkan di Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.</p>\n<p>Anda dapat menambahkan perusahaan sebanyak yang anda butuhkan, dan anda dapat langsung menghubungi kami untuk berdiskusi mengenai berapa user yang anda butuhkan.[/vc_toggle][vc_toggle title=\"Apakah fitur seperti Call Center dan WhatsApp & Chat Integration termasuk dalam Beet CRM?\"]Fitur Call Center dan WhatsApp &amp; Chat Integration merupakan fitur Add-On yang dapat dikombinasikan dengan Beet CRM Standard. Untuk informasi lebih lanjut mengenai penggunaan fitur-fitur tersebut, silahkan menghubungi kami di kontak yang telah kami sediakan.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][vc_toggle title=\"Apakah kontak / perusahaan yang dibuat oleh user tertentu bisa dilihat oleh user lain?\"]Hak akses setiap kontak / perusahaan dapat diatur secara bebas, sehingga dapat ditentukan user siapa saja yang dapat melihat kontak / perusahaan tertentu.[/vc_toggle][vc_toggle title=\"Apakah perubahan yang terjadi pada sebuah kontak / perusahaan memiliki riwayat perubahan?\"]Ya, masing-masing kontak / perusahaan akan memiliki riwayat perubahan yang bernama Timeline. Pada Timeline, dapat dilihat perubahan apa saja yang dilakukan beserta dengan data waktu dan user yang melakukan perubahan tersebut.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)<br />\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp form=\"1\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-autosave-v1','','','2020-07-08 03:18:34','2020-07-08 03:18:34','',6178,'https://beetcrm.com/2020/07/05/6178-autosave-v1/',0,'revision','',0),(6248,1,'2020-07-05 16:31:49','2020-07-05 16:31:49','','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-05 16:31:49','2020-07-05 16:31:49','',6247,'https://beetcrm.com/2020/07/05/6247-revision-v1/',0,'revision','',0),(6251,1,'2020-07-05 16:59:07','2020-07-05 16:59:07','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-05 16:59:07','2020-07-05 16:59:07','',6247,'https://beetcrm.com/2020/07/05/6247-revision-v1/',0,'revision','',0),(6249,1,'2020-07-05 16:38:57','2020-07-05 16:38:57','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">PT. LIFETECH TANPA BATAS\r\nRukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-05 16:38:57','2020-07-05 16:38:57','',6247,'https://beetcrm.com/2020/07/05/6247-revision-v1/',0,'revision','',0),(6252,1,'2020-07-05 16:59:33','2020-07-05 16:59:33','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 16:59:33','2020-07-05 16:59:33','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6250,1,'2020-07-05 16:39:12','2020-07-05 16:39:12','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593967017907{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">PT. LIFETECH TANPA BATAS\r\nRukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 16:39:12','2020-07-05 16:39:12','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6253,1,'2020-07-05 17:05:13','0000-00-00 00:00:00','','Auto Draft','','private','closed','closed','','auto-draft','','','2020-07-05 17:05:13','0000-00-00 00:00:00','',0,'https://beetcrm.com/thegem_footer/auto-draft/',0,'thegem_footer','',0),(6254,1,'2020-07-05 17:40:22','2020-07-05 17:40:22','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"-\" submit=\"Subscribe\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 17:40:22','2020-07-05 17:40:22','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6255,1,'2020-07-05 17:44:02','2020-07-05 17:44:02','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 17:44:02','2020-07-05 17:44:02','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6256,1,'2020-07-05 17:45:03','2020-07-05 17:45:03','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/2\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"1/2\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][gem_divider margin_top=\"100\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 17:45:03','2020-07-05 17:45:03','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6258,1,'2020-07-05 17:49:10','2020-07-05 17:49:10','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/2\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 17:49:10','2020-07-05 17:49:10','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6257,1,'2020-07-05 17:47:38','2020-07-05 17:47:38','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593673526236{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/2\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"100\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 17:47:38','2020-07-05 17:47:38','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6259,1,'2020-07-05 17:52:50','2020-07-05 17:52:50','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"2/3\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"1/3\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 17:52:50','2020-07-05 17:52:50','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6260,1,'2020-07-05 17:56:11','2020-07-05 17:56:11','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/3\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"1/3\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 17:56:11','2020-07-05 17:56:11','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6262,1,'2020-07-05 17:59:59','2020-07-05 17:59:59','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nLink Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nRecord Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1593968371127{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-05 17:59:59','2020-07-05 17:59:59','',191,'https://beetcrm.com/2020/07/05/191-revision-v1/',0,'revision','',0),(6272,1,'2020-07-06 02:35:36','2020-07-06 02:35:36','','BEET CRM FAQ FIX-07','','inherit','open','closed','','beet-crm-faq-fix-07','','','2020-07-06 02:35:36','2020-07-06 02:35:36','',6178,'https://beetcrm.com/wp-content/uploads/2020/07/BEET-CRM-FAQ-FIX-07.png',0,'attachment','image/png',0),(6273,1,'2020-07-06 02:35:41','2020-07-06 02:35:41','','BEET CRM FAQ FIX-08','','inherit','open','closed','','beet-crm-faq-fix-08','','','2020-07-06 02:35:41','2020-07-06 02:35:41','',6178,'https://beetcrm.com/wp-content/uploads/2020/07/BEET-CRM-FAQ-FIX-08.png',0,'attachment','image/png',0),(6274,1,'2020-07-06 02:35:46','2020-07-06 02:35:46','','BEET CRM FAQ FIX-09','','inherit','open','closed','','beet-crm-faq-fix-09','','','2020-07-06 02:35:46','2020-07-06 02:35:46','',6178,'https://beetcrm.com/wp-content/uploads/2020/07/BEET-CRM-FAQ-FIX-09.png',0,'attachment','image/png',0),(6278,1,'2020-07-06 03:49:33','2020-07-06 03:49:33','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Sales &amp; Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create report &amp; analysis, manage your project &amp; track your selling progress, automated document creation and customer ticketing system all in one system[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; Task Tracking\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]Create Custom KPI\'s to Track your Field Service, After Sales, Operations &amp; More. Customize your KPI , manage operation tracking and after sales tracking seamlessly in the system[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"WhatsApp &amp; Chat Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Link Whatsapp, Line and Capture Contacts &amp; History Automatically. Integrate your chat, capture your contact and chat conversation and use our Agent Allocation System to improve your relationship with your customers.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"Call Center Solutions\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>Record Conversations with a Powerful Call Center Solution. Use our outbound &amp; inbound call system, VOIP solution to improve your call center. With our call center solution, get your call recording and call reports with ease.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Use our CRM solution for streamlining the digital transformation process in a manner that is efficient, cost effective, and user-friendly.  We will provide you with a secure, easy to use CRM system designed for a variety of purpose including advanced reporting, Mobile CRM &amp; tracking, and many more. Everything will be hosted in our server, automatically.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Our On Premise incorporates all the features of our On Cloud system plus the flexibility to put our CRM system in your preferred server.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Want to incorporate both On Cloud and On Premise system on your company? Don’t worry, consult with us to utilize the CRM System in the most efficient and proper way.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-06 03:49:33','2020-07-06 03:49:33','',191,'https://beetcrm.com/2020/07/06/191-revision-v1/',0,'revision','',0),(6280,1,'2020-07-06 04:21:09','2020-07-06 04:21:09','<p>[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-06 04:21:09','2020-07-06 04:21:09','',6178,'https://beetcrm.com/2020/07/06/6178-revision-v1/',0,'revision','',0),(6281,1,'2020-07-06 06:12:03','2020-07-06 06:12:03','<p>[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][vc_toggle title=\"Can I add custom data field to the beet CRM system?\"]Yes, our system will provide you with custom data field to accomodate your company request, and we will gladly assist you in creating the best data structure for your company.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-06 06:12:03','2020-07-06 06:12:03','',6178,'https://beetcrm.com/2020/07/06/6178-revision-v1/',0,'revision','',0),(6283,1,'2020-07-06 06:38:09','2020-07-06 06:38:09','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"6\" quickfinders=\"app-sparta-1,app-sparta-2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 06:38:09','2020-07-06 06:38:09','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6282,1,'2020-07-06 06:28:13','2020-07-06 06:28:13','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593663809458{padding-right: 100px !important;padding-left: 100px !important;}\"][vc_column][vc_single_image image=\"6157\" img_size=\"500x100\" alignment=\"center\"][gem_quickfinder style=\"classic\" columns=\"6\" title_weight=\"thin\" effects_enabled=\"1\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 06:28:13','2020-07-06 06:28:13','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6284,1,'2020-07-06 06:40:36','2020-07-06 06:40:36','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"classic\" columns=\"6\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 06:40:36','2020-07-06 06:40:36','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6285,1,'2020-07-06 06:41:05','2020-07-06 06:41:05','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"6\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 06:41:05','2020-07-06 06:41:05','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6286,1,'2020-07-06 06:43:56','2020-07-06 06:43:56','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"6\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 06:43:56','2020-07-06 06:43:56','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6287,1,'2020-07-06 10:32:53','2020-07-06 10:32:53','','Call Center Solutions','','publish','closed','closed','','call-center-solutions','','','2020-07-06 10:32:53','2020-07-06 10:32:53','',0,'https://beetcrm.com/?post_type=thegem_qf_item&#038;p=6287',0,'thegem_qf_item','',0),(6288,1,'2020-07-06 10:34:34','2020-07-06 10:34:34','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 10:34:34','2020-07-06 10:34:34','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6296,1,'2020-07-07 03:01:33','2020-07-07 03:01:33','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 03:01:33','2020-07-07 03:01:33','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6290,1,'2020-07-06 10:49:19','2020-07-06 10:49:19','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 10:49:19','2020-07-06 10:49:19','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6289,1,'2020-07-06 10:48:12','2020-07-06 10:48:12','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Your Sales, Ticketing &amp; Project Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">A clogged sales, ticketing, &amp; project pipeline is often the result of stagnant deals across multiple stages. What’s the solution? An omnichannel social CRM that helps you visualize your pipeline and modify it according to your sales, customer service or project process.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Simple Drag-and-Drop or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Whether you are a B2B or B2C firm our CRM caters with multiple view points. On the board view easily move deals up the sales pipeline by dragging and dropping a deal into any stage. You can break away to perform a quick filter (say by Expected Close Date), and return to dragging and dropping deals.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-06 10:48:12','2020-07-06 10:48:12','',252,'https://beetcrm.com/2020/07/06/252-revision-v1/',0,'revision','',0),(6291,1,'2020-07-07 01:53:31','2020-07-07 01:53:31','','Call Center Solutions','','publish','closed','closed','','call-center-solutions','','','2020-07-07 01:53:31','2020-07-07 01:53:31','',0,'https://beetcrm.com/?p=6291',9,'nav_menu_item','',0),(6292,1,'2020-07-07 02:01:39','2020-07-07 02:01:39','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM’s innovative documents generator can generate any document that you want instantly using spreadsheet or word document templates. A good CRM never makes you work twice and Qontak CRM instantly automates documents such as quotations to save you time. Why use a CRM if you cannot save time and improve efficiency?</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Templates pull data from Beet CRM’s into your own customized templates. Templates can also embed formulas as is normally done in spreadsheets and documents to provide complete flexibility.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp and Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Obtain an official Whatsapp Business account eligible for the an official registered checkmark next to your business name. Customize your business profile on Whatsapp today.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrate Whatsapp, Line, Telegram and Facebook Messenger directly to our Social CRM to instantly create contacts inside of your system and capture conversations automatically. Eliminate manual entry of leads today – our system detects names automatically.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 02:01:39','2020-07-07 02:01:39','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6295,1,'2020-07-07 02:54:42','2020-07-07 02:54:42','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 02:54:42','2020-07-07 02:54:42','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6294,1,'2020-07-07 02:21:28','2020-07-07 02:21:28','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 02:21:28','2020-07-07 02:21:28','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6293,1,'2020-07-07 02:14:08','2020-07-07 02:14:08','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales CRM &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">360 Degree Customer View for Sales &amp; Customer Service</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Effective leads and accounts management starts with a holistic perspective. A good sales &amp; customer service CRM tells you everything you need to know about your lead or account, from one screen – in a static and dynamic perspective.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">With Beet CRM, get complete details about your customers— conversations, deals (open, won or lost), touchpoints with your company, and the tasks and appointments scheduled with them among others.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Modify our default reports or build your own custom reports on leads, contacts, accounts and opportunities. Use the insights from the CRM to adjust course and grow your revenue. Qontak works hand in hand with companies to build reports that are visually exactly what you need.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Report Dashboard</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">If you’re looking into a specific set of sales reports every day, wouldn’t it be cool to see all those reports on a single screen, instead of pulling up each report separately? Each dashboard in Beet CRM displays reports on your screen, downloadable into PDF, CSV and XLS. Now you can view more data and draw inferences faster without having to search for numbers.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Monitor your sales progress visually without any complex setups. Understand your sales results instantly with elegant, graphical tables and charts.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"color: #000000; font-size: 14pt;\">In a mobile-first world, why sell only from your desk? Get all the functionalities of a sales CRM on your smartphone. Beet CRM has been designed with a mobile-first mentality.</span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Everything you need to know about your contacts, companies and deals is just a tap away. Stay up-to-date on your deal’s details before you step into a sales call. After your call, schedule follow-up activities and update details even as you walk into your next meeting. Keep moving and never miss a sales step.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Use our mobile system to make your life easier. Track your sales location to notify team leaders and scan name card data to prevent manual data entry. Beet CRM is a system built for sales people on the frontlines of sales.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 02:14:08','2020-07-07 02:14:08','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6297,1,'2020-07-07 03:12:56','2020-07-07 03:12:56','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 03:12:56','2020-07-07 03:12:56','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6298,1,'2020-07-07 03:17:03','2020-07-07 03:17:03','','Call Software','','inherit','open','closed','','call-software','','','2020-07-07 03:17:03','2020-07-07 03:17:03','',0,'https://beetcrm.com/wp-content/uploads/2020/07/Call-Software.png',0,'attachment','image/png',0),(6299,1,'2020-07-07 03:17:14','2020-07-07 03:17:14','','Call Software','','inherit','open','closed','','call-software-2','','','2020-07-07 03:17:14','2020-07-07 03:17:14','',0,'https://beetcrm.com/wp-content/uploads/2020/07/Call-Software-1.png',0,'attachment','image/png',0),(6300,1,'2020-07-07 03:39:44','2020-07-07 03:39:44','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP & CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-07 03:39:44','2020-07-07 03:39:44','',191,'https://beetcrm.com/2020/07/07/191-revision-v1/',0,'revision','',0),(6301,1,'2020-07-07 03:48:35','2020-07-07 03:48:35','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP & CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise atau hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">kontak</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">kontak kami untuk informasi lebih lanjut</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-07 03:48:35','2020-07-07 03:48:35','',191,'https://beetcrm.com/2020/07/07/191-revision-v1/',0,'revision','',0),(6302,1,'2020-07-07 03:54:23','2020-07-07 03:54:23','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 03:54:23','2020-07-07 03:54:23','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6303,1,'2020-07-07 04:12:49','2020-07-07 04:12:49','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP & CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-07 04:12:49','2020-07-07 04:12:49','',191,'https://beetcrm.com/2020/07/07/191-revision-v1/',0,'revision','',0),(6304,1,'2020-07-07 04:16:01','2020-07-07 04:16:01','','beet crm icons-11','','inherit','open','closed','','beet-crm-icons-11','','','2020-07-07 04:16:01','2020-07-07 04:16:01','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-icons-11.png',0,'attachment','image/png',0),(6308,1,'2020-07-07 06:04:31','2020-07-07 06:04:31','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 06:04:31','2020-07-07 06:04:31','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6309,1,'2020-07-07 06:05:59','2020-07-07 06:05:59','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI & MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP & CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</p>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</p>\n</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-07 06:05:59','2020-07-07 06:05:59','',191,'https://beetcrm.com/2020/07/07/191-revision-v1/',0,'revision','',0),(6311,1,'2020-07-07 06:20:29','2020-07-07 06:20:29','<p>[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"How do I inquire about the price and system types?\"]You could contact us by filling the E-mail enquiry form in the Contact Us section, or directly contact us on the number we have provided.[/vc_toggle][vc_toggle title=\"How many company & user can I add in Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.[/vc_toggle][vc_toggle title=\"Example Question\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)<br />\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-07 06:20:29','2020-07-07 06:20:29','',6178,'https://beetcrm.com/2020/07/07/6178-revision-v1/',0,'revision','',0),(6312,1,'2020-07-07 06:23:01','2020-07-07 06:23:01','','Group 29','','inherit','open','closed','','group-29','','','2020-07-07 06:23:01','2020-07-07 06:23:01','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Group-29.png',0,'attachment','image/png',0),(6313,1,'2020-07-07 06:23:48','2020-07-07 06:23:48','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 06:23:48','2020-07-07 06:23:48','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6314,1,'2020-07-07 06:26:39','2020-07-07 06:26:39','<p>[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana jika saya ingin bertanya mengenai harga dan tipe-tipe sistem yang ada?\"]Anda dapat menghubungi kami dengan mengisi form E-mail pada halaman Contact Us, atau langsung menghubungi kami dengan menelpon nomor yang telah kami sediakan.[/vc_toggle][vc_toggle title=\"Berapa banyak perusahaan & user yang bisa saya tambahkan di Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.</p>\n<p>Anda dapat menambahkan perusahaan sebanyak yang anda butuhkan, dan anda dapat langsung menghubungi kami untuk berdiskusi mengenai berapa user yang anda butuhkan.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)<br />\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-07 06:26:39','2020-07-07 06:26:39','',6178,'https://beetcrm.com/2020/07/07/6178-revision-v1/',0,'revision','',0),(6315,1,'2020-07-07 06:32:52','2020-07-07 06:32:52','','beet crm icon new-10','','inherit','open','closed','','beet-crm-icon-new-10','','','2020-07-07 06:32:52','2020-07-07 06:32:52','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-icon-new-10.png',0,'attachment','image/png',0),(6316,1,'2020-07-07 06:32:56','2020-07-07 06:32:56','','beet crm icon new-13','','inherit','open','closed','','beet-crm-icon-new-13','','','2020-07-07 06:32:56','2020-07-07 06:32:56','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-icon-new-13.png',0,'attachment','image/png',0),(6317,1,'2020-07-07 06:33:00','2020-07-07 06:33:00','','beet crm icon new-12','','inherit','open','closed','','beet-crm-icon-new-12','','','2020-07-07 06:33:00','2020-07-07 06:33:00','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-icon-new-12.png',0,'attachment','image/png',0),(6318,1,'2020-07-07 06:33:04','2020-07-07 06:33:04','','beet crm icon new-11','','inherit','open','closed','','beet-crm-icon-new-11','','','2020-07-07 06:33:04','2020-07-07 06:33:04','',252,'https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-icon-new-11.png',0,'attachment','image/png',0),(6319,1,'2020-07-07 06:38:22','2020-07-07 06:38:22','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 06:38:22','2020-07-07 06:38:22','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6320,1,'2020-07-07 07:14:29','2020-07-07 07:14:29','','Chat Integration','','inherit','open','closed','','chat-integration','','','2020-07-07 07:14:29','2020-07-07 07:14:29','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Chat-Integration.png',0,'attachment','image/png',0),(6321,1,'2020-07-07 07:15:00','2020-07-07 07:15:00','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 07:15:00','2020-07-07 07:15:00','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6322,1,'2020-07-07 07:16:58','2020-07-07 07:16:58','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 07:16:58','2020-07-07 07:16:58','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6327,1,'2020-07-07 08:49:26','2020-07-07 08:49:26','<p>[vc_row][vc_column css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][gem_divider style=\"3\" margin_top=\"20px\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana jika saya ingin bertanya mengenai harga dan tipe-tipe sistem yang ada?\"]Anda dapat menghubungi kami dengan mengisi form E-mail pada halaman Contact Us, atau langsung menghubungi kami dengan menelpon nomor yang telah kami sediakan.[/vc_toggle][vc_toggle title=\"Berapa banyak perusahaan & user yang bisa saya tambahkan di Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.</p>\n<p>Anda dapat menambahkan perusahaan sebanyak yang anda butuhkan, dan anda dapat langsung menghubungi kami untuk berdiskusi mengenai berapa user yang anda butuhkan.[/vc_toggle][vc_toggle title=\"Apakah fitur seperti Call Center dan WhatsApp & Chat Integration termasuk dalam Beet CRM?\"]Fitur Call Center dan WhatsApp &amp; Chat Integration merupakan fitur Add-On yang dapat dikombinasikan dengan Beet CRM Standard. Untuk informasi lebih lanjut mengenai penggunaan fitur-fitur tersebut, silahkan menghubungi kami di kontak yang telah kami sediakan.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][vc_toggle title=\"Apakah kontak / perusahaan yang dibuat oleh user tertentu bisa dilihat oleh user lain?\"]Hak akses setiap kontak / perusahaan dapat diatur secara bebas, sehingga dapat ditentukan user siapa saja yang dapat melihat kontak / perusahaan tertentu.[/vc_toggle][vc_toggle title=\"Apakah perubahan yang terjadi pada sebuah kontak / perusahaan memiliki riwayat perubahan?\"]Ya, masing-masing kontak / perusahaan akan memiliki riwayat perubahan yang bernama Timeline. Pada Timeline, dapat dilihat perubahan apa saja yang dilakukan beserta dengan data waktu dan user yang melakukan perubahan tersebut.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)<br />\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-07 08:49:26','2020-07-07 08:49:26','',6178,'https://beetcrm.com/2020/07/07/6178-revision-v1/',0,'revision','',0),(6323,1,'2020-07-07 07:22:26','2020-07-07 07:22:26','<p>[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6219\" img_size=\"full\"][gem_divider style=\"3\" margin_top=\"20px\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana jika saya ingin bertanya mengenai harga dan tipe-tipe sistem yang ada?\"]Anda dapat menghubungi kami dengan mengisi form E-mail pada halaman Contact Us, atau langsung menghubungi kami dengan menelpon nomor yang telah kami sediakan.[/vc_toggle][vc_toggle title=\"Berapa banyak perusahaan & user yang bisa saya tambahkan di Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.</p>\n<p>Anda dapat menambahkan perusahaan sebanyak yang anda butuhkan, dan anda dapat langsung menghubungi kami untuk berdiskusi mengenai berapa user yang anda butuhkan.[/vc_toggle][vc_toggle title=\"Apakah fitur seperti Call Center dan WhatsApp & Chat Integration termasuk dalam Beet CRM?\"]Fitur Call Center dan WhatsApp &amp; Chat Integration merupakan fitur Add-On yang dapat dikombinasikan dengan Beet CRM Standard. Untuk informasi lebih lanjut mengenai penggunaan fitur-fitur tersebut, silahkan menghubungi kami di kontak yang telah kami sediakan.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][vc_toggle title=\"Apakah kontak / perusahaan yang dibuat oleh user tertentu bisa dilihat oleh user lain?\"]Hak akses setiap kontak / perusahaan dapat diatur secara bebas, sehingga dapat ditentukan user siapa saja yang dapat melihat kontak / perusahaan tertentu.[/vc_toggle][vc_toggle title=\"Apakah perubahan yang terjadi pada sebuah kontak / perusahaan memiliki riwayat perubahan?\"]Ya, masing-masing kontak / perusahaan akan memiliki riwayat perubahan yang bernama Timeline. Pada Timeline, dapat dilihat perubahan apa saja yang dilakukan beserta dengan data waktu dan user yang melakukan perubahan tersebut.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]</p>\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\n<p>[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)<br />\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-07 07:22:26','2020-07-07 07:22:26','',6178,'https://beetcrm.com/2020/07/07/6178-revision-v1/',0,'revision','',0),(6324,1,'2020-07-07 07:25:40','2020-07-07 07:25:40','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Sales crm &amp; Customer service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 07:25:40','2020-07-07 07:25:40','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6325,1,'2020-07-07 07:41:13','2020-07-07 07:41:13','','Fitur Deals','','inherit','open','closed','','fitur-deals','','','2020-07-07 07:41:13','2020-07-07 07:41:13','',252,'https://beetcrm.com/wp-content/uploads/2020/07/Fitur-Deals.png',0,'attachment','image/png',0),(6326,1,'2020-07-07 07:41:41','2020-07-07 07:41:41','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6325\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 07:41:41','2020-07-07 07:41:41','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6328,1,'2020-07-07 09:35:20','2020-07-07 09:35:20','','Mock BEETCRM','','inherit','open','closed','','mock-beetcrm','','','2020-07-07 09:35:20','2020-07-07 09:35:20','',0,'https://beetcrm.com/wp-content/uploads/2020/07/Mock-BEETCRM.png',0,'attachment','image/png',0),(6329,1,'2020-07-07 09:36:51','2020-07-07 09:36:51','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\n<p>[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span></p>\n<p><span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span></p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6325\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span></p>\n<p>&nbsp;[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\n<p>[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span></p>\n<p><span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span></p>\n<p><span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-07 09:36:51','2020-07-07 09:36:51','',252,'https://beetcrm.com/2020/07/07/252-revision-v1/',0,'revision','',0),(6330,1,'2020-07-07 10:20:54','2020-07-07 10:20:54','','Favicon BeetCRM','','inherit','open','closed','','favicon-beetcrm','','','2020-07-07 10:20:54','2020-07-07 10:20:54','',0,'https://beetcrm.com/wp-content/uploads/2020/07/Favicon-BeetCRM.png',0,'attachment','image/png',0),(6331,1,'2020-07-08 02:40:03','2020-07-08 02:40:03','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nmenghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nrekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 02:40:03','2020-07-08 02:40:03','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6332,1,'2020-07-08 03:17:04','2020-07-08 03:17:04','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\r\n[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span>\r\n\r\n<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span>\r\n\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6325\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span>\r\n\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-08 03:17:04','2020-07-08 03:17:04','',252,'https://beetcrm.com/2020/07/08/252-revision-v1/',0,'revision','',0),(6333,1,'2020-07-08 03:18:40','2020-07-08 03:18:40','[vc_row][vc_column css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][gem_divider style=\"3\" margin_top=\"20px\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\r\n[/vc_column_text][vc_toggle title=\"Bagaimana jika saya ingin bertanya mengenai harga dan tipe-tipe sistem yang ada?\"]Anda dapat menghubungi kami dengan mengisi form E-mail pada halaman Contact Us, atau langsung menghubungi kami dengan menelpon nomor yang telah kami sediakan.[/vc_toggle][vc_toggle title=\"Berapa banyak perusahaan &amp; user yang bisa saya tambahkan di Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.\r\n\r\nAnda dapat menambahkan perusahaan sebanyak yang anda butuhkan, dan anda dapat langsung menghubungi kami untuk berdiskusi mengenai berapa user yang anda butuhkan.[/vc_toggle][vc_toggle title=\"Apakah fitur seperti Call Center dan WhatsApp &amp; Chat Integration termasuk dalam Beet CRM?\"]Fitur Call Center dan WhatsApp &amp; Chat Integration merupakan fitur Add-On yang dapat dikombinasikan dengan Beet CRM Standard. Untuk informasi lebih lanjut mengenai penggunaan fitur-fitur tersebut, silahkan menghubungi kami di kontak yang telah kami sediakan.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\r\n[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][vc_toggle title=\"Apakah kontak / perusahaan yang dibuat oleh user tertentu bisa dilihat oleh user lain?\"]Hak akses setiap kontak / perusahaan dapat diatur secara bebas, sehingga dapat ditentukan user siapa saja yang dapat melihat kontak / perusahaan tertentu.[/vc_toggle][vc_toggle title=\"Apakah perubahan yang terjadi pada sebuah kontak / perusahaan memiliki riwayat perubahan?\"]Ya, masing-masing kontak / perusahaan akan memiliki riwayat perubahan yang bernama Timeline. Pada Timeline, dapat dilihat perubahan apa saja yang dilakukan beserta dengan data waktu dan user yang melakukan perubahan tersebut.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\r\n[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)\r\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-08 03:18:40','2020-07-08 03:18:40','',6178,'https://beetcrm.com/2020/07/08/6178-revision-v1/',0,'revision','',0),(6334,1,'2020-07-08 03:56:02','2020-07-08 03:56:02','<p>[vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','contact-us','','inherit','closed','closed','','6247-autosave-v1','','','2020-07-08 03:56:02','2020-07-08 03:56:02','',6247,'https://beetcrm.com/2020/07/08/6247-autosave-v1/',0,'revision','',0),(6335,1,'2020-07-08 03:38:22','2020-07-08 03:38:22','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" width=\"305\" src=\"249\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 03:38:22','2020-07-08 03:38:22','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6336,1,'2020-07-08 03:39:45','2020-07-08 03:39:45','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1594179547478{background-color: #f0f3f2 !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" width=\"305\" src=\"249\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 03:39:45','2020-07-08 03:39:45','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6337,1,'2020-07-08 03:40:42','2020-07-08 03:40:42','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594179631535{background-color: #f0f3f2 !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" width=\"305\" src=\"249\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 03:40:42','2020-07-08 03:40:42','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6338,1,'2020-07-08 03:41:30','2020-07-08 03:41:30','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594179631535{background-color: #f0f3f2 !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" width=\"305\" src=\"249\"][gem_socials style=\"rounded\" colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 03:41:30','2020-07-08 03:41:30','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6340,1,'2020-07-08 03:50:34','2020-07-08 03:50:34','<p>[vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 03:50:34','2020-07-08 03:50:34','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6341,1,'2020-07-08 03:52:22','2020-07-08 03:52:22','<p>[vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 03:52:22','2020-07-08 03:52:22','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6342,1,'2020-07-08 03:57:17','2020-07-08 03:57:17','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22%23%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 03:57:17','2020-07-08 03:57:17','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6343,1,'2020-07-08 06:59:14','2020-07-08 06:59:14','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22instagram.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 06:59:14','2020-07-08 06:59:14','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0);
INSERT INTO `wpk3_posts` VALUES (6344,1,'2020-07-08 07:00:55','2020-07-08 07:00:55','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 07:00:55','2020-07-08 07:00:55','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6345,1,'2020-07-08 07:05:07','2020-07-08 07:05:07','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nmenghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nrekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 07:05:07','2020-07-08 07:05:07','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6346,1,'2020-07-08 07:06:31','2020-07-08 07:06:31','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\r\n[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span>\r\n\r\n<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span>\r\n\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6325\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span>\r\n\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-08 07:06:31','2020-07-08 07:06:31','',252,'https://beetcrm.com/2020/07/08/252-revision-v1/',0,'revision','',0),(6347,1,'2020-07-08 07:08:45','2020-07-08 07:08:45','[vc_row][vc_column css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][gem_divider style=\"3\" margin_top=\"20px\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\r\n[/vc_column_text][vc_toggle title=\"Bagaimana jika saya ingin bertanya mengenai harga dan tipe-tipe sistem yang ada?\"]Anda dapat menghubungi kami dengan mengisi form E-mail pada halaman Contact Us, atau langsung menghubungi kami dengan menelpon nomor yang telah kami sediakan.[/vc_toggle][vc_toggle title=\"Berapa banyak perusahaan &amp; user yang bisa saya tambahkan di Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.\r\n\r\nAnda dapat menambahkan perusahaan sebanyak yang anda butuhkan, dan anda dapat langsung menghubungi kami untuk berdiskusi mengenai berapa user yang anda butuhkan.[/vc_toggle][vc_toggle title=\"Apakah fitur seperti Call Center dan WhatsApp &amp; Chat Integration termasuk dalam Beet CRM?\"]Fitur Call Center dan WhatsApp &amp; Chat Integration merupakan fitur Add-On yang dapat dikombinasikan dengan Beet CRM Standard. Untuk informasi lebih lanjut mengenai penggunaan fitur-fitur tersebut, silahkan menghubungi kami di kontak yang telah kami sediakan.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\r\n[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][vc_toggle title=\"Apakah kontak / perusahaan yang dibuat oleh user tertentu bisa dilihat oleh user lain?\"]Hak akses setiap kontak / perusahaan dapat diatur secara bebas, sehingga dapat ditentukan user siapa saja yang dapat melihat kontak / perusahaan tertentu.[/vc_toggle][vc_toggle title=\"Apakah perubahan yang terjadi pada sebuah kontak / perusahaan memiliki riwayat perubahan?\"]Ya, masing-masing kontak / perusahaan akan memiliki riwayat perubahan yang bernama Timeline. Pada Timeline, dapat dilihat perubahan apa saja yang dilakukan beserta dengan data waktu dan user yang melakukan perubahan tersebut.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\r\n[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)\r\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-08 07:08:45','2020-07-08 07:08:45','',6178,'https://beetcrm.com/2020/07/08/6178-revision-v1/',0,'revision','',0),(6348,1,'2020-07-08 07:09:31','2020-07-08 07:09:31','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetpos.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 07:09:31','2020-07-08 07:09:31','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6349,1,'2020-07-08 07:10:03','2020-07-08 07:10:03','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetcrm.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22%23%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 07:10:03','2020-07-08 07:10:03','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6350,1,'2020-07-08 07:15:35','2020-07-08 07:15:35','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetcrm.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 07:15:35','2020-07-08 07:15:35','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6351,1,'2020-07-08 07:16:16','2020-07-08 07:16:16','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nmenghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nrekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 07:16:16','2020-07-08 07:16:16','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6352,1,'2020-07-08 07:16:46','2020-07-08 07:16:46','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_single_image image=\"6194\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][gem_quickfinder style=\"binded\" columns=\"4\" effects_enabled=\"1\" quickfinders=\"app-sparta-1,app-sparta-2\" hover_icon_color=\"#ff9933\" hover_title_color=\"#ff9933\" hover_description_color=\"#ff9933\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426623658{background-color: #fff9f7 !important;}\" el_id=\"sales\"][vc_column width=\"1/2\"][vc_single_image image=\"6210\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_bottom=\"10px\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">CRM penjualan &amp; Customer Service</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, pembuatan manajemen database, manajemen tugas, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6196\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000; font-size: 24px;\"><b>Perspektif 360 Derajat untuk Penjualan &amp; Pelayanan Pelanggan</b></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">CRM dapat memberikan segala informasi yang perlu anda ketahui tentang prospek atau keuangan. dengan Beet CRM, anda dapat mendapatkan dengan mudah informasi lengkap dari customer, percakapan, progress kesepakatan proyek/penjualan (open, win, lost) dan penelusuran tugas dalam satu sistem yang fleksibel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"advanced_reporting\" css=\".vc_custom_1593682377942{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6212\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Advanced Reporting</h3>\r\n[/vc_column_text][gem_divider style=\"3\"][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai macam laporan default dari kami yang sudah tersedia di dalam sistem atau anda dapat membuat laporan khusus sesuai dengan kebutuhan anda sendiri. Anda dapat berkonsultasi dengan kami jika terdapat kebutuhan akan laporan yang dibutuhkan oleh perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6166\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Laporan Lengkap</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Tersedia berbagai macam set laporan penjualan spesifik harian yang dapat memudahkan anda untuk menelusuri efektifitas penjualan serta dapat digunakan untuk menganalisis progres secara berkala. Anda dapat mengatur sendiri mana saja laporan yang anda butuhkan untuk ditampilkan pada dashboard, seluruh laporan dapat di unduh dalam bentuk PDF, CSV dan XLS. Anda dapat dengan mudah melihat laporan dari banyak data dan menarik kesimpulan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Visualize Sales &amp; Helpdesk Reports</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Pantau progress penjualan anda secara visual tanpa pengaturan yang rumit. Pahami hasil penjualan Anda secara instan dengan grafik tabel grafik yang elegan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6168\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593682921428{background-color: #fff9f7 !important;}\" el_id=\"mobile\"][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6208\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Mobile CRM and Tracking</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dapatkan semua fungsi CRM penjualan di smartphone Anda. Beet CRM mobile dapat mempermudah proses manajemen tugas, proyek, prospek dan lain lain, selain itu aplikasi dirancang agar segala informasi bisa didapatkan dengan mudah melalui aplikasi handphone saja kapan saja dan darimana saja.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6224\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">More Sales With Mobile</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Semua informasi terkait kontak, perusahaan, deals, dan tugas kini menjadi lebih mudah didapatkan kapan saja dan dimana saja melalui aplikasi mobile kami. Proses digitalisasi yang cepat dapat mengefisienkan waktu dan mengefektifkan penjualan anda.</span>\r\n\r\n<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">GPS Tracking With Your Phone</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan fitur GPS Tracking untuk melacak keberadaan agen anda dapat digunakan untuk absensi ketika company visit dan sebagainya, selain itu tersedia banyak fitur yang dapat digunakan dalam aplikasi yang akan mempermudah seluruh proses bisnis anda.</span>[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"ticket\" css=\".vc_custom_1593682982682{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Deals, Tickets &amp; Project Management</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Penuhi kebutuhan perusahaan secara maksimal dengan proses penjualan, tiket serta manajemen projek yang terstruktur menjadi satu. Visualisasikan seluruh aktivitas perusahaan anda dalam satu tampilan dan lakukan modifikasi serta penambahan elemen sesuai dengan sistem kerja perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6142\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Drag &amp; Drop System or List View</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Beet CRM memiliki dua buah tampilan manajemen projek yang dapat digunakan untuk mempermudah penggunaan sistem. Dengan Board View, anda dapat dengan mudah melakukan perpindahan projek dari satu tahap ke tahap lainnya. Sedangkan dengan List View, anda dapat menggunakan filter untuk mencari projek yang anda inginkan dengan cepat dan akurat.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Multiple Pipeline System</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Dengan sistem Multiple Pipeline, anda dapat menggunakan Beet CRM untuk menangani beberapa skema Pipeline dengan proses yang berbeda. Anda dapat mengakses Pipeline yang sudah anda buat dan beralih antar Pipeline secara mudah dan cepat. Pipeline yang terpisah membuat proses mudah diolah dan diatur, dan melancarkan penggunaan Beet CRM.</span>\r\n\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6312\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_single_image image=\"6325\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Variasi Fitur-Fitur Pipeline</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai fitur yang dapat mempermudah anda dalam mengolah dan menggunakan Pipeline. Gunakan kursor untuk melihat detail kontak dan perusahaan, gunakan filter untuk mencari data projek tertentu, hingga atur tanggal kadaluarsa, buat custom fields, serta gunakan pengingat email, semua menggunakan Beet CRM.</span>\r\n\r\n[/vc_column_text][gem_divider style=\"3\" margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593426667663{background-color: #fff9f7 !important;}\" el_id=\"document\"][vc_column width=\"1/2\"][vc_single_image image=\"6209\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Instant Documents and Quotations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Beet CRM menyediakan fitur Document Generator yang dapat menghasilkan berbagai macam dokumen secara instan, sesuai dengan kebutuhan anda. Gunakan template dari dokumen spreadsheet dan word untuk melakukan otomatisasi dokumen dan gunakan Beet CRM untuk menghemat waktu dan meningkatkan efektivitas dan efisiensi.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6200\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\" margin_top=\"20\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Customizable Templates </span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan templates untuk dan formula untuk mengambil data di Beet CRM secara otomatis. Masukan formula kedalam spreadsheet untuk mengambil data, dan tingkatkan fleksibilitas anda dalam membuat kuotasi dan surat penawaran.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_id=\"whatsapp\" css=\".vc_custom_1593687164360{background-color: #f7f7ff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"6214\" img_size=\"full\" alignment=\"center\"][gem_divider style=\"3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">Whatsapp &amp; Chat Integrations</h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Dengan integrasi WhatsApp &amp; Chat, layani seluruh pelanggan anda dengan mudah &amp; efisien. Seluruh aktivitas chat dengan pelanggan dapat dilakukan didalam Beet CRM, dan dapat dikelola dalam satu sistem dengan simpel.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"6222\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">WhatsApp Business Account</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Dapatkan akun WhatsApp Business resmi beserta dengan seluruh kredibilitas akun tersebut dalam bisnis anda. Gunakan Beet CRM dan lakukan kustomisasi profil bisnis anda di WhatsApp.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Chat Integrations</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Integrasikan berbagai platform chat seperti WhatsApp, Line, hingga Facebook Messenger kedalam Beet CRM untuk membuat kontak otomatis didalam Beet CRM dan merekam serta mengelolah chat secara efektif. Gunakan sistem deteksi nama otomatis dari Beet CRM untuk menambah kontak secara efisien.                                             </span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6320\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1594032053416{background-color: #fff9f7 !important;}\" el_id=\"callcenter\"][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6318\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Call Center Solutions</strong></h3>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: 14pt; color: #000000;\">Gunakan berbagai sistem dan fitur panggilan kami yang terdiri dari Panggilan Otomatis, Software Call Center, Sistem Alokasi Agen IVR, dan Sistem Pusat Kontak VOIP + CRM</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6315\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Automatic Call &amp; Robot Call</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan Beet CRM untuk melakukan panggilan bisnis otomatis. Dengan panggilan otomatis, anda dapat menjangkau pelanggan dan relasi bisnis dengan cepat secara simultan. Buat naskah percakapan anda, lalu atur waktu panggilan sesuai dengan yang anda inginkan.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Call Center Software</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Lakukan panggilan telepon melalui aplikasi dengan tarif lokal. Anda juga dapat melakukan panggilan internasional berdasarkan kontak yang sudah terdaftar dalam platform kami. Dapatkan riwayat telepon dan laporan aktivitas telepon untuk dianalisa lebih lanjut.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Simpan seluruh riwayat telepon yang dilakukan didalam sistem. Gunakan data telepon seperti  tanggal dan waktu telepon dan rekaman percakapan untuk analisa percakapan antara perusahaan anda dengan konsumen.</span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan laporan aktivitas telepon untuk mendapatkan informasi mengenai peforma perusahaan anda dalam menelpon pelanggan dan relasi bisnis. Laporan aktivitas telepon sangat berfungsi dalam menganalisa data seperti jumlah panggilan keluar hingga kuantitas panggilan.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6299\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6316\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Sistem Alokasi Agen IVR</span></strong></span>\r\n\r\n<span style=\"font-size: 14pt; color: #000000;\">Gunakan sistem alokasi agen untuk menentukan agen dan panggilan masuk yang akan diterima oleh setiap agen. Atur prioritas setiap agen dengan menu yang diakses oleh orang-orang tertentu. Terapkan sistem seperti prioritas, round robin, sistem departemen, dll. untuk sesuai dengan sistem perusahaan anda.</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_column_text]<span style=\"color: #000000;\"><strong><span style=\"font-size: 18pt;\">Agent Targeting &amp; Automation</span></strong></span>\r\n\r\n<span style=\"color: #000000; font-size: 14pt;\">Tetapkan durasi pembicaraan agen sesuai dengan prosedur yang diterapkan oleh perusahaan anda secara otomatis. Gunakan juga sistem hold untuk menahan panggilan masuk kepada agen yang sedang tidak masuk / tidak berada ditempat.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider style=\"3\"][vc_single_image image=\"6317\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_bottom=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','Features','','inherit','closed','closed','','252-revision-v1','','','2020-07-08 07:16:46','2020-07-08 07:16:46','',252,'https://beetcrm.com/2020/07/08/252-revision-v1/',0,'revision','',0),(6353,1,'2020-07-08 07:17:10','2020-07-08 07:17:10','[vc_row][vc_column css=\".vc_custom_1594015893962{padding-right: 20px !important;padding-left: 20px !important;}\"][gem_divider style=\"3\" margin_top=\"20px\"][vc_single_image image=\"249\" img_size=\"500x150\" alignment=\"center\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Frequently ask questions</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758491101{margin-bottom: 0px !important;}\"][vc_column disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #3366cc;\">general</span> questions</span></div>\r\n[/vc_column_text][vc_toggle title=\"Bagaimana jika saya ingin bertanya mengenai harga dan tipe-tipe sistem yang ada?\"]Anda dapat menghubungi kami dengan mengisi form E-mail pada halaman Contact Us, atau langsung menghubungi kami dengan menelpon nomor yang telah kami sediakan.[/vc_toggle][vc_toggle title=\"Berapa banyak perusahaan &amp; user yang bisa saya tambahkan di Beet CRM?\"]You can add as many company as you needed, and you can contact us directly to discuss the number of user you need.\r\n\r\nAnda dapat menambahkan perusahaan sebanyak yang anda butuhkan, dan anda dapat langsung menghubungi kami untuk berdiskusi mengenai berapa user yang anda butuhkan.[/vc_toggle][vc_toggle title=\"Apakah fitur seperti Call Center dan WhatsApp &amp; Chat Integration termasuk dalam Beet CRM?\"]Fitur Call Center dan WhatsApp &amp; Chat Integration merupakan fitur Add-On yang dapat dikombinasikan dengan Beet CRM Standard. Untuk informasi lebih lanjut mengenai penggunaan fitur-fitur tersebut, silahkan menghubungi kami di kontak yang telah kami sediakan.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column css=\".vc_custom_1594003097861{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6272\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758368494{margin-bottom: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1594002921243{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6273\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1581684124919{padding-right: 40px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"color: #3366cc;\"><span style=\"font-size: 24px;\">ContactS &amp; <span style=\"color: #000000;\">companies</span></span></span></div>\r\n[/vc_column_text][vc_toggle title=\"Bisakah saya menambahkan data field kustom kedalam sistem Beet CRM?\"]Ya, anda bisa. Sistem kami akan menyediakan menu custom data field untuk mengakomodir kebutuhan perusahaan anda, dan kami dengan senang hati akan membantu anda dalam menciptakan struktur data field terbaik untuk perusahaan anda.[/vc_toggle][vc_toggle title=\"Apakah kontak / perusahaan yang dibuat oleh user tertentu bisa dilihat oleh user lain?\"]Hak akses setiap kontak / perusahaan dapat diatur secara bebas, sehingga dapat ditentukan user siapa saja yang dapat melihat kontak / perusahaan tertentu.[/vc_toggle][vc_toggle title=\"Apakah perubahan yang terjadi pada sebuah kontak / perusahaan memiliki riwayat perubahan?\"]Ya, masing-masing kontak / perusahaan akan memiliki riwayat perubahan yang bernama Timeline. Pada Timeline, dapat dilihat perubahan apa saja yang dilakukan beserta dengan data waktu dan user yang melakukan perubahan tersebut.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1593758458236{margin-bottom: 0px !important;}\"][vc_column width=\"2/3\" disable_custom_paddings_tablet=\"true\" disable_custom_paddings_mobile=\"true\" css=\".vc_custom_1585061688472{padding-right: 60px !important;padding-left: 60px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][gem_divider margin_top=\"80\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<div class=\"title-h1\"><span style=\"font-size: 18pt;\"><span style=\"color: #ff9933;\">deals</span> &amp; Task</span></div>\r\n[/vc_column_text][vc_toggle title=\"Bagaimana saya mengkustomisasi Pipeline?\"]Dalam BeetCRM Pipeline dapat dikustomisasi dan disesuaikan sesuai bisnis anda, sehingga apapun bisnis process nya akan bisa di cover oleh aplikasi ini.untuk melakukan customize pipeline dapat masuk ke menu <strong>properties-deals-pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambah set pipeline baru?\"]Dalam BeetCRM dapat ditambahkan beberapa pipeline sesuai dengan kebutuhan anda, untuk menambah pipeline baru dapat masuk ke menu <strong>properties-deals-pipeline-add new pipeline</strong>[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan ketentuan saat akan memindahkan pipeline?\"]Dalam BeetCRM dapat ditambahkan ketentuan berdasarkan kondisi saat memindahkan deals dari satu stage ke stage lainnya. untuk menambah pipeline baru dapat masuk ke menu properties-deals-pipeline-pipeline properties kemudian anda dapat menambahkan kondisi yang diperlukan saat memindahkan stage dapat berupa upload file, deals size dan lain lain, banyak field yang tersedia dan dapat anda gunakan sesuai dengan kebutuhan dan kondisi bisnis anda[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan produk pada suatu deals?\"]Untuk menambahkan produk pada suatu deals anda dapat menambahkan master produk terlebih dahulu yang bisa ditambahkan melalui menu properties-product, disana anda akan diminta untuk melengkapi informasi terkait detail produknya, jika sudah ditambahkan maka anda dapat menggunakan produk-produk yang tersedia di master produk didalam deals dengan mengisi field product pada menu deals information.[/vc_toggle][vc_toggle title=\"Bagaimana cara menambahkan tugas secara otomatis?\"]Manajemen tugas otomatis (Menggunakan Automated Actions)\r\nJika anda ingin membuat suatu tugas secara otomatis anda dapat menggunakan fitur automated actions, untuk melakukan konfigurasi automated actions anda dapat masuk ke menu properties-automated actions dan pilih trigger serta aksi yang ingin dilakukan secara otomatis ketika kondisi yang di set menjadi trigger sudah dicapai.[/vc_toggle][gem_divider margin_top=\"80\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1594003004480{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"6274\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1582187674500{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"50\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"25\"][yikes-mailchimp form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FAQ','','inherit','closed','closed','','6178-revision-v1','','','2020-07-08 07:17:10','2020-07-08 07:17:10','',6178,'https://beetcrm.com/2020/07/08/6178-revision-v1/',0,'revision','',0),(6381,1,'2020-07-09 02:16:31','2020-07-09 02:16:31','<p>[vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetcrm.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-09 02:16:31','2020-07-09 02:16:31','',6247,'https://beetcrm.com/2020/07/09/6247-revision-v1/',0,'revision','',0),(6354,1,'2020-07-08 09:09:04','2020-07-08 09:09:04','<p>[vc_row][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetcrm.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row][vc_column][vc_posts_slider count=\"3\" interval=\"3\" posttypes=\"post\"][/vc_column][/vc_row]</p>\n','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-08 09:09:04','2020-07-08 09:09:04','',6247,'https://beetcrm.com/2020/07/08/6247-revision-v1/',0,'revision','',0),(6355,1,'2020-07-08 09:41:14','2020-07-08 09:41:14','\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"','Keuntungan Menggunakan Aplikasi CRM','','trash','open','open','','keuntungan-menggunakan-aplikasi-crm__trashed','','','2020-07-08 09:53:22','2020-07-08 09:53:22','',0,'https://beetcrm.com/?p=6355',0,'post','',0),(6356,1,'2020-07-08 09:41:14','2020-07-08 09:41:14','\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"','Keuntungan Menggunakan Aplikasi CRM','','inherit','closed','closed','','6355-revision-v1','','','2020-07-08 09:41:14','2020-07-08 09:41:14','',6355,'https://beetcrm.com/2020/07/08/6355-revision-v1/',0,'revision','',0),(6357,1,'2020-07-08 09:43:14','2020-07-08 09:43:14','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" grid_id=\"vc_gid:1594201344701-1550127e-ae75-8\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 09:43:14','2020-07-08 09:43:14','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6358,1,'2020-07-08 09:47:08','2020-07-08 09:47:08','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_top=\"40\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1594201426414-e0d3488305e5f2a277cf59cf97b0b575-4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 09:47:08','2020-07-08 09:47:08','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6359,1,'2020-07-08 09:53:05','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-07-08 09:53:05','0000-00-00 00:00:00','',0,'https://beetcrm.com/?p=6359',0,'post','',0),(6360,1,'2020-07-08 09:53:05','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-07-08 09:53:05','0000-00-00 00:00:00','',0,'https://beetcrm.com/?p=6360',0,'post','',0),(6367,1,'2020-07-08 10:15:56','2020-07-08 10:15:56','<!-- wp:paragraph -->\n<p><strong>Apa itu CRM?</strong> Panduan lengkap mengenai CRM ini menjelaskan tentang <em>definisi CRM</em> serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih <a href=\"https://www.qontak.com/contact_us\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di</a><a href=\"https://www.qontak.com/contact_us\"> Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Definisi CRM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Manfaat CRM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Pentingnya CRM dalam Dunia Bisnis</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tips Memilih CRM Software</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-08 10:15:56','2020-07-08 10:15:56','',6361,'https://beetcrm.com/2020/07/08/6361-revision-v1/',0,'revision','',0),(6361,1,'2020-07-08 10:21:13','2020-07-08 10:21:13','<!-- wp:paragraph -->\r\n<p><strong>Apa itu CRM?</strong> Panduan lengkap mengenai CRM ini menjelaskan tentang <em>definisi CRM</em> serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih <a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','publish','open','open','','apa-itu-crm-seberapa-pentingnya-crm-dalam-dunia-bisnis','','','2020-07-09 06:41:11','2020-07-09 06:41:11','',0,'https://beetcrm.com/?p=6361',0,'post','',0),(6362,1,'2020-07-08 10:10:42','2020-07-08 10:10:42','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nmenghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nrekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_top=\"40\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1594202965009-0113995b-81bf-10\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_basicGrid_2\" grid_id=\"vc_gid:1594203027304-e8a08cff-4f73-4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-autosave-v1','','','2020-07-08 10:10:42','2020-07-08 10:10:42','',191,'https://beetcrm.com/2020/07/08/191-autosave-v1/',0,'revision','',0),(6363,1,'2020-07-08 09:57:41','2020-07-08 09:57:41','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nmenghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nrekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_top=\"40\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1594202135816-da6936e1-787b-3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 09:57:41','2020-07-08 09:57:41','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6365,1,'2020-07-08 10:00:19','2020-07-08 10:00:19','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_top=\"40\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1594202288726-c27c591abcfb8d2935608f283823ce6a-6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 10:00:19','2020-07-08 10:00:19','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6364,1,'2020-07-08 09:59:31','2020-07-08 09:59:31','<p>[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>menghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.</div>\n</div>\n<p>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p>rekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.</div>\n</div>\n</div>\n</div>\n<p>[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\n<p>[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_top=\"40\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1594202288726-c27c591abcfb8d2935608f283823ce6a-6\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_basicGrid_2\" grid_id=\"vc_gid:1594202336588-bfe56378-9bb1-4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\n<p>[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\n<p>[/vc_column_text][vc_column_text]</p>\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\n<p>[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]</p>\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span><br />\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span><br />\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]</p>\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]</p>\n','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 09:59:31','2020-07-08 09:59:31','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6366,1,'2020-07-08 10:11:18','2020-07-08 10:11:18','[vc_row css_animation=\"fadeInUp\"][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"260\"][/vc_column][vc_column css_animation=\"fadeInUp\" offset=\"vc_col-lg-6\"][gem_divider margin_top=\"-40\"][vc_custom_heading text=\"Solusi Penjualan dan Customer Service\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]<span style=\"font-size: 14pt;\">Kelola proyek, prospek dan progress penjualan anda secara komprehensif melalui sajian laporan dan analisis yang lengkap, manajemen database, pembuatan dokumen otomatis serta kontak pelanggan dalam sebuah sistem yang fleksibel dan terintegrasi.</span>[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"KPI &amp; MANAJEMEN TUGAS\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]mEMBUAT kpi kustom UNTUK MEMAKSIMALKAN PENJUALAN, aftersales, produksi dan lain-lain. manajemen dan penelusuran tugas, operasi dan aftersales dalam suatu sistem yang dapat saling berhubungan satu sama lain.[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"258\"][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"257\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI WHATSAPP &amp; CHAT\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nmenghubungkan whatsapp dan line, KOLEKSI kontak dan riwayat pesan/obrolan secara otomatis, anda juga dapat menggunakan fitur sistem alokasi agen untuk meningkatkan hubungan dengan pelanggan anda.\r\n\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][/vc_row][vc_row css_animation=\"fadeInUp\"][vc_column offset=\"vc_col-lg-6\"][gem_divider margin_top=\"40\"][vc_custom_heading text=\"SOLUSI CALL CENTER\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\"][gem_quote style=\"3\"]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nrekam percakapan dan laporan panggilan dengan solusi call center yang powerful, anda juga dapat menggunakan fitur panggilan keluar dan masuk, solusi voip, laporan panggilan dan rekaman panggilan untuk memaksimalkan pelayanan anda.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/gem_quote][/vc_column][vc_column offset=\"vc_col-lg-6\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"259\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1461140620903{margin-bottom: 0px !important;background-image: url(https://beetcrm.com/wp-content/uploads/2016/04/rectangle-8-copy-2.jpg?id=154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"link2\"][vc_column][gem_fullwidth background_style=\"cover\" container=\"1\" background_image=\"16363\" padding_top=\"50\" padding_bottom=\"70\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">On cloud, premise or hybrid</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"10\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986892566{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"282\" width=\"200px\" height=\"200px\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">On Cloud</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Gunakan solusi CRM Kami untuk mengefektifkan proses transformasi digital dengan cara yang efisien, hemat biaya dan ramah pengguna. Semua akan di host di server kami dan sistem siap digunakan oleh anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][gem_divider margin_top=\"17\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"281\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">premise</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Kami dapat menghubungkan semua fitur yang tersedia pada sistem <em>on cloud </em>kami dan memberikan fleksibilitas untuk menempatkan sistem dan data pada server anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1458986898590{padding-right: 0px !important;padding-left: 0px !important;}\"][gem_divider margin_top=\"30\"][gem_image position=\"centered\" disable_lightbox=\"1\" src=\"280\" width=\"200\" height=\"200\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"text-align: center;\"><span style=\"color: #595959;\">hybrid</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-family: helvetica, arial, sans-serif; font-size: 10pt;\">Ingin menggabungkan sistem <em>on cloud</em> dengan <em>on premise</em> di perusahaan anda? Jangan khawatir, silahkan konsultasi dengan kami untuk solusi yang paling efisien menurut anda.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row css=\".vc_custom_1460112609651{margin-bottom: 0px !important;}\" el_id=\"link3\"][vc_column css=\".vc_custom_1461140653831{margin-top: 0px !important;padding-top: 0px !important;}\"][gem_fullwidth gradient_backgound=\"1\" background_style=\"cover\" container=\"1\" padding_top=\"100\" padding_bottom=\"200\" gradient_backgound_from=\"#3366cc\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Beet CRM mobile SCREeNSHOTS</span></div>\r\n[/vc_column_text][gem_divider margin_top=\"100\"][vc_row_inner][vc_column_inner][vc_column_text][rev_slider alias=\"app-sparta-content-slider\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/gem_fullwidth][/vc_column][/vc_row][vc_row][vc_column][gem_divider style=\"3\" margin_top=\"40\"][vc_basic_grid post_type=\"post\" max_items=\"3\" style=\"lazy\" items_per_page=\"3\" item=\"theGem_mediaGrid\" grid_id=\"vc_gid:1594202965009-0113995b-81bf-10\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1593678660743{margin-bottom: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" custom_css_code=\"JTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAucm93JTIwJTNFJTIwJTJBJTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMEElMjAlMjAlMjAlMjAucm93JTIwJTdCJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMjAlN0QlMjAlMjAlMEElN0QlMEEud3BjZjctZm9ybSUyMGlucHV0JTVCdHlwZSUzRCUyN3N1Ym1pdCUyNyU1RCU3QiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDE0cHglM0IlMEElMjAlMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQSUyMDEuMnB4JTNCJTBBJTdEJTBBdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RA==\" el_id=\"contactus\"][vc_column][gem_divider margin_top=\"45\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span></div>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"title-h1\"><span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span></div>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1594007366805{padding-top: 10px !important;}\"]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetCRM.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-sm-offset-0\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1593971557254{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\">© BeetCRM 2020</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','App One Pager','','inherit','closed','closed','','191-revision-v1','','','2020-07-08 10:11:18','2020-07-08 10:11:18','',191,'https://beetcrm.com/2020/07/08/191-revision-v1/',0,'revision','',0),(6368,1,'2020-07-08 10:17:17','2020-07-08 10:17:17','<!-- wp:paragraph -->\n<p><strong>Apa itu CRM?</strong> Panduan lengkap mengenai CRM ini menjelaskan tentang <em>definisi CRM</em> serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih <a href=\"https://www.qontak.com/contact_us\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Definisi CRM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Manfaat CRM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Pentingnya CRM dalam Dunia Bisnis</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tips Memilih CRM Software</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-08 10:17:17','2020-07-08 10:17:17','',6361,'https://beetcrm.com/2020/07/08/6361-revision-v1/',0,'revision','',0),(6370,1,'2020-07-08 10:21:13','2020-07-08 10:21:13','<!-- wp:paragraph -->\n<p><strong>Apa itu CRM?</strong> Panduan lengkap mengenai CRM ini menjelaskan tentang <em>definisi CRM</em> serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih <a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-08 10:21:13','2020-07-08 10:21:13','',6361,'https://beetcrm.com/2020/07/08/6361-revision-v1/',0,'revision','',0),(6369,1,'2020-07-08 10:19:08','2020-07-08 10:19:08','<!-- wp:paragraph -->\n<p><strong>Apa itu CRM?</strong> Panduan lengkap mengenai CRM ini menjelaskan tentang <em>definisi CRM</em> serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih <a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Definisi CRM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Manfaat CRM</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Pentingnya CRM dalam Dunia Bisnis</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tips Memilih CRM Software</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-08 10:19:08','2020-07-08 10:19:08','',6361,'https://beetcrm.com/2020/07/08/6361-revision-v1/',0,'revision','',0),(6371,1,'2020-07-08 10:32:47','2020-07-08 10:32:47','[vc_row][vc_column][vc_column_text]\r\n<div class=\"title-h2\">Simple BLOG POST</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mi dolor, malesuada id metus a, mattis eleifend elit. Nullam pharetra consequat ex in dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus lacinia dui tellus. Donec condimentum vel diam eget accumsan. Fusce sit amet nunc fermentum, mattis lacus eu, euismod ipsum. Nam tincidunt leo sed lorem ultricies molestie. In in turpis id risus lacinia finibus eget eget eros. Mauris lobortis, tortor eu ornare convallis, mauris tortor blandit orci, nec eleifend velit dolor sit amet nunc. Suspendisse vel ipsum tempor, volutpat arcu at, faucibus mi. In efficitur lorem mattis diam finibus finibus. Nunc tincidunt id eros non euismod. Sed tellus erat, varius et sollicitudin non, ullamcorper eget arcu. Mauris at lectus aliquet, vestibulum dui non, volutpat orci. Integer dapibus tincidunt ornare. Praesent blandit leo at turpis porta, a dignissim nunc consequat.\r\n\r\nEtiam eu varius enim, et varius lacus. Integer tellus tellus, dictum ac pellentesque quis, scelerisque at ligula. Maecenas dignissim lectus a mauris vulputate fermentum. Suspendisse potenti. Duis id cursus augue, vitae scelerisque metus. Phasellus id nulla a leo vehicula elementum sit amet vel ex. Suspendisse gravida lorem sem. Donec sodales leo a pharetra pretium. Aenean ultrices elit vel ipsum volutpat interdum. Donec pellentesque quis elit eget lacinia. Nunc ac condimentum erat, vitae aliquet orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row]','Proin gravida nibh velit auctor aliquet aenean… (Demo)','','inherit','closed','closed','','115-autosave-v1','','','2020-07-08 10:32:47','2020-07-08 10:32:47','',115,'https://beetcrm.com/2020/07/08/115-autosave-v1/',0,'revision','',0),(6373,1,'2020-07-08 10:35:55','2020-07-08 10:35:55','<!-- wp:paragraph -->\n<p><strong>Apa itu CRM?</strong>&nbsp;Panduan lengkap mengenai CRM ini menjelaskan tentang&nbsp;<em>definisi CRM</em>&nbsp;serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih&nbsp;<a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-08 10:35:55','2020-07-08 10:35:55','',6361,'https://beetcrm.com/2020/07/08/6361-revision-v1/',0,'revision','',0),(6375,1,'2020-07-08 10:42:31','2020-07-08 10:42:31','<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://beetcrm.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-autosave-v1','','','2020-07-08 10:42:31','2020-07-08 10:42:31','',2,'https://beetcrm.com/2020/07/08/2-autosave-v1/',0,'revision','',0),(6376,1,'2020-07-08 10:40:18','0000-00-00 00:00:00','{\n    \"page_for_posts\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-08 10:40:18\"\n    }\n}','','','auto-draft','closed','closed','','dfb9ea8c-f92e-47a4-b272-e67ed107ec02','','','2020-07-08 10:40:18','0000-00-00 00:00:00','',0,'https://beetcrm.com/?p=6376',0,'customize_changeset','',0),(6393,2,'2020-07-09 04:22:35','2020-07-09 04:22:35','<!-- wp:paragraph -->\r\n<p><strong>Apa itu CRM?</strong> Panduan lengkap mengenai CRM ini menjelaskan tentang <em>definisi CRM</em> serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih <a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-09 04:22:35','2020-07-09 04:22:35','',6361,'https://beetcrm.com/2020/07/09/6361-revision-v1/',0,'revision','',0),(1686,1,'2020-04-06 09:09:37','2020-04-06 09:09:37','','Lorem ipsum dolor amet consectetur adipisicing (Demo)','Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem','trash','open','open','','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing__trashed','','','2020-07-09 04:03:57','2020-07-09 04:03:57','',0,'http://democontent.codex-themes.com/thegem-blocks/?p=1686',0,'post','',0),(1693,1,'2020-04-06 08:24:11','2020-04-06 08:24:11','','Lorem ipsum dolor amet consectetur adipisicing (Demo)','Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem','trash','open','open','','lorem-ipsum-dolor-sit-amet-consectetur-adipisicing-2__trashed','','','2020-07-09 04:03:57','2020-07-09 04:03:57','',0,'http://democontent.codex-themes.com/thegem-blocks/?p=1693',0,'post','',0),(1695,1,'2020-04-06 07:24:23','2020-04-06 07:24:23','','Lorem ipsum dolor amet consectetur adipisicing (Demo)','Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem','trash','open','open','','lorem-ipsum-dolor-amet-consectetur-adipisicing__trashed','','','2020-07-09 04:03:57','2020-07-09 04:03:57','',0,'http://democontent.codex-themes.com/thegem-blocks/?p=1695',0,'post','',0),(6378,1,'2020-07-08 10:47:57','2020-07-08 10:47:57','Lorem ipsum\n\na\n\na','Test Post','','publish','open','open','','test-post','','','2020-07-09 04:10:41','2020-07-09 04:10:41','',0,'https://beetcrm.com/?p=6378',0,'post','',0),(6379,1,'2020-07-08 10:47:57','2020-07-08 10:47:57','Lorem ipsum\r\n\r\na\r\n\r\na\r\n\r\n&nbsp;','Test Post','','inherit','closed','closed','','6378-revision-v1','','','2020-07-08 10:47:57','2020-07-08 10:47:57','',6378,'https://beetcrm.com/2020/07/08/6378-revision-v1/',0,'revision','',0),(6380,1,'2020-07-08 10:49:21','0000-00-00 00:00:00','{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-08 10:49:21\"\n    },\n    \"page_for_posts\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-07-08 10:49:21\"\n    }\n}','','','auto-draft','closed','closed','','62cdf07b-68ca-4fa3-8a40-bd8ad6abf4cb','','','2020-07-08 10:49:21','0000-00-00 00:00:00','',0,'https://beetcrm.com/?p=6380',0,'customize_changeset','',0),(6382,1,'2020-07-09 02:17:01','2020-07-09 02:17:01','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"title-h2\" style=\"text-align: left; margin-bottom: 20px;\"><span style=\"color: #2c2e3d;\">Contact</span></div>\r\n<div style=\"width: 55px; height: 3px; background: #ff9933; text-indent: 9999px;\">1</div>\r\n[/vc_column_text][gem_divider margin_top=\"55\"][vc_column_text]<span style=\"color: #2c2e3d;\">feel free to Contact us for more information</span>[/vc_column_text][vc_column_text]<span style=\"color: #ff9933; font-size: 24pt;\">+62 822-1306-3399</span>[/vc_column_text][vc_column_text]\r\n<div class=\"title-h6\" style=\"font-size: 14px;\"><span style=\"color: #2c2e3d;\">Rukan cordoba blok d29</span>\r\n<span style=\"color: #2c2e3d;\">green lake city, tangerang, banten</span>\r\n<span style=\"color: #ff9933;\">hello@beetcrm.com</span></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][gem_divider margin_top=\"10\"][contact-form-7 id=\"912\"][/vc_column][/vc_row][vc_row][vc_column][gem_divider margin_top=\"20\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1594180172106{margin-bottom: 0px !important;background-color: #f0f3f2 !important;}\" custom_css_code=\"LnNvY2lhbHMtbGlzdCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwYXV0byUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1sZWZ0JTNBJTIwLTI1cHglM0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tcmlnaHQlM0ElMjAtMjVweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtc2l6ZSUzQSUyMDAlM0IlMEElN0QlMjAlMEEuc29jaWFscy1saXN0JTIwLnNvY2lhbHMtaXRlbSUyMCU3QiUwQSUyMCUyMCUyMCUyMGRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMGF1dG8lM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMjBweCUzQiUwQSUyMCUyMCUyMCUyMG1hcmdpbiUzQSUyMDEwcHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXIlM0ElMjAxcHglMjBzb2xpZCUyMCUyMzAwMDAwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjA1MCUyNSUzQiUwQSUyMCUyMCUyMCUyMC13ZWJraXQtYm9yZGVyLXJhZGl1cyUzQSUyMDUwJTI1JTNCJTBBJTIwJTIwJTIwJTIwLW1vei1ib3JkZXItcmFkaXVzJTNBJTIwNTAlMjUlM0IlMEElN0Q=\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"20\"][gem_image position=\"centered\" disable_lightbox=\"1\" effects_enabled=\"1\" src=\"249\" width=\"305\"][gem_socials colored=\"custom\" alignment=\"center\" icons_size=\"24\" socials=\"%5B%7B%22social%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2Fbeetcrm%22%7D%2C%7B%22social%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBeet-CRM-Aplikasi-CRM-Indonesia-105523031233657%2F%22%7D%2C%7B%22social%22%3A%22instagram%22%2C%22url%22%3A%22https%3A%2F%2Fwww.instagram.com%2Fbeetcrm%2F%22%7D%2C%7B%22social%22%3A%22youtube%22%2C%22url%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCBlnKsCyosddwMFsHvvgjAQ%22%7D%5D\" color=\"#2c2e3d\"][gem_divider margin_top=\"40\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">© BeetCRM 2020</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][gem_divider margin_top=\"85\"][yikes-mailchimp yikes_vc_logo=\"\" form=\"1\" submit=\"Subscribe\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','contact-us','','inherit','closed','closed','','6247-revision-v1','','','2020-07-09 02:17:01','2020-07-09 02:17:01','',6247,'https://beetcrm.com/2020/07/09/6247-revision-v1/',0,'revision','',0),(6383,1,'2020-07-09 03:18:40','2020-07-09 03:18:40','<!-- wp:paragraph -->\r\n<p><strong>Apa itu CRM?</strong> Panduan lengkap mengenai CRM ini menjelaskan tentang <em>definisi CRM</em> serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih <a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-09 03:18:40','2020-07-09 03:18:40','',6361,'https://beetcrm.com/2020/07/09/6361-revision-v1/',0,'revision','',0),(6387,1,'2020-07-09 04:03:57','2020-07-09 04:03:57','','Lorem ipsum dolor amet consectetur adipisicing (Demo)','Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem','inherit','closed','closed','','1686-revision-v1','','','2020-07-09 04:03:57','2020-07-09 04:03:57','',1686,'https://beetcrm.com/2020/07/09/1686-revision-v1/',0,'revision','',0),(6388,1,'2020-07-09 04:03:57','2020-07-09 04:03:57','','Lorem ipsum dolor amet consectetur adipisicing (Demo)','Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem','inherit','closed','closed','','1693-revision-v1','','','2020-07-09 04:03:57','2020-07-09 04:03:57','',1693,'https://beetcrm.com/2020/07/09/1693-revision-v1/',0,'revision','',0),(6389,1,'2020-07-09 04:03:57','2020-07-09 04:03:57','','Lorem ipsum dolor amet consectetur adipisicing (Demo)','Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem','inherit','closed','closed','','1695-revision-v1','','','2020-07-09 04:03:57','2020-07-09 04:03:57','',1695,'https://beetcrm.com/2020/07/09/1695-revision-v1/',0,'revision','',0),(6385,1,'2020-07-09 03:19:20','2020-07-09 03:19:20','<!-- wp:paragraph -->\n<p><strong>Apa itu CRM?</strong>&nbsp;Panduan lengkap mengenai CRM ini menjelaskan tentang&nbsp;<em>definisi CRM</em>&nbsp;serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih&nbsp;<a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-09 03:19:20','2020-07-09 03:19:20','',6361,'https://beetcrm.com/2020/07/09/6361-revision-v1/',0,'revision','',0),(6390,2,'2020-07-09 04:07:16','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-07-09 04:07:16','0000-00-00 00:00:00','',0,'https://beetcrm.com/?p=6390',0,'post','',0),(6391,2,'2020-07-09 04:10:27','2020-07-09 04:10:27','Lorem ipsum\n\na\n\na','Test Post','','inherit','closed','closed','','6378-revision-v1','','','2020-07-09 04:10:27','2020-07-09 04:10:27','',6378,'https://beetcrm.com/2020/07/09/6378-revision-v1/',0,'revision','',0),(6392,2,'2020-07-09 04:22:19','2020-07-09 04:22:19','','beet crm supergraphic header-01','','inherit','open','closed','','beet-crm-supergraphic-header-01','','','2020-07-09 04:22:19','2020-07-09 04:22:19','',6361,'https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-supergraphic-header-01.png',0,'attachment','image/png',0),(6396,2,'2020-07-09 04:26:18','2020-07-09 04:26:18','<!-- wp:paragraph -->\n<p><strong>Apa itu CRM?</strong>&nbsp;Panduan lengkap mengenai CRM ini menjelaskan tentang&nbsp;<em>definisi CRM</em>&nbsp;serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih&nbsp;<a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-09 04:26:18','2020-07-09 04:26:18','',6361,'https://beetcrm.com/2020/07/09/6361-revision-v1/',0,'revision','',0),(6397,2,'2020-07-09 06:41:03','2020-07-09 06:41:03','','beet crm supergraphic header-01','','inherit','open','closed','','beet-crm-supergraphic-header-01-2','','','2020-07-09 06:41:03','2020-07-09 06:41:03','',6361,'https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-supergraphic-header-01-1.png',0,'attachment','image/png',0),(6398,2,'2020-07-09 06:41:11','2020-07-09 06:41:11','<!-- wp:paragraph -->\r\n<p><strong>Apa itu CRM?</strong> Panduan lengkap mengenai CRM ini menjelaskan tentang <em>definisi CRM</em> serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih <a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-revision-v1','','','2020-07-09 06:41:11','2020-07-09 06:41:11','',6361,'https://beetcrm.com/2020/07/09/6361-revision-v1/',0,'revision','',0),(6399,2,'2020-07-09 06:41:25','2020-07-09 06:41:25','<!-- wp:paragraph -->\n<p><strong>Apa itu CRM?</strong>&nbsp;Panduan lengkap mengenai CRM ini menjelaskan tentang&nbsp;<em>definisi CRM</em>&nbsp;serta menjelaskan manfaat dan pentingnya pengaplikasian CRM dalam sebuah bisnis. Selain itu, artikel ini juga menjelaskan bagaimana cara memilih&nbsp;<a href=\"https://beetcrm.com/contact-us/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>sistem CRM terbaik </em></a><em><a href=\"https://beetcrm.com/contact-us/\">di Indonesia</a></em> yang cocok dengan bisnis anda. Berikut adalah beberapa istilah dalam CRM yang akan dibahas dalam artikel ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Apa itu CRM? Seberapa Pentingnya CRM dalam dunia Bisnis?','','inherit','closed','closed','','6361-autosave-v1','','','2020-07-09 06:41:25','2020-07-09 06:41:25','',6361,'https://beetcrm.com/2020/07/09/6361-autosave-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wpk3_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_revslider_css`
--

DROP TABLE IF EXISTS `wpk3_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  `hover` longtext COLLATE utf8mb4_unicode_ci,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_css`
--

LOCK TABLES `wpk3_revslider_css` WRITE;
/*!40000 ALTER TABLE `wpk3_revslider_css` DISABLE KEYS */;
INSERT INTO `wpk3_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 `wpk3_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_revslider_css_bkp`
--

DROP TABLE IF EXISTS `wpk3_revslider_css_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_css_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  `hover` longtext COLLATE utf8mb4_unicode_ci,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_css_bkp`
--

LOCK TABLES `wpk3_revslider_css_bkp` WRITE;
/*!40000 ALTER TABLE `wpk3_revslider_css_bkp` DISABLE KEYS */;
INSERT INTO `wpk3_revslider_css_bkp` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"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\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"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\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,NULL,'{\"-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)\"}'),(15,'.tp-caption.black',NULL,NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,NULL,'{\"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\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,NULL,'{\"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\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,NULL,'{\"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',NULL,NULL,NULL,'{\"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\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');
/*!40000 ALTER TABLE `wpk3_revslider_css_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wpk3_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_layer_animations`
--

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

--
-- Table structure for table `wpk3_revslider_layer_animations_bkp`
--

DROP TABLE IF EXISTS `wpk3_revslider_layer_animations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_layer_animations_bkp`
--

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

--
-- Table structure for table `wpk3_revslider_navigations`
--

DROP TABLE IF EXISTS `wpk3_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_navigations`
--

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

--
-- Table structure for table `wpk3_revslider_navigations_bkp`
--

DROP TABLE IF EXISTS `wpk3_revslider_navigations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_navigations_bkp`
--

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

--
-- Table structure for table `wpk3_revslider_sliders`
--

DROP TABLE IF EXISTS `wpk3_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_sliders`
--

LOCK TABLES `wpk3_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wpk3_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wpk3_revslider_sliders` VALUES (1,'App Sparta','App-Sparta','{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"App-Sparta\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullscreen\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"8000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":\"1023px\",\"t\":\"767px\",\"m\":\"320px\"},\"height\":{\"d\":868,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":869,\"n\":717,\"t\":545,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\".gem-slideshow .gem-button_1:hover {\\n            transition: all 1s linear;\\n\\t-moz-transition: all 1s linear;\\n\\t-webkit-transition: all 1s linear;\\n}\\n.gem-slideshow  .gem-button {\\n     transition: all 0.2 linear !important;\\n\\t-moz-transition: all 0.2s linear !important;\\n\\t-webkit-transition: all 0.2s linear !important;\\n }\\n\\nbody .slideshow-preloader {\\n\\theight: 100vh;\\n}\\n.scrolldown {\\n\\tz-index:9;\\n    background-color: rgba(22,195,241,0.8);\\n    padding: 20px 30px !important;\\n    border-radius: 50%;\\n    text-align: center;\\n\\tmargin: 0 !important;\\n    left: 0 !important;\\n}\\na.scrolldown.mouse-2-sl.scroll-to-anchor {\\n    background-color: transparent !important;\\n}\\n\\n.scrolldown {\\n\\t\\n}\\n\\n.scrolldown img{\\n\\t-webkit-animation: scrollmove 1s infinite ease;\\n    -moz-animation: scrollmove 1s infinite ease;\\n    animation: scrollmove 1s infinite ease;\\n   width: 25px;\\n}\\n\\n\\n@-moz-keyframes scrollmove \\n    0% {\\n        -moz-transform: translateY(0px);\\n        -webkit-transform: translateY(0px);\\n        -o-transform: translateY(0px);\\n        -ms-transform: translateY(0px);\\n        transform: translateY(0px);\\n    }\\n    50% {\\n        -moz-transform: translateY(-10px);\\n        -webkit-transform: translateY(-10px);\\n        -o-transform: translateY(-10px);\\n        -ms-transform: translateY(-10px);\\n        transform: translateY(-10px);\\n    }\\n    100% {\\n        -moz-transform: translateY(0px);\\n        -webkit-transform: translateY(0px);\\n        -o-transform: translateY(0px);\\n        -ms-transform: translateY(0px);\\n        transform: translateY(0px);\\n    }\\n}\\n@-webkit-keyframes scrollmove {\\n    0% {\\n        -moz-transform: translateY(0px);\\n        -webkit-transform: translateY(0px);\\n        -o-transform: translateY(0px);\\n        -ms-transform: translateY(0px);\\n        transform: translateY(0px);\\n    }\\n    50% {\\n        -moz-transform: translateY(-10px);\\n        -webkit-transform: translateY(-10px);\\n        -o-transform: translateY(-10px);\\n        -ms-transform: translateY(-10px);\\n        transform: translateY(-10px);\\n    }\\n    100% {\\n        -moz-transform: translateY(0px);\\n        -webkit-transform: translateY(0px);\\n        -o-transform: translateY(0px);\\n        -ms-transform: translateY(0px);\\n        transform: translateY(0px);\\n    }\\n}\\n@keyframes scrollmove {\\n    0% {\\n        -moz-transform: translateY(0px);\\n        -webkit-transform: translateY(0px);\\n        -o-transform: translateY(0px);\\n        -ms-transform: translateY(0px);\\n        transform: translateY(0px);\\n    }\\n    50% {\\n        -moz-transform: translateY(-10px);\\n        -webkit-transform: translateY(-10px);\\n        -o-transform: translateY(-10px);\\n        -ms-transform: translateY(-10px);\\n        transform: translateY(-10px);\\n    }\\n    100% {\\n        -moz-transform: translateY(0px);\\n        -webkit-transform: translateY(0px);\\n        -o-transform: translateY(0px);\\n        -ms-transform: translateY(0px);\\n        transform: translateY(0px);\\n    }\\n}\\n\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#e8ecef\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":true,\"style\":\"horizontal\",\"size\":\"3\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(76,109,109,0.40)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":true,\"duration\":\"500\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":true,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1006,\"preset\":\"default\",\"presets\":{\"left-icon\":\"\\\\e824\",\"left-icon-def\":false,\"right-icon\":\"\\\\e825\",\"right-icon-def\":false},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"480\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"debugMode\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":true,\"levels\":[\"-12\",\"-9\",\"-7\",\"-5\",\"-3\",\"-2\",\"-1\",\"1\",\"2\",\"3\",\"5\",\"7\",\"9\",\"12\",\"24\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"slidercenter\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"App-Sparta\\\"][\\/rev_slider]\"}','{\"version\":\"6.2.0\"}',''),(2,'App Sparta Content Slider','app-sparta-content-slider','{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"app-sparta-content-slider\\\"][\\/rev_slider]\",\"type\":\"carousel\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"crossfade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":350,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":438,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":438,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"rs-static-layers {\\n\\twidth: 100% !important;\\n}\\nrs-static-layers .rs-parallax-wrap {\\n\\tleft: 50% !important;\\n    top: -55px !important;\\n    margin-left: -184px;\\n}\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":true,\"maxItems\":\"5\",\"maxRotation\":\"-10\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":100,\"space\":\"-30\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":true,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"smart\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":3003,\"preset\":\"custom\",\"presets\":{\"title-bg-color-def\":true,\"title-bg-color\":\"#ffffff\",\"title-font-size-def\":true,\"title-font-size\":\"10\",\"title-color-def\":true,\"title-color\":\"#68defe\",\"hover-bullet-bg-color-def\":true,\"hover-bullet-bg-color\":\"#ffffff\",\"bullet-bg-color-def\":true,\"bullet-bg-color\":\"#68defe\",\"bullet-size-def\":true,\"bullet-size\":\"12\"},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"-145\",\"align\":\"slider\",\"space\":\"8\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"slidercenter\",\"type\":\"mousescroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"app-sparta-content-slider\\\"][\\/rev_slider]\"}','{\"version\":\"6.2.0\"}','');
/*!40000 ALTER TABLE `wpk3_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_revslider_sliders_bkp`
--

DROP TABLE IF EXISTS `wpk3_revslider_sliders_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_sliders_bkp`
--

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

--
-- Table structure for table `wpk3_revslider_slides`
--

DROP TABLE IF EXISTS `wpk3_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_slides`
--

LOCK TABLES `wpk3_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wpk3_revslider_slides` DISABLE KEYS */;
INSERT INTO `wpk3_revslider_slides` VALUES (1,1,1,'{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#085277\",\"position\":\"center top\",\"image\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/50-Beautiful-and-Minimalist-Presentation-Backgrounds-037.jpg\",\"imageId\":256,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"7910\",\"transition\":[\"slidingoverlayleft\"],\"slots\":[\"default\"],\"duration\":[\"500\"],\"easeIn\":[\"power3.in\"],\"easeOut\":[\"power2.out\"],\"rotation\":[0]},\"panzoom\":{\"fitStart\":\"50\",\"xEnd\":\"500\",\"xStart\":\"-500\"},\"nav\":{\"arrows\":{\"presets\":{\"left-icon\":\"\\\\e824\",\"left-icon-def\":false,\"right-icon\":\"\\\\e825\",\"right-icon-def\":false}}}}','{\"1\":{\"text\":\"\",\"alias\":\"Image 1\",\"uid\":1,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/beetcrm_logo_150x250px.png\",\"imageId\":250,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"104px\",\"e\":true},\"n\":{\"v\":\"85px\"},\"t\":{\"v\":\"63px\"},\"m\":{\"v\":\"26px\"}},\"height\":{\"d\":{\"v\":\"230px\",\"e\":true},\"n\":{\"v\":\"189px\"},\"t\":{\"v\":\"141px\"},\"m\":{\"v\":\"58px\"}},\"originalWidth\":412,\"originalHeight\":908,\"aspectRatio\":{\"d\":{\"v\":0.4537444933920704581709060221328400075435638427734375},\"n\":{\"v\":0.4537444933920704581709060221328400075435638427734375},\"t\":{\"v\":0.4537444933920704581709060221328400075435638427734375},\"m\":{\"v\":0.4537444933920704581709060221328400075435638427734375}},\"scaleProportional\":true,\"originalSize\":false},\"position\":{\"x\":{\"d\":{\"v\":\"289px\",\"e\":true},\"n\":{\"v\":\"238px\"},\"t\":{\"v\":\"178px\"},\"m\":{\"v\":\"74px\"}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"131px\"},\"t\":{\"v\":\"98px\"},\"m\":{\"v\":\"40px\"}},\"horizontal\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"position\":\"relative\",\"zIndex\":9},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"200px\"},\"n\":{\"v\":\"165px\"},\"t\":{\"v\":\"123px\"},\"m\":{\"v\":\"51px\"}},\"y\":{\"d\":{\"v\":\"180px\"},\"n\":{\"v\":\"148px\"},\"t\":{\"v\":\"110px\"},\"m\":{\"v\":\"45px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1960,\"startRelative\":1960,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1960,\"startRelative\":1960,\"endWithSlide\":false,\"frameLength\":1930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"400px\"},\"n\":{\"v\":\"330px\"},\"t\":{\"v\":\"247px\"},\"m\":{\"v\":\"103px\"}},\"y\":{\"d\":{\"v\":\"360px\"},\"n\":{\"v\":\"297px\"},\"t\":{\"v\":\"222px\"},\"m\":{\"v\":\"92px\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":560,\"start\":7910,\"startRelative\":4020,\"endWithSlide\":true,\"frameLength\":560},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1960},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"11\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"11\"},\"m\":{\"v\":\"4\"}},\"lineHeight\":{\"d\":{\"v\":\"22\"},\"n\":{\"v\":\"18\"},\"t\":{\"v\":\"13\"},\"m\":{\"v\":\"6\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(255, 255, 255, 1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false,\"n\":false,\"t\":false},\"type\":\"image\"},\"2\":{\"text\":\"<span style=\\\"color: #2c64b5;   font-family: \'Montserrat\';   text-transform: uppercase;  letter-spacing: 0.05em;\\\">The world\'s leading <\\/span>\\n\",\"alias\":\"The world\'s leading ...\",\"uid\":2,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"m\":{\"v\":\"100%\",\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"116px\",\"e\":true},\"n\":{\"v\":\"21px\",\"e\":true},\"t\":{\"v\":\"21px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-179px\",\"e\":true},\"n\":{\"v\":\"-179px\"},\"t\":{\"v\":\"-179px\"},\"m\":{\"v\":\"-200px\",\"e\":true}},\"horizontal\":{\"n\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"position\":\"relative\",\"zIndex\":10},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"rotationY\":\"90deg\",\"rotationZ\":\"10deg\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":610,\"startRelative\":610,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":610,\"startRelative\":610,\"endWithSlide\":false,\"frameLength\":1930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":500,\"start\":7910,\"startRelative\":5370,\"endWithSlide\":true,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":610},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"4\"},\"idle\":{\"color\":{\"d\":{\"v\":\"#000430\",\"e\":true},\"n\":{\"v\":\"#000430\"},\"t\":{\"v\":\"#000430\"},\"m\":{\"v\":\"#000430\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\"},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"46px\",\"e\":true}},\"textAlign\":{\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(0, 0, 0, 1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"3\":{\"text\":\"\",\"alias\":\"Divider\",\"uid\":3,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/revslider\\/App-Sparta\\/shape-2.png\",\"imageId\":208,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1038px\",\"e\":true},\"n\":{\"v\":\"1038px\",\"e\":true},\"t\":{\"v\":\"1038px\",\"e\":true},\"m\":{\"v\":\"1038px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"originalWidth\":1038,\"originalHeight\":1,\"aspectRatio\":{\"d\":{\"v\":1038},\"n\":{\"v\":1038},\"t\":{\"v\":1038},\"m\":{\"v\":1038}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"57px\",\"e\":true},\"n\":{\"v\":\"52px\",\"e\":true},\"t\":{\"v\":\"54px\",\"e\":true},\"m\":{\"v\":\"39px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"408px\",\"e\":true},\"n\":{\"v\":\"415px\",\"e\":true},\"t\":{\"v\":\"341px\",\"e\":true},\"m\":{\"v\":\"277px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":13},\"group\":{\"groupOrder\":13},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"rotationY\":\"90deg\",\"rotationZ\":\"10deg\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1150,\"startRelative\":1150,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1150,\"startRelative\":1150,\"endWithSlide\":false,\"frameLength\":1930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":500,\"start\":7910,\"startRelative\":4830,\"endWithSlide\":true,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1150},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(255, 255, 255, 1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false,\"n\":false,\"t\":false},\"type\":\"image\"},\"5\":{\"text\":\"<span class=\\\"light\\\" style=\\\"color: #2c64b5; font-family: \'Montserrat UltraLight\';     letter-spacing: 0.05em;    text-transform: uppercase;\\\">cross-platform secure <\\/span>\\n\",\"alias\":\"Cross-platform secur...\",\"uid\":5,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"56px\",\"e\":true},\"n\":{\"v\":\"21px\",\"e\":true},\"t\":{\"v\":\"21px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-122px\",\"e\":true},\"n\":{\"v\":\"-122px\"},\"t\":{\"v\":\"-122px\"},\"m\":{\"v\":\"-150px\",\"e\":true}},\"horizontal\":{\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"position\":\"relative\",\"zIndex\":11},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"rotationY\":\"90deg\",\"rotationZ\":\"10deg\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":820,\"startRelative\":820,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1650,\"startRelative\":1650,\"endWithSlide\":false,\"frameLength\":1930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":500,\"start\":7910,\"startRelative\":4330,\"endWithSlide\":true,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1650},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"5\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"textAlign\":{\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(0, 0, 0, 1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"6\":{\"text\":\"<span class=\\\"light\\\" style=\\\"color: #f39a4d; font-family: \'Montserrat UltraLight\';    text-transform: uppercase;     letter-spacing: 0.05em;\\\">CRM  system<\\/span>\",\"alias\":\"Messaging system\",\"uid\":6,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"429px\",\"e\":true},\"n\":{\"v\":\"21px\",\"e\":true},\"t\":{\"v\":\"21px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-69px\",\"e\":true},\"n\":{\"v\":\"-69px\"},\"t\":{\"v\":\"-69px\"},\"m\":{\"v\":\"-100px\",\"e\":true}},\"horizontal\":{\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"position\":\"relative\",\"zIndex\":12},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":12},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"rotationY\":\"90deg\",\"rotationZ\":\"10deg\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":990,\"startRelative\":990,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1490,\"startRelative\":1490,\"endWithSlide\":false,\"frameLength\":1930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":500,\"start\":7910,\"startRelative\":4490,\"endWithSlide\":true,\"frameLength\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1490},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"6\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"textAlign\":{\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(0, 0, 0, 1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"11\":{\"text\":\"BeetCRM is Equipped with Powerful CRM and Business Tools Connecting you with the People that Matter Most\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":11,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"508px\",\"e\":true},\"n\":{\"v\":\"520px\",\"e\":true},\"t\":{\"v\":\"520px\"},\"m\":{\"v\":\"100%\",\"e\":true}},\"height\":{\"d\":{\"v\":\"84px\"},\"n\":{\"v\":\"84px\"},\"t\":{\"v\":\"84px\"},\"m\":{\"e\":true}},\"originalWidth\":\"513px\",\"originalHeight\":\"84px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"101px\",\"e\":true},\"n\":{\"v\":\"19px\",\"e\":true},\"t\":{\"v\":\"19px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"37px\",\"e\":true},\"t\":{\"v\":\"37px\"},\"m\":{\"v\":\"-20px\",\"e\":true}},\"horizontal\":{\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"position\":\"relative\",\"zIndex\":14},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":14},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"rotationY\":\"90deg\",\"rotationZ\":\"10deg\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1250,\"startRelative\":1250,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1250,\"startRelative\":1250,\"endWithSlide\":false,\"frameLength\":1930},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":310,\"start\":7910,\"startRelative\":4730,\"endWithSlide\":true,\"frameLength\":310},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1250},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"8\"},\"idle\":{\"color\":{\"d\":{\"v\":\"#f39a4d\",\"e\":true},\"n\":{\"v\":\"#f39a4d\"},\"t\":{\"v\":\"#f39a4d\"},\"m\":{\"v\":\"#f39a4d\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Source Sans Pro\",\"fontSize\":{\"d\":{\"v\":\"16px\"},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"lineHeight\":{\"d\":{\"v\":\"25px\"},\"n\":{\"v\":\"25px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"25px\"}},\"textAlign\":{\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\"},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(0, 0, 0, 1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"20\":{\"text\":\"get started\",\"alias\":\"Button-20\",\"uid\":20,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"51px\",\"e\":true},\"n\":{\"v\":\"21px\",\"e\":true},\"t\":{\"v\":\"21px\"},\"m\":{\"v\":\"64px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"117px\",\"e\":true},\"n\":{\"v\":\"120px\",\"e\":true},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"186px\",\"e\":true}},\"horizontal\":{\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":17},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":17},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-62px\",\"e\":true},\"n\":{\"v\":\"-62px\"},\"t\":{\"v\":\"-62px\"},\"m\":{\"v\":\"-62px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":1690,\"startRelative\":1690,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\",\"e\":true}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":1690,\"startRelative\":1690,\"endWithSlide\":false,\"frameLength\":1000},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\",\"e\":true},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"y\":{\"d\":{\"e\":true}},\"opacity\":\"0\"},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":400,\"start\":7910,\"startRelative\":5220,\"endWithSlide\":true,\"frameLength\":400},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1690},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#dd9206\",\"e\":true},\"n\":{\"v\":\"#dd9206\"},\"t\":{\"v\":\"#dd9206\"},\"m\":{\"v\":\"#dd9206\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,31,0,31],\"e\":true},\"n\":{\"v\":[0,31,0,31],\"e\":false},\"t\":{\"v\":[0,31,0,31],\"e\":false},\"m\":{\"v\":[0,31,0,31],\"e\":false}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"19\",\"e\":true},\"n\":{\"v\":\"19\"},\"t\":{\"v\":\"19\"},\"m\":{\"v\":\"19\"}},\"fontWeight\":{\"d\":{\"v\":\"700\"},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"75\",\"e\":true},\"n\":{\"v\":\"75\"},\"t\":{\"v\":\"75\"},\"m\":{\"v\":\"75\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#3e81d2\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[]},\"visibility\":{\"d\":false,\"m\":false,\"n\":false,\"t\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"21\":{\"text\":\"          \\n                         \",\"alias\":\"Copy    button-20\",\"uid\":21,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"168px\",\"e\":true},\"n\":{\"v\":\"138px\"},\"t\":{\"v\":\"103px\"},\"m\":{\"v\":\"100px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"38px\",\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"520px\",\"e\":true},\"n\":{\"v\":\"380px\",\"e\":true},\"t\":{\"v\":\"284px\"},\"m\":{\"v\":\"63px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"117px\",\"e\":true},\"n\":{\"v\":\"118px\",\"e\":true},\"t\":{\"v\":\"88px\"},\"m\":{\"v\":\"100px\",\"e\":true}},\"horizontal\":{\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":16},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":16},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-62px\",\"e\":true},\"n\":{\"v\":\"-51px\"},\"t\":{\"v\":\"-38px\"},\"m\":{\"v\":\"-15px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":1690,\"startRelative\":1690,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":3650,\"startRelative\":3650,\"endWithSlide\":false,\"frameLength\":1000},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\",\"e\":true},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"y\":{\"d\":{\"e\":true}},\"opacity\":\"0\"},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":400,\"start\":7910,\"startRelative\":3260,\"endWithSlide\":true,\"frameLength\":400},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":3650},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"transparent\",\"e\":true},\"n\":{\"v\":\"transparent\"},\"t\":{\"v\":\"transparent\"},\"m\":{\"v\":\"transparent\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,31,0,31],\"e\":true},\"n\":{\"v\":[0,26,0,26],\"e\":false},\"t\":{\"v\":[0,19,0,19],\"e\":false},\"m\":{\"v\":[0,8,0,8],\"e\":false}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"19\",\"e\":true},\"n\":{\"v\":\"15\"},\"t\":{\"v\":\"11\"},\"m\":{\"v\":\"4\"}},\"fontWeight\":{\"d\":{\"v\":\"700\"},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"75\",\"e\":true},\"n\":{\"v\":\"61\"},\"t\":{\"v\":\"45\"},\"m\":{\"v\":\"18\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundImage\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/app-store-badge.png\",\"backgroundImageId\":225,\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#3e81d2\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"24\":{\"text\":\"\",\"alias\":\"Copy  image 1\",\"uid\":24,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/07\\/Mock-BEETCRM.png\",\"imageId\":6328,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"930px\",\"e\":true},\"n\":{\"v\":\"767px\"},\"t\":{\"v\":\"575px\"},\"m\":{\"v\":\"239px\"}},\"height\":{\"d\":{\"v\":\"855px\",\"e\":true},\"n\":{\"v\":\"705px\"},\"t\":{\"v\":\"528px\"},\"m\":{\"v\":\"220px\"}},\"originalWidth\":1150,\"originalHeight\":1057,\"aspectRatio\":{\"d\":{\"v\":1.0879848628192998472030694756540469825267791748046875},\"n\":{\"v\":1.0879848628192998472030694756540469825267791748046875},\"t\":{\"v\":1.0879848628192998472030694756540469825267791748046875},\"m\":{\"v\":1.0879848628192998472030694756540469825267791748046875}},\"scaleProportional\":true,\"originalSize\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-153px\",\"e\":true},\"n\":{\"v\":\"-126px\"},\"t\":{\"v\":\"-94px\"},\"m\":{\"v\":\"-39px\"}},\"y\":{\"d\":{\"v\":\"417px\",\"e\":true},\"n\":{\"v\":\"344px\"},\"t\":{\"v\":\"257px\"},\"m\":{\"v\":\"107px\"}},\"horizontal\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"position\":\"relative\",\"zIndex\":8},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"200px\"},\"n\":{\"v\":\"165px\"},\"t\":{\"v\":\"123px\"},\"m\":{\"v\":\"51px\"}},\"y\":{\"d\":{\"v\":\"180px\"},\"n\":{\"v\":\"148px\"},\"t\":{\"v\":\"110px\"},\"m\":{\"v\":\"45px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":1930,\"start\":1960,\"startRelative\":1960,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"elastic.out\",\"speed\":\"2000\",\"start\":3010,\"startRelative\":3010,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"400px\"},\"n\":{\"v\":\"330px\"},\"t\":{\"v\":\"247px\"},\"m\":{\"v\":\"103px\"}},\"y\":{\"d\":{\"v\":\"360px\"},\"n\":{\"v\":\"297px\"},\"t\":{\"v\":\"222px\"},\"m\":{\"v\":\"92px\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":560,\"start\":7910,\"startRelative\":2900,\"endWithSlide\":true,\"frameLength\":560},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":3010},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"11\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\"},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"11\"},\"m\":{\"v\":\"4\"}},\"lineHeight\":{\"d\":{\"v\":\"22\"},\"n\":{\"v\":\"18\"},\"t\":{\"v\":\"13\"},\"m\":{\"v\":\"6\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"n\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"t\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true},\"m\":{\"v\":\"rgba(255, 255, 255, 1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(255, 255, 255, 1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false,\"n\":false,\"t\":false},\"type\":\"image\"},\"29\":{\"text\":\"          \\n                         \",\"alias\":\"Copy  button-20\",\"uid\":29,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"174px\",\"e\":true},\"n\":{\"v\":\"143px\"},\"t\":{\"v\":\"107px\"},\"m\":{\"v\":\"100px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"343px\",\"e\":true},\"n\":{\"v\":\"239px\",\"e\":true},\"t\":{\"v\":\"179px\"},\"m\":{\"v\":\"-44px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"119px\",\"e\":true},\"n\":{\"v\":\"118px\",\"e\":true},\"t\":{\"v\":\"88px\"},\"m\":{\"v\":\"100px\",\"e\":true}},\"horizontal\":{\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}}},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":15},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-62px\",\"e\":true},\"n\":{\"v\":\"-51px\"},\"t\":{\"v\":\"-38px\"},\"m\":{\"v\":\"-15px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":1690,\"startRelative\":1690,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":3650,\"startRelative\":3650,\"endWithSlide\":false,\"frameLength\":1000},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\",\"e\":true},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"y\":{\"d\":{\"e\":true}},\"opacity\":\"0\"},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":400,\"start\":7910,\"startRelative\":3260,\"endWithSlide\":true,\"frameLength\":400},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":3650},{\"id\":\"frame_999\",\"start\":7910}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"transparent\",\"e\":true},\"n\":{\"v\":\"transparent\"},\"t\":{\"v\":\"transparent\"},\"m\":{\"v\":\"transparent\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,31,0,31],\"e\":true},\"n\":{\"v\":[0,26,0,26],\"e\":false},\"t\":{\"v\":[0,19,0,19],\"e\":false},\"m\":{\"v\":[0,8,0,8],\"e\":false}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"19\",\"e\":true},\"n\":{\"v\":\"15\"},\"t\":{\"v\":\"11\"},\"m\":{\"v\":\"4\"}},\"fontWeight\":{\"d\":{\"v\":\"700\"},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"75\",\"e\":true},\"n\":{\"v\":\"61\"},\"t\":{\"v\":\"45\"},\"m\":{\"v\":\"18\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundImage\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/en_badge_web_generic.png\",\"backgroundImageId\":226,\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"content\",\"e\":true},\"n\":{\"v\":\"content\"},\"t\":{\"v\":\"content\"},\"m\":{\"v\":\"content\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#3e81d2\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7},\"text\":\"\",\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6},\"text\":\"\",\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5},\"text\":\"\",\"version\":\"6.2.0\"}}','{\"version\":\"6.2.0\"}'),(2,1,2,'{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#205166\",\"image\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/revslider\\/App-Sparta\\/4-30.jpg\",\"imageId\":209,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"8500\",\"transition\":[\"fade\"],\"slots\":[\"default\"],\"duration\":[\"default\"],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"left-icon\":\"\\\\e824\",\"left-icon-def\":false,\"right-icon\":\"\\\\e825\",\"right-icon-def\":false}}}}','{\"4\":{\"text\":\"\\n\\n<span style=\\\"color: #ffffff;   font-family: \'Montserrat UltraLight\';   text-transform: uppercase;  letter-spacing: 0.05em;\\\"><b>Grow & Automate Your Business<b><\\/span>\",\"alias\":\" messaging system\",\"uid\":4,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"m\":{\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"maxWidth\":{\"m\":{\"e\":true}},\"maxHeight\":{\"m\":{\"e\":true}},\"minWidth\":{\"m\":{\"e\":true}},\"minHeight\":{\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"y\":{\"d\":{\"v\":\"-107px\",\"e\":true},\"n\":{\"v\":\"-107px\"},\"t\":{\"v\":\"-107px\"},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":11},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"opacity\":\"1\"},\"mask\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":880,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}}},\"frame_1\":{\"transform\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"mask\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":880,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\",\"e\":true}},\"y\":{\"m\":{\"e\":true}},\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationZ\":\"-3deg\"},\"mask\":{\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"timeline\":{\"ease\":\"back.in\",\"speed\":600,\"start\":8500,\"endWithSlide\":true,\"frameLength\":600},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":880},{\"id\":\"frame_999\",\"start\":8500}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"8\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\"},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"60px\"},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"15px\",\"e\":true}},\"letterSpacing\":{\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\"},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"15px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"5\":{\"text\":\"<span style=\\\"color: #ffffff;   font-family: \'Montserrat\';   text-transform: uppercase;  letter-spacing: 0.05em;\\\">Beet CRM <\\/span>\\n\",\"alias\":\"The world\'s leading \",\"uid\":5,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\"}},\"y\":{\"d\":{\"v\":\"-183px\",\"e\":true},\"n\":{\"v\":\"-183px\"},\"t\":{\"v\":\"-183px\"},\"m\":{\"v\":\"-100px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"opacity\":\"1\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":500,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":500,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationZ\":\"-20deg\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":600,\"start\":8500,\"endWithSlide\":true,\"frameLength\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":8500}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"10\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\"},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"60px\"},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\"},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"60px\"},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"24px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"content\",\"e\":true},\"n\":{\"v\":\"content\"},\"t\":{\"v\":\"content\"},\"m\":{\"v\":\"content\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"17\":{\"text\":\"<a  href=\\\"#link\\\"class=\\\"scrolldown mouse-2-sl scroll-to-anchor\\\">\\n\\t\\t    <img src=\\\"wp-content\\/themes\\/TheGem\\/images\\/mouse_icon.png\\\" alt=\\\"\\\"><br>\\n\\t\\t<\\/a>\\n\",\"alias\":\"Scroll icon\",\"uid\":17,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"90px\"},\"t\":{\"v\":\"90px\"},\"m\":{\"v\":\"90px\"}},\"height\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"90px\"},\"t\":{\"v\":\"90px\"},\"m\":{\"v\":\"90px\"}},\"originalWidth\":29,\"originalHeight\":43,\"aspectRatio\":{\"d\":{\"v\":0.674418604651159991902886758907698094844818115234375},\"n\":{\"v\":0.674418604651159991902886758907698094844818115234375},\"t\":{\"v\":0.674418604651159991902886758907698094844818115234375},\"m\":{\"v\":0.674418604651159991902886758907698094844818115234375}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"100px\"},\"t\":{\"v\":\"100px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":12},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100px\"},\"n\":{\"v\":\"-100px\"},\"t\":{\"v\":\"-100px\"},\"m\":{\"v\":\"-100px\"}},\"rotationZ\":1},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":2000,\"start\":2610,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"rotationZ\":1},\"timeline\":{\"ease\":\"elastic.out\",\"speed\":2000,\"start\":2610,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\"}},\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\"},\"timeline\":{\"ease\":\"back.in\",\"speed\":570,\"start\":8500,\"endWithSlide\":true,\"frameLength\":570},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2610},{\"id\":\"frame_999\",\"start\":8500}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"4\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\"},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"lineHeight\":{\"d\":{\"v\":\"22\"},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"19\":{\"text\":\"\",\"alias\":\"Image 8\",\"uid\":19,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/revslider\\/App-Sparta\\/4-30.jpg\",\"imageId\":209,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"2000px\",\"e\":true},\"n\":{\"v\":\"2000px\"},\"t\":{\"v\":\"2000px\"},\"m\":{\"v\":\"2000px\"}},\"height\":{\"d\":{\"v\":\"1125px\",\"e\":true},\"n\":{\"v\":\"1125px\"},\"t\":{\"v\":\"1125px\"},\"m\":{\"v\":\"1125px\"}},\"originalWidth\":1920,\"originalHeight\":1080,\"aspectRatio\":{\"d\":{\"v\":1.77777777777777767909128669998608529567718505859375},\"n\":{\"v\":1.77777777777777767909128669998608529567718505859375},\"t\":{\"v\":1.77777777777777767909128669998608529567718505859375},\"m\":{\"v\":1.77777777777777767909128669998608529567718505859375}},\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":910,\"start\":190,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":910,\"start\":190,\"endWithSlide\":false,\"frameLength\":910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":710,\"start\":8500,\"endWithSlide\":true,\"frameLength\":710},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":190},{\"id\":\"frame_999\",\"start\":8500}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"4\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"image\"},\"22\":{\"text\":\"get started\",\"alias\":\"Copy  button-20\",\"uid\":22,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"m\":{\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"maxWidth\":{\"m\":{\"e\":true}},\"maxHeight\":{\"m\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true},\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-295px\",\"e\":true},\"n\":{\"v\":\"-295px\"},\"t\":{\"v\":\"-295px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"87px\",\"e\":true},\"n\":{\"v\":\"87px\"},\"t\":{\"v\":\"87px\"},\"m\":{\"v\":\"154px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":14},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":14},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"opacity\":\"1\"},\"mask\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":1030,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}}},\"mask\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":1030,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\",\"e\":true}},\"y\":{\"m\":{\"e\":true}},\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\"},\"mask\":{\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"timeline\":{\"ease\":\"back.in\",\"speed\":570,\"start\":8500,\"endWithSlide\":true,\"frameLength\":570},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1030},{\"id\":\"frame_999\",\"start\":8500}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,25,0,25],\"e\":false},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,20,0,20],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"15px\"},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"8px\"},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\"},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"56px\"},\"n\":{\"v\":\"46px\"},\"t\":{\"v\":\"34px\"},\"m\":{\"v\":\"44px\",\"e\":true}},\"backgroundColor\":\"#0daefe\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"#0daefe\",\"borderColor\":\"#0daefe\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[]},\"visibility\":{\"d\":false,\"m\":false,\"n\":false,\"t\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"23\":{\"text\":\"Contact us\",\"alias\":\"Copy   button-20\",\"uid\":23,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"m\":{\"v\":\"130px\",\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"maxWidth\":{\"m\":{\"e\":true}},\"maxHeight\":{\"m\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true},\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\"},\"t\":{\"v\":\"32px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"85px\",\"e\":true},\"n\":{\"v\":\"85px\"},\"t\":{\"v\":\"85px\"},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":13},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":13},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"opacity\":\"1\"},\"mask\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":1270,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}}},\"frame_1\":{\"transform\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"mask\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":1270,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\",\"e\":true}},\"y\":{\"m\":{\"e\":true}},\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\"},\"mask\":{\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"timeline\":{\"ease\":\"back.in\",\"speed\":600,\"start\":8500,\"endWithSlide\":true,\"frameLength\":600},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1270},{\"id\":\"frame_999\",\"start\":8500}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,15,0,15],\"e\":false},\"n\":{\"v\":[0,15,0,15],\"e\":false},\"t\":{\"v\":[0,15,0,15],\"e\":false},\"m\":{\"v\":[0,12,0,12],\"e\":true}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"15px\"},\"n\":{\"v\":\"15px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\"},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"56px\"},\"n\":{\"v\":\"56px\"},\"t\":{\"v\":\"56px\"},\"m\":{\"v\":\"45px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"content\"}}},\"hover\":{\"usehover\":true,\"color\":\"#253d50\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderStyle\":\"solid\",\"borderWidth\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"menu\",\"tooltip_event\":\"click\",\"link_help_in\":\"https\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"menu_link\":\"https:\\/\\/beetcrm.com\\/contact-us\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"25\":{\"text\":\"\\n\\n<span style=\\\"color: #ffffff;   font-family: \'Montserrat UltraLight\';   text-transform: uppercase;  letter-spacing: 0.05em;\\\"><b>Multi-Device Capable System<b><\\/span>\",\"alias\":\"Copy   messaging system\",\"uid\":25,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"m\":{\"v\":\"286px\",\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"maxWidth\":{\"m\":{\"e\":true}},\"maxHeight\":{\"m\":{\"e\":true}},\"minWidth\":{\"m\":{\"e\":true}},\"minHeight\":{\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"33px\",\"e\":true},\"n\":{\"v\":\"33px\"},\"t\":{\"v\":\"33px\"},\"m\":{\"v\":\"3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-35px\",\"e\":true},\"n\":{\"v\":\"-35px\"},\"t\":{\"v\":\"-35px\"},\"m\":{\"v\":\"30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\"},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"opacity\":\"1\"},\"mask\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":880,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}}},\"frame_1\":{\"transform\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"transformPerspective\":\"400px\"},\"mask\":{\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"timeline\":{\"ease\":\"power3.out\",\"speed\":2000,\"start\":880,\"endWithSlide\":false,\"frameLength\":2000},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"v\":\"0px\",\"e\":true}},\"y\":{\"m\":{\"v\":\"0px\",\"e\":true}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"left\"},\"n\":{\"v\":\"left\"},\"t\":{\"v\":\"left\"},\"m\":{\"v\":\"left\",\"e\":true}},\"y\":{\"m\":{\"e\":true}},\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationZ\":\"-3deg\"},\"mask\":{\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"timeline\":{\"ease\":\"back.in\",\"speed\":600,\"start\":8500,\"endWithSlide\":true,\"frameLength\":600},\"chars\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"m\":{\"e\":true}},\"y\":{\"m\":{\"e\":true}}}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":880},{\"id\":\"frame_999\",\"start\":8500}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"effects\":{\"parallax\":\"8\"},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\"},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"60px\"},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"letterSpacing\":{\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\"},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7},\"text\":\"\",\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6},\"text\":\"\",\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5},\"text\":\"\",\"version\":\"6.2.0\"}}','{\"version\":\"6.2.0\"}'),(3,2,1,'{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"fit\":\"percentage\",\"fitX\":\"71%\",\"fitY\":\"95%\",\"position\":\"center bottom\",\"image\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/Group-3.png\",\"imageId\":274,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"crossfade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"13\",\"bullet-size-def\":false,\"bullet-bg-color\":\"#e5e5e5\",\"bullet-bg-color-def\":false,\"hover-bullet-bg-color\":\"#ffffff\",\"hover-bullet-bg-color-def\":false,\"title-color\":\"#888888\",\"title-color-def\":false,\"title-font-size\":\"12\",\"title-font-size-def\":false,\"title-bg-color\":\"rgba(255,255,255,0.75)\",\"title-bg-color-def\":false}}},\"version\":\"6.2.0\"}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"}}','{\"version\":\"6.2.0\"}'),(4,2,2,'{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"fit\":\"percentage\",\"fitX\":\"71%\",\"fitY\":\"95%\",\"position\":\"center bottom\",\"image\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/Group-4.png\",\"imageId\":275,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"crossfade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"13\",\"bullet-size-def\":false,\"bullet-bg-color\":\"#e5e5e5\",\"bullet-bg-color-def\":false,\"hover-bullet-bg-color\":\"#ffffff\",\"hover-bullet-bg-color-def\":false,\"title-color\":\"#888888\",\"title-color-def\":false,\"title-font-size\":\"12\",\"title-font-size-def\":false,\"title-bg-color\":\"rgba(255,255,255,0.75)\",\"title-bg-color-def\":false}}},\"version\":\"6.2.0\"}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"}}','{\"version\":\"6.2.0\"}'),(5,2,3,'{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"fit\":\"percentage\",\"fitX\":\"71%\",\"fitY\":\"95%\",\"position\":\"center bottom\",\"image\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/Group-7.png\",\"imageId\":278,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"crossfade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"13\",\"bullet-size-def\":false,\"bullet-bg-color\":\"#e5e5e5\",\"bullet-bg-color-def\":false,\"hover-bullet-bg-color\":\"#ffffff\",\"hover-bullet-bg-color-def\":false,\"title-color\":\"#888888\",\"title-color-def\":false,\"title-font-size\":\"12\",\"title-font-size-def\":false,\"title-bg-color\":\"rgba(255,255,255,0.75)\",\"title-bg-color-def\":false}}},\"version\":\"6.2.0\"}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"}}','{\"version\":\"6.2.0\"}'),(6,2,4,'{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"fit\":\"percentage\",\"fitX\":\"71%\",\"fitY\":\"95%\",\"position\":\"center bottom\",\"image\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/Group-5.png\",\"imageId\":276,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"crossfade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"13\",\"bullet-size-def\":false,\"bullet-bg-color\":\"#e5e5e5\",\"bullet-bg-color-def\":false,\"hover-bullet-bg-color\":\"#ffffff\",\"hover-bullet-bg-color-def\":false,\"title-color\":\"#888888\",\"title-color-def\":false,\"title-font-size\":\"12\",\"title-font-size-def\":false,\"title-bg-color\":\"rgba(255,255,255,0.75)\",\"title-bg-color-def\":false}}},\"version\":\"6.2.0\"}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"}}','{\"version\":\"6.2.0\"}'),(7,2,5,'{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"fit\":\"percentage\",\"fitX\":\"71%\",\"fitY\":\"95%\",\"position\":\"center bottom\",\"image\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/2020\\/06\\/Group-6.png\",\"imageId\":277,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"crossfade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"13\",\"bullet-size-def\":false,\"bullet-bg-color\":\"#e5e5e5\",\"bullet-bg-color-def\":false,\"hover-bullet-bg-color\":\"#ffffff\",\"hover-bullet-bg-color-def\":false,\"title-color\":\"#888888\",\"title-color-def\":false,\"title-font-size\":\"12\",\"title-font-size-def\":false,\"title-bg-color\":\"rgba(255,255,255,0.75)\",\"title-bg-color-def\":false}}},\"version\":\"6.2.0\"}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"version\":\"6.2.0\"}}','{\"version\":\"6.2.0\"}');
/*!40000 ALTER TABLE `wpk3_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_revslider_slides_bkp`
--

DROP TABLE IF EXISTS `wpk3_revslider_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_slides_bkp`
--

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

--
-- Table structure for table `wpk3_revslider_static_slides`
--

DROP TABLE IF EXISTS `wpk3_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_static_slides`
--

LOCK TABLES `wpk3_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wpk3_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wpk3_revslider_static_slides` VALUES (1,1,'{\"static\":{\"isstatic\":true},\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Global Layers\",\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"left-icon\":\"\\\\e824\",\"left-icon-def\":false,\"right-icon\":\"\\\\e825\",\"right-icon-def\":false}}},\"version\":\"6.2.0\",\"bg\":{\"image\":\"\"}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"}}','{\"version\":\"6.2.0\"}'),(2,2,'{\"static\":{\"overflow\":\"visible\"},\"bg\":{\"image\":\"\"},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/democontent.codex-themes.com\\/sites\\/onepagers\\/app-one-pager\\/wp-content\\/\"},\"version\":\"6.2.0\"}','{\"7\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":7,\"media\":{\"imageUrl\":\"https:\\/\\/beetcrm.com\\/wp-content\\/uploads\\/revslider\\/app-sparta-content-slider\\/6-4.png\",\"imageId\":29},\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\"},\"t\":{\"v\":\"348px\"},\"m\":{\"v\":\"348px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"634px\",\"e\":true},\"n\":{\"v\":\"634px\"},\"t\":{\"v\":\"634px\"},\"m\":{\"v\":\"634px\",\"e\":true}},\"originalWidth\":348,\"originalHeight\":634,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.54889589905363000976734610958374105393886566162109375},\"n\":{\"v\":0.54889589905363000976734610958374105393886566162109375},\"t\":{\"v\":0.54889589905363000976734610958374105393886566162109375},\"m\":{\"v\":0.54889589905363000976734610958374105393886566162109375}}},\"position\":{\"x\":{\"d\":{\"v\":\"46px\",\"e\":true},\"n\":{\"v\":\"46px\"},\"t\":{\"v\":\"46px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-63px\",\"e\":true},\"n\":{\"v\":\"-63px\"},\"t\":{\"v\":\"-63px\"},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.inOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.inOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.2.0\"}}','{\"0\":\"\",\"version\":\"6.2.0\"}');
/*!40000 ALTER TABLE `wpk3_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_revslider_static_slides_bkp`
--

DROP TABLE IF EXISTS `wpk3_revslider_static_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_revslider_static_slides_bkp`
--

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

--
-- Table structure for table `wpk3_term_relationships`
--

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

--
-- Dumping data for table `wpk3_term_relationships`
--

LOCK TABLES `wpk3_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpk3_term_relationships` DISABLE KEYS */;
INSERT INTO `wpk3_term_relationships` VALUES (1,2,0),(74,6,0),(190,2,0),(115,2,0),(117,2,0),(84,6,0),(85,6,0),(86,6,0),(106,6,0),(87,6,0),(88,6,0),(89,6,0),(90,6,0),(91,6,0),(92,6,0),(104,6,0),(105,6,0),(107,6,0),(108,6,0),(109,6,0),(110,6,0),(111,6,0),(112,6,0),(113,6,0),(45,3,0),(46,3,0),(47,3,0),(49,4,0),(50,4,0),(51,4,0),(52,5,0),(55,5,0),(200,7,0),(201,7,0),(202,7,0),(6185,7,0),(205,7,0),(240,8,0),(242,7,0),(244,7,0),(245,7,0),(247,7,0),(248,7,0),(1,90,0),(1,91,0),(94,93,0),(6276,89,0),(94,91,0),(252,92,0),(51,3,0),(6287,3,0),(6287,4,0),(6291,7,0),(6355,94,0),(1686,94,0),(1693,94,0),(1695,94,0),(6378,2,0),(6361,2,0);
/*!40000 ALTER TABLE `wpk3_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_term_taxonomy`
--

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

--
-- Dumping data for table `wpk3_term_taxonomy`
--

LOCK TABLES `wpk3_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpk3_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpk3_term_taxonomy` VALUES (100,100,'category','',0,0),(2,2,'category','',0,3),(3,3,'thegem_quickfinders','',0,5),(4,4,'thegem_quickfinders','',0,4),(5,5,'thegem_testimonials_sets','',0,0),(6,6,'thegem_clients_sets','',0,19),(7,7,'nav_menu','',0,11),(8,8,'nav_menu','',0,1),(98,98,'category','',0,0),(27,27,'post_tag','',0,0),(28,28,'post_tag','',0,0),(29,29,'post_tag','',0,0),(30,30,'post_tag','',0,0),(31,31,'post_tag','',0,0),(32,32,'post_tag','',0,0),(33,33,'post_tag','',0,0),(34,34,'post_tag','',0,0),(35,35,'post_tag','',0,0),(36,36,'thegem_quickfinders','',0,0),(37,37,'thegem_quickfinders','',0,0),(38,38,'thegem_quickfinders','',0,0),(39,39,'thegem_quickfinders','',0,0),(40,40,'thegem_quickfinders','',0,0),(41,41,'thegem_quickfinders','',0,0),(42,42,'thegem_quickfinders','',0,0),(43,43,'thegem_quickfinders','',0,0),(44,44,'thegem_quickfinders','',0,0),(45,45,'thegem_quickfinders','',0,0),(46,46,'thegem_quickfinders','',0,0),(47,47,'thegem_portfolios','',0,0),(48,48,'thegem_quickfinders','',0,0),(49,49,'thegem_quickfinders','',0,0),(50,50,'thegem_quickfinders','',0,0),(51,51,'thegem_quickfinders','',0,0),(52,52,'thegem_quickfinders','',0,0),(53,53,'thegem_quickfinders','',0,0),(54,54,'thegem_quickfinders','',0,0),(55,55,'thegem_clients_sets','',0,0),(56,56,'thegem_testimonials_sets','',0,0),(57,57,'thegem_teams','',0,0),(58,58,'thegem_teams','',0,0),(59,59,'thegem_teams','',0,0),(60,60,'thegem_teams','',0,0),(61,61,'thegem_quickfinders','',0,0),(62,62,'thegem_quickfinders','',0,0),(63,63,'thegem_quickfinders','',0,0),(64,64,'thegem_quickfinders','',0,0),(65,65,'thegem_portfolios','',0,0),(66,66,'thegem_quickfinders','',0,0),(67,67,'thegem_quickfinders','',0,0),(68,68,'thegem_quickfinders','',0,0),(69,69,'thegem_quickfinders','',0,0),(70,70,'thegem_quickfinders','',0,0),(71,71,'thegem_portfolios','',0,0),(72,72,'thegem_quickfinders','',0,0),(73,73,'thegem_quickfinders','',0,0),(74,74,'thegem_quickfinders','',0,0),(75,75,'thegem_quickfinders','',0,0),(76,76,'thegem_quickfinders','',0,0),(77,77,'thegem_quickfinders','',0,0),(78,78,'thegem_quickfinders','',0,0),(79,79,'thegem_quickfinders','',0,0),(80,80,'thegem_portfolios','',0,0),(81,81,'thegem_portfolios','',0,0),(82,82,'thegem_portfolios','',0,0),(83,83,'thegem_quickfinders','',0,0),(84,84,'thegem_quickfinders','',0,0),(85,85,'thegem_quickfinders','',0,0),(86,86,'thegem_portfolios','',0,0),(87,87,'thegem_portfolios','',0,0),(88,88,'thegem_quickfinders','',0,0),(89,89,'language','a:3:{s:6:\"locale\";s:5:\"id_ID\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"id\";}',0,0),(90,90,'term_language','',0,1),(91,91,'term_translations','a:2:{s:2:\"id\";i:1;s:2:\"en\";i:94;}',0,2),(92,92,'language','a:3:{s:6:\"locale\";s:5:\"en_US\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"us\";}',0,1),(93,93,'term_language','',0,1),(94,94,'category','',0,0),(99,99,'category','',0,0);
/*!40000 ALTER TABLE `wpk3_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_termmeta`
--

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

--
-- Dumping data for table `wpk3_termmeta`
--

LOCK TABLES `wpk3_termmeta` WRITE;
/*!40000 ALTER TABLE `wpk3_termmeta` DISABLE KEYS */;
INSERT INTO `wpk3_termmeta` VALUES (1,2,'thegem_taxonomy_custom_page_options','1'),(2,2,'thegem_page_data','a:70:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:84:\"https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-supergraphic-header-01-1.png\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:19:\"effects_hide_header\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:18:\"header_transparent\";i:0;s:22:\"header_menu_logo_light\";i:0;s:20:\"header_hide_top_area\";i:0;s:27:\"header_top_area_transparent\";i:0;s:19:\"footer_hide_default\";i:0;s:23:\"footer_hide_widget_area\";i:0;s:16:\"effects_disabled\";i:0;s:17:\"effects_one_pager\";i:0;s:23:\"effects_parallax_footer\";i:0;s:24:\"effects_no_bottom_margin\";i:0;s:21:\"effects_no_top_margin\";i:0;s:19:\"redirect_to_subpage\";i:0;s:19:\"effects_hide_footer\";i:0;s:21:\"effects_page_scroller\";i:0;s:28:\"effects_page_scroller_mobile\";i:0;s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:22:\"fullpage_disabled_dots\";i:0;s:19:\"fullpage_style_dots\";s:7:\"outline\";s:31:\"fullpage_disabled_tooltips_dots\";i:0;s:26:\"fullpage_enable_continuous\";i:0;s:24:\"fullpage_disabled_mobile\";i:0;s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:21:\"enable_page_preloader\";i:0;s:21:\"slideshow_layerslider\";s:0:\"\";s:14:\"sidebar_sticky\";i:0;}'),(3,98,'thegem_taxonomy_custom_page_options','1'),(4,98,'thegem_page_data','a:70:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:84:\"https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-supergraphic-header-01-1.png\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:19:\"effects_hide_header\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:18:\"header_transparent\";i:0;s:22:\"header_menu_logo_light\";i:0;s:20:\"header_hide_top_area\";i:0;s:27:\"header_top_area_transparent\";i:0;s:19:\"footer_hide_default\";i:0;s:23:\"footer_hide_widget_area\";i:0;s:16:\"effects_disabled\";i:0;s:17:\"effects_one_pager\";i:0;s:23:\"effects_parallax_footer\";i:0;s:24:\"effects_no_bottom_margin\";i:0;s:21:\"effects_no_top_margin\";i:0;s:19:\"redirect_to_subpage\";i:0;s:19:\"effects_hide_footer\";i:0;s:21:\"effects_page_scroller\";i:0;s:28:\"effects_page_scroller_mobile\";i:0;s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:22:\"fullpage_disabled_dots\";i:0;s:19:\"fullpage_style_dots\";s:7:\"outline\";s:31:\"fullpage_disabled_tooltips_dots\";i:0;s:26:\"fullpage_enable_continuous\";i:0;s:24:\"fullpage_disabled_mobile\";i:0;s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:21:\"enable_page_preloader\";i:0;s:21:\"slideshow_layerslider\";s:0:\"\";s:14:\"sidebar_sticky\";i:0;}'),(5,99,'thegem_taxonomy_custom_page_options','1'),(6,99,'thegem_page_data','a:70:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:84:\"https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-supergraphic-header-01-1.png\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:19:\"effects_hide_header\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:18:\"header_transparent\";i:0;s:22:\"header_menu_logo_light\";i:0;s:20:\"header_hide_top_area\";i:0;s:27:\"header_top_area_transparent\";i:0;s:19:\"footer_hide_default\";i:0;s:23:\"footer_hide_widget_area\";i:0;s:16:\"effects_disabled\";i:0;s:17:\"effects_one_pager\";i:0;s:23:\"effects_parallax_footer\";i:0;s:24:\"effects_no_bottom_margin\";i:0;s:21:\"effects_no_top_margin\";i:0;s:19:\"redirect_to_subpage\";i:0;s:19:\"effects_hide_footer\";i:0;s:21:\"effects_page_scroller\";i:0;s:28:\"effects_page_scroller_mobile\";i:0;s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:22:\"fullpage_disabled_dots\";i:0;s:19:\"fullpage_style_dots\";s:7:\"outline\";s:31:\"fullpage_disabled_tooltips_dots\";i:0;s:26:\"fullpage_enable_continuous\";i:0;s:24:\"fullpage_disabled_mobile\";i:0;s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:21:\"enable_page_preloader\";i:0;s:21:\"slideshow_layerslider\";s:0:\"\";s:14:\"sidebar_sticky\";i:0;}'),(7,100,'thegem_taxonomy_custom_page_options','1'),(8,100,'thegem_page_data','a:70:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:84:\"https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-supergraphic-header-01-1.png\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:19:\"effects_hide_header\";s:1:\"1\";s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:18:\"header_transparent\";i:0;s:22:\"header_menu_logo_light\";i:0;s:20:\"header_hide_top_area\";i:0;s:27:\"header_top_area_transparent\";i:0;s:19:\"footer_hide_default\";i:0;s:23:\"footer_hide_widget_area\";i:0;s:16:\"effects_disabled\";i:0;s:17:\"effects_one_pager\";i:0;s:23:\"effects_parallax_footer\";i:0;s:24:\"effects_no_bottom_margin\";i:0;s:21:\"effects_no_top_margin\";i:0;s:19:\"redirect_to_subpage\";i:0;s:19:\"effects_hide_footer\";i:0;s:21:\"effects_page_scroller\";i:0;s:28:\"effects_page_scroller_mobile\";i:0;s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:22:\"fullpage_disabled_dots\";i:0;s:19:\"fullpage_style_dots\";s:7:\"outline\";s:31:\"fullpage_disabled_tooltips_dots\";i:0;s:26:\"fullpage_enable_continuous\";i:0;s:24:\"fullpage_disabled_mobile\";i:0;s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:21:\"enable_page_preloader\";i:0;s:21:\"slideshow_layerslider\";s:0:\"\";s:14:\"sidebar_sticky\";i:0;}'),(9,94,'thegem_taxonomy_custom_page_options','1'),(10,94,'thegem_page_data','a:70:{s:11:\"title_style\";s:1:\"1\";s:14:\"title_template\";i:0;s:23:\"title_use_page_settings\";i:0;s:12:\"title_xlarge\";i:0;s:18:\"title_rich_content\";i:0;s:13:\"title_content\";s:0:\"\";s:22:\"title_background_image\";s:84:\"https://beetcrm.com/wp-content/uploads/2020/07/beet-crm-supergraphic-header-01-1.png\";s:25:\"title_background_parallax\";i:0;s:22:\"title_background_color\";s:0:\"\";s:16:\"title_video_type\";s:0:\"\";s:22:\"title_video_background\";s:0:\"\";s:24:\"title_video_aspect_ratio\";s:0:\"\";s:25:\"title_video_overlay_color\";s:0:\"\";s:27:\"title_video_overlay_opacity\";s:0:\"\";s:18:\"title_video_poster\";s:0:\"\";s:19:\"title_menu_on_video\";s:0:\"\";s:16:\"title_text_color\";s:0:\"\";s:24:\"title_excerpt_text_color\";s:0:\"\";s:13:\"title_excerpt\";s:0:\"\";s:17:\"title_title_width\";s:1:\"0\";s:19:\"title_excerpt_width\";s:1:\"0\";s:17:\"title_padding_top\";s:2:\"80\";s:20:\"title_padding_bottom\";s:2:\"80\";s:16:\"title_top_margin\";s:1:\"0\";s:24:\"title_excerpt_top_margin\";s:2:\"18\";s:17:\"title_breadcrumbs\";i:0;s:15:\"title_alignment\";s:6:\"center\";s:15:\"title_icon_pack\";s:7:\"elegant\";s:10:\"title_icon\";s:0:\"\";s:16:\"title_icon_color\";s:0:\"\";s:18:\"title_icon_color_2\";s:0:\"\";s:27:\"title_icon_background_color\";s:0:\"\";s:16:\"title_icon_shape\";s:6:\"circle\";s:23:\"title_icon_border_color\";s:0:\"\";s:15:\"title_icon_size\";s:5:\"large\";s:16:\"title_icon_style\";s:0:\"\";s:18:\"title_icon_opacity\";d:0;s:14:\"header_opacity\";s:1:\"0\";s:23:\"header_top_area_opacity\";s:1:\"0\";s:13:\"footer_custom\";s:0:\"\";s:16:\"sidebar_position\";s:0:\"\";s:14:\"slideshow_type\";s:0:\"\";s:19:\"slideshow_slideshow\";s:0:\"\";s:19:\"slideshow_revslider\";s:25:\"app-sparta-content-slider\";s:18:\"header_transparent\";i:0;s:22:\"header_menu_logo_light\";i:0;s:20:\"header_hide_top_area\";i:0;s:27:\"header_top_area_transparent\";i:0;s:19:\"footer_hide_default\";i:0;s:23:\"footer_hide_widget_area\";i:0;s:16:\"effects_disabled\";i:0;s:17:\"effects_one_pager\";i:0;s:23:\"effects_parallax_footer\";i:0;s:24:\"effects_no_bottom_margin\";i:0;s:21:\"effects_no_top_margin\";i:0;s:19:\"redirect_to_subpage\";i:0;s:19:\"effects_hide_header\";i:0;s:19:\"effects_hide_footer\";i:0;s:21:\"effects_page_scroller\";i:0;s:28:\"effects_page_scroller_mobile\";i:0;s:26:\"effects_page_scroller_type\";s:8:\"advanced\";s:22:\"fullpage_disabled_dots\";i:0;s:19:\"fullpage_style_dots\";s:7:\"outline\";s:31:\"fullpage_disabled_tooltips_dots\";i:0;s:26:\"fullpage_enable_continuous\";i:0;s:24:\"fullpage_disabled_mobile\";i:0;s:22:\"fullpage_scroll_effect\";s:6:\"normal\";s:21:\"enable_page_preloader\";i:0;s:21:\"slideshow_layerslider\";s:0:\"\";s:14:\"sidebar_sticky\";i:0;}');
/*!40000 ALTER TABLE `wpk3_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_terms`
--

DROP TABLE IF EXISTS `wpk3_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_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=MyISAM AUTO_INCREMENT=101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_terms`
--

LOCK TABLES `wpk3_terms` WRITE;
/*!40000 ALTER TABLE `wpk3_terms` DISABLE KEYS */;
INSERT INTO `wpk3_terms` VALUES (100,'Call Center','call-center',0),(2,'General','general',0),(3,'App Sparta 1 (Demo)','app-sparta-1',0),(4,'App Sparta 2 (Demo)','app-sparta-2',0),(5,'Content (Demo)','content',0),(6,'Footer (Demo)','footer',0),(7,'BEET CRM PAGES','beet-crm-pages',0),(8,'Beet CRM','beet-crm',0),(98,'CRM','crm',0),(27,'Development (Demo)','development',0),(28,'Events (Demo)','events',0),(29,'Finance (Demo)','finance',0),(30,'Media (Demo)','media',0),(31,'Mountains (Demo)','mountains',0),(32,'Multimedia (Demo)','multimedia',0),(33,'Nature (Demo)','nature',0),(34,'Travelling (Demo)','travelling',0),(35,'Webdesign (Demo)','webdesign',0),(36,'About me 3x (Demo)','about-me-3x',0),(37,'About Me 3xBlack (Demo)','about-me-3xblack',0),(38,'About me 4x (Demo)','about-me-4x',0),(39,'About Us Page 1.1 -- (Demo)','about-us-page',0),(40,'About Us Page 2.1.1 --- (Demo)','about-us-page-2-1-1',0),(41,'About Us Page 2.1.2 --- (Demo)','about-us-page-2-1-2',0),(42,'About Us Page 2.1.3 --- (Demo)','about-us-page-2-1-3',0),(43,'About Us Page 2.1.4 --- (Demo)','about-us-page-2-1-4',0),(44,'About Us Page 2.1.5 --- (Demo)','about-us-page-2-1-5',0),(45,'About Us Page 2.1.6 --- (Demo)','about-us-page-2-1-6',0),(46,'About Us Page 2.2 --- (Demo)','about-us-page-2-2',0),(47,'AboutMe (Demo)','aboutme',0),(48,'APP DEVELOPMENT 1 --- (Demo)','app-development-1',0),(49,'APP DEVELOPMENT 2 --- (Demo)','app-development-2',0),(50,'Contact Us 01.1 --- (Demo)','contact-us-01-1',0),(51,'Contact Us 01.2 --- (Demo)','contact-us-01-2',0),(52,'Contact Us 01.3 --- (Demo)','contact-us-01-3',0),(53,'Counters Page 3x Set Vertical (Demo)','counters-page-3x-set-vertical',0),(54,'Counters Page 4x Set Vertical (Demo)','counters-page-4x-set-vertical',0),(55,'Dummy (Demo)','dummy',0),(56,'Dummy (Demo)','dummy',0),(57,'Dummy-1-Count (Demo)','dummy-1-count',0),(58,'Dummy-2-Count (Demo)','dummy-2-count',0),(59,'Dummy-3-Count (Demo)','dummy-3-count',0),(60,'Dummy-4-Count (Demo)','dummy-4-count',0),(61,'featured-services --- (Demo)','featured-services',0),(62,'GemCoin Vertical Big (Demo)','gemcoin-vertical-big',0),(63,'icons (Demo)','icons',0),(64,'Maps Page (Demo)','maps-page',0),(65,'metro (Demo)','metro',0),(66,'pf-3x-vertical (Demo)','pf-3x-vertical',0),(67,'pf-3x-vertical-2 (Demo)','pf-3x-vertical-2',0),(68,'Quickfinders 2.5 - 4x --- (Demo)','quickfinders-2-5-4x',0),(69,'Quickfinders 2.5-2 - 4x (Demo)','quickfinders-2-5-2-4x',0),(70,'Quickfinders Services 1.6-3x --- (Demo)','quickfinders-services-1-6-3x',0),(71,'Raven (Demo)','raven',0),(72,'Services page --- (Demo)','services-page',0),(73,'Services Quickfinder 1.1 --- (Demo)','services-quickfinder-1-1',0),(74,'Services Quickfinder 1.2 --- (Demo)','services-quickfinder-1-2',0),(75,'Services Quickfinder 1.3 --- (Demo)','services-quickfinder-1-3',0),(76,'Services Quickfinder 1.4 --- (Demo)','services-quickfinder-1-4',0),(77,'Services Quickfinder 1.5 --- (Demo)','services-quickfinder-1-5',0),(78,'Services Quickfinders 1.4 – 4x --- (Demo)','services-quickfinders-1-4-4x',0),(79,'Services Quickfinders 3x-1 --- (Demo)','services-quickfinders-3x-1',0),(80,'Splash Dark (Demo)','splash-dark',0),(81,'Splash Light - 01 (Demo)','splash-light-01',0),(82,'Splash Light-02 (Demo)','splash-light-02',0),(83,'Teams Page Grid (Demo)','teams-page-grid',0),(84,'Thegem Main Features (Demo)','thegem-main-features',0),(85,'Thegem Main Features 2 (Demo)','thegem-main-features-2',0),(86,'Video Elements (Demo)','video-elements',0),(87,'Video Projeck (Demo)','video-projeck',0),(88,'video-project --- (Demo)','video-project',0),(89,'Bahasa Indonesia','id',2),(90,'Bahasa Indonesia','pll_id',0),(91,'pll_5f02849cd2d00','pll_5f02849cd2d00',0),(92,'English','en',1),(93,'English','pll_en',0),(94,'Uncategorized','uncategorized-en',0),(99,'News','news',0);
/*!40000 ALTER TABLE `wpk3_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_usermeta`
--

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

--
-- Dumping data for table `wpk3_usermeta`
--

LOCK TABLES `wpk3_usermeta` WRITE;
/*!40000 ALTER TABLE `wpk3_usermeta` DISABLE KEYS */;
INSERT INTO `wpk3_usermeta` VALUES (1,1,'nickname','Beet CRM'),(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,'wpk3_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpk3_user_level','10'),(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor,vc_pointers_frontend_editor,lingotek-professional-translation,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:4:{s:64:\"b08c4ed4f82dd12d5425a8f1193af76c3590c7058e3c684fdcbd1bd9cdaf7f4e\";a:4:{s:10:\"expiration\";i:1594605191;s:2:\"ip\";s:13:\"180.243.4.195\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36\";s:5:\"login\";i:1593395591;}s:64:\"4df473e03da677baa901172b73ad018a128ff2ab1b6fa8a7e611bc747dcdfa80\";a:4:{s:10:\"expiration\";i:1595385411;s:2:\"ip\";s:14:\"125.161.129.78\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36\";s:5:\"login\";i:1594175811;}s:64:\"3573929c37a4f19d4c4f49b899c4381fe75dc929900dc1b1742844e115f96d0b\";a:4:{s:10:\"expiration\";i:1595386367;s:2:\"ip\";s:14:\"125.161.129.78\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36\";s:5:\"login\";i:1594176767;}s:64:\"b1e57a2bc635a6f90dc6b046207ee320a501fb5ea2b9d5ffa149d87fb14e1985\";a:4:{s:10:\"expiration\";i:1594369727;s:2:\"ip\";s:14:\"125.161.129.78\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36\";s:5:\"login\";i:1594196927;}}'),(48,2,'wpk3_user-settings','libraryContent=browse'),(17,1,'wpk3_dashboard_quick_press_last_post_id','6148'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"125.161.130.0\";}'),(26,1,'closedpostboxes_page','a:0:{}'),(27,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(19,1,'wpk3_user-settings','edit_element_vcUIPanelWidth=754&edit_element_vcUIPanelLeft=783px&edit_element_vcUIPanelTop=114px&libraryContent=browse&editor=tinymce&post_settings_vcUIPanelWidth=650&post_settings_vcUIPanelLeft=720px&post_settings_vcUIPanelTop=74px&thegem_quickfinders_tab=pop&cats=pop'),(20,1,'wpk3_user-settings-time','1594205284'),(21,1,'ls-store-last-viewed','2019-12-19'),(22,1,'layerslider_help_wp_pointer','1'),(23,1,'nav_menu_recently_edited','7'),(24,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\";}'),(25,1,'metaboxhidden_nav-menus','a:5:{i:0;s:28:\"add-post-type-thegem_pf_item\";i:1;s:26:\"add-post-type-thegem_title\";i:2;s:27:\"add-post-type-thegem_footer\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";}'),(45,2,'session_tokens','a:1:{s:64:\"d1712e7962ac8871903901c60f7b0f217a4c3358bd6ae02a369f70b78027ea70\";a:4:{s:10:\"expiration\";i:1594440434;s:2:\"ip\";s:13:\"125.161.130.2\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36\";s:5:\"login\";i:1594267634;}}'),(46,2,'wpk3_dashboard_quick_press_last_post_id','6390'),(47,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"103.247.9.0\";}'),(28,1,'wpk3_media_library_mode','list'),(29,1,'closedpostboxes_post','a:0:{}'),(30,1,'metaboxhidden_post','a:0:{}'),(31,2,'nickname','anthonylifetech'),(32,2,'first_name','Anthony'),(33,2,'last_name','Nugraha'),(34,2,'description',''),(35,2,'rich_editing','true'),(36,2,'syntax_highlighting','true'),(37,2,'comment_shortcuts','false'),(38,2,'admin_color','fresh'),(39,2,'use_ssl','0'),(40,2,'show_admin_bar_front','true'),(41,2,'locale',''),(42,2,'wpk3_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(43,2,'wpk3_user_level','10'),(44,2,'dismissed_wp_pointers',''),(49,2,'wpk3_user-settings-time','1594267822');
/*!40000 ALTER TABLE `wpk3_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_users`
--

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

--
-- Dumping data for table `wpk3_users`
--

LOCK TABLES `wpk3_users` WRITE;
/*!40000 ALTER TABLE `wpk3_users` DISABLE KEYS */;
INSERT INTO `wpk3_users` VALUES (1,'hello','$P$BnNuioEcdKDa7aMnwuozTH4VCdbShD.','hello','hello@beetpos.com','','2019-12-19 09:29:45','',0,'Beet CRM'),(2,'anthonylifetech','$P$B1VYqd9BFQ9BZY1IBKsrXSI9CHkNRB.','anthonylifetech','anthony@lifetech.co.id','https://www.lifetech.co.id','2020-07-09 04:06:40','1594267600:$P$BYlfVpc3ry2Ufh1Rb1Zy.m6FgzTS6Q1',0,'Anthony Nugraha');
/*!40000 ALTER TABLE `wpk3_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpk3_yikes_easy_mc_forms`
--

DROP TABLE IF EXISTS `wpk3_yikes_easy_mc_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpk3_yikes_easy_mc_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `list_id` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `fields` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_styles` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_template` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `send_welcome_email` int(11) NOT NULL,
  `redirect_user_on_submit` int(11) NOT NULL,
  `redirect_page` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `submission_settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `optin_settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `error_messages` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_notifications` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `impressions` int(11) NOT NULL,
  `submissions` int(11) NOT NULL,
  `custom_fields` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpk3_yikes_easy_mc_forms`
--

LOCK TABLES `wpk3_yikes_easy_mc_forms` WRITE;
/*!40000 ALTER TABLE `wpk3_yikes_easy_mc_forms` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpk3_yikes_easy_mc_forms` 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 2020-07-09 14:09:28
